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

*/

.pricing-page {
	background-color:#87BCA8;
	padding:420px 0 100px;
}
.pricing-page .container {
	width:100%;
	max-width:1240px;
	margin:auto;
}
.pricing-page h1 {
	font-family: "League Spartan", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 59px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
    color: #F9BB2E;
	text-align:center;
	margin:0px;
}
.pricing-page .main {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 80px;
}
.pricing-page .main .left, .pricing-page .main .right {
	flex:1;
}
.pricing-page .main .left {
	flex-basis:30%;
}
.pricing-page .main .select-service {
	background-color:#F5E6C5;
	border-radius:30px;
	padding:30px;
}
.pricing-page .main h3 {
	font-family: "Lobster", Sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
	color:#333;
	margin:0px;
}
.pricing-page .main .select-service .services {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    gap: 20px;
}
.pricing-page .main .select-service .service-radio {
    display: none;
}
.pricing-page .main .select-service .service-label {
    flex: 1;
    border: 1px solid #47625866;
    padding: 20px;
    border-radius: 20px;
    color: #333;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	cursor:pointer;
    font-family: "Montserrat", Sans-serif;
	position:relative;
}
.pricing-page .main .select-service .service-label::after {
    position: absolute;
    content: '';
    background-color: #87BAA7;
    outline: 1px solid #87BAA7;
    border-radius: 50px;
    padding: 5px;
    outline-offset: 5px;
    right: 16px;
    top: 16px;
	opacity:0;
}
.pricing-page .main .select-service .service-label img {
	max-height:30px;
}
.pricing-page .main .select-service .service-radio:checked + .service-label {
    border-color: #476258;
}
.pricing-page .main .select-service .service-radio:checked + .service-label::after {
    opacity:1;
}
.pricing-page .main .select-service .service-label:hover {
    border-color: #476258;
}
.pricing-page .main .select-service .service-data-main {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
}
.pricing-page .main .select-service .service-data-main label {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
.pricing-page .main .select-service .service-data-main input, .pricing-page .main .select-service .service-data-main select {
    background-color: #87BAA7;
    border-radius: 30px;
    border: 0;
    padding: 16px 20px;
    color: #333;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
}
.pricing-page .main .select-service .service-data-main select {
    max-height: 49px;
	appearance:none;
	background-image:url("https://blastoffcleaning.com/wp-content/uploads/2025/08/arrow-down-s-line.svg");
	background-repeat:no-repeat;
	background-size:24px;
	background-position:right 20px center;
}
.pricing-page .main .select-service .service-data-main input::placeholder {
	opacity:1;
	color:#333;
}
:focus-visible {
    outline: 0!important;
}
.pricing-page .main .right {
	padding:30px;
}
.pricing-page .main .right .total {
    margin: 30px 0;
    border-bottom: 1px solid #476258;
    padding: 10px 0;
	font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}
.pricing-page .main .right .service-data-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom:10px;
}
.pricing-page .main .right .service-data-info p {
    margin: 0;
    color: #333;
    font-size: 16px;
	font-family: "Montserrat", Sans-serif;
    line-height: 30px;
    font-weight: 500;
}
.pricing-page .main .right button {
    padding: 7px 21px;
    background-color: #CA3B1F;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #F2BB4C;
    border: 5px solid #F2BB4C;
    border-radius: 100px;
    width: 100%;
    text-transform: uppercase;
    transition: .3s all;
    display: block;
    margin-top: 30px;
}
.pricing-page .main .right button:hover {
	background-color:#F2BB4C;
	border-color:#F2BB4C;
	color:#CA3B1F;
}
@media only screen and (max-width:767px) {
	.pricing-page {
    padding: 180px 15px 40px;
}
	.pricing-page h1 {
    font-size: 32px;
    line-height: 40px;
}
	.pricing-page .main {
    margin-top: 30px;
    gap: 0px;
    flex-direction: column;
}
	.pricing-page .main .select-service {
    padding: 30px 20px;
}
	.pricing-page .main h3 {
    font-size: 24px;
    line-height: 32px;
}
	.pricing-page .main .select-service .services {
    margin-top: 20px;
    gap: 15px;
    flex-direction: column;
}
	.pricing-page .main .select-service .service-label {
    font-size: 16px;
    line-height: 20px;
    gap: 10px;
}
	.pricing-page .main .select-service .service-data-main {
    gap: 15px;
    margin-top: 20px;
}
	.pricing-page .main .select-service .service-data-main label {
    line-height: 26px;
    margin-bottom: 5px;
}
	.pricing-page .main .select-service .service-data-main input,.pricing-page .main .select-service .service-data-main select {
    padding: 10px 20px;
}
	.pricing-page .main .right {
    padding: 30px 0 0;
}
	.pricing-page .main .right .total {
    margin: 15px 0;
    padding: 5px 0;
    font-size: 18px;
    line-height: 22px;
}
	.pricing-page .main .right .service-data-info p {
    line-height: 24px;
}
	.pricing-page .main .right button {
    padding: 5px 20px;
    line-height: 24px;
    margin-top: 20px;
}
}
@media (min-width:768px) and (max-width:1199px) {
	.pricing-page {
    padding: 280px 20px 60px;
}
	.pricing-page h1 {
    font-size: 40px;
    line-height: 48px;
}
	.pricing-page .main {
    margin-top: 30px;
    gap: 0;
    flex-direction: column;
}
	.pricing-page .main h3 {
    font-size: 28px;
    line-height: 36px;
}
	.pricing-page .main .select-service .service-data-main {
    gap: 20px;
}
	.pricing-page .main .select-service .service-data-main label {
    margin-bottom: 5px;
}
.pricing-page .main .select-service .service-data-main input,.pricing-page .main .select-service .service-data-main select {
    padding: 13px 20px;
    line-height: 16px;
}
	.pricing-page .main .right {
    padding: 30px 0 0;
}
	.pricing-page .main .right .total {
    margin: 20px 0;
    font-size: 18px;
}
}