/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 23 2025 | 12:23:01 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
body{
	font-family: "Codec Regular", Sans-serif;
}

p{
	line-height: 28px;
}

.wpr-popup-container-inner{
	padding: 0 !important;
}

.wpr-popup-close-btn{
	color: #F0EBE1 !important;
}

.welcome-popup .elementor-button{
	width: 100%;
}

body.logged-in .login-menu{
	display: none;
}

body.logged-in .dashboard-menu{
	display: block;
}

.dashboard-menu{
	display: none;
}

.dashboard-menu a{
	color: #FFFFFF !important;
}

header .hfe-menu-item{
	text-transform: uppercase;
}

header .hfe-nav-menu .menu-item .sub-menu{
	width: 100% !important;
	min-width: fit-content;
	max-width: fit-content;
	box-shadow: 0px 8px 15px 0px rgba(12, 42, 69, 0.28);
    border-radius: 2px;
    overflow: hidden;
	right: 0;
	left: auto;
}

header .hfe-nav-menu .menu-item .sub-menu .menu-item{
	padding: 2px 10px;
	border: none !important;
}

header .hfe-nav-menu .menu-item .sub-menu .menu-item a{
	color: #0C2A45;
}

header .hfe-nav-menu .menu-item--user-login{
	display: none;
}

header .menu-item .hp-menu__item small{
	background-color: #ff5a5f;
}

header .hp-menu__item--user-account{
	text-decoration: none !important;
}

header .sub-menu .menu-item a:hover{
	text-decoration: underline;
}

header .hp-menu__item--user-account,
header .hp-menu__item--user-account .hp-icon{
	color: #fff !important;
}

/* .admin-bar header .hp-menu__item--user-account,
.admin-bar header .hp-menu__item--user-account .hp-icon{
	color: #0F1727A6 !important;
} */

.hp-page__sidebar .hp-menu__item small{
	background-color: #ff5a5f;
}

.hero-sec::after{
	content: '';
	width: 245px;
	height: 320px;
	background-image: url(https://39f1363641.nxcli.io/wp-content/uploads/2025/06/hero-shape-1.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: auto;
	left: 0;
	bottom: 40px;
}

.hero-sec::before{
	content: '';
	width: 100px;
	height: 400px;
	background-image: url(https://39f1363641.nxcli.io/wp-content/uploads/2025/06/hero-shape-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: auto;
	left: auto;
	right: 0;
	bottom: 80px;
}

.hero-img img{
	position: relative;
	z-index: 1;
}

.shadow-img{
	max-width: fit-content;
    margin: 0 auto;
    box-shadow: 0px 8px 15px 0px rgba(88, 116.00000000000007, 138, 0.28);
    border-radius: 100%;
}

.dashboard-img{
	position: relative;
}

.dashboard-img::after{
	content: '';
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,33%), rgba(255,255,255,99%));
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.listing-form .hp-form--primary,
.contractor-listing-form .hp-form--primary{
	box-shadow: none;
	gap: 24px;
	padding: 0;
	background: transparent;
}

.listing-form .hp-form--primary::before,
.contractor-listing-form .hp-form--primary::before{
	background-color: #A4BECE;
	top: 0.2rem;
    bottom: 0.2rem;
	width: 6px;
}

.listing-form .hp-form__fields,
.contractor-listing-form .hp-form__fields{
	margin: 0 !important;
    border: 1px solid #707070;
    border-radius: 5px;
	background-color: #fff;
}

.listing-form .hp-form__fields input,
.contractor-listing-form .hp-form__fields input{
	font-family: 'Codec Regular';
}

.listing-form .hp-form__button,
.contractor-listing-form .hp-form__button{
	box-shadow: rgba(164, 190, 206, 28%) 0px 8px 15px;
	background-color: #A4BECE !important;
	border-radius: 5px !important;
	border: none !important;
}

.listing-form .hp-form__button span::after,
.contractor-listing-form .hp-form__button span::after{
	content: '';
	width: 30px;
	height: 30px;
	background-image: url(https://39f1363641.nxcli.io/wp-content/uploads/2025/06/search.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.listing-form .hp-form__button:hover,
.contractor-listing-form .hp-form__button:hover{
	background-color: #A4BECE !important;
}

.custom-listing-page .hp-page{
	max-width: 100%;
}

.contractor-listing-form .wp-block-group__inner-container{
	max-width: 1280px;
	margin: 0 auto;
}

.contractor-listing-form{
	background-color: #0C2A45;
	padding: 100px 20px 60px;
	position: relative;
}

.contractor-listing-form::after{
	content: '';
    width: 160px;
    height: 270px;
    background-image: url(https://39f1363641.nxcli.io/wp-content/uploads/2025/06/mesh.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: -20px;
    top: auto;
}

.contractor-listing-form::before{
	content: '';
	width: 150px;
	height: 200px;
	background-image: url(https://39f1363641.nxcli.io/wp-content/uploads/2025/06/line-with-mesh.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	bottom: 0;
}

.contractor-listing-form form{
	margin-top: 0 !important;
}

.contractor-listing-form .wp-block-heading{
	font-size: 50px;
	line-height: 55px;
	color: #F0EBE1;
	font-family: "Chronica Bold", Sans-serif;
	font-weight: 700;
	margin-bottom: 33px;
}

.featured-contractor{
	background-color: #A4BECE;
	padding: 80px 20px 100px;
}

.featured-contractor .wp-block-group__inner-container{
	max-width: 1280px;
	margin: 0 auto;
}

.featured-contractor .wp-block-heading{
	font-family: "Chronica Bold", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    color: #2A2928;
	margin-bottom: 7px;
}

.featured-contractor p{
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	font-family: "Codec Regular", Sans-serif;
	margin-bottom: 20px;
}

.featured-contractor .hp-listings{
	padding: 0 20px 40px;
}

.featured-contractor .hp-listings .hp-row{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 75px;
}

.featured-contractor .hp-listings .hp-grid__item{
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.featured-contractor .hp-grid__item .hp-listing{
	border: none;
    padding: 60px;
    flex-direction: column;
    align-items: center;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.12);
	height: 100%;
	position: relative;
}

.featured-contractor .hp-listing__header{
	margin: 0 0 20px !important;
	width: 160px;
	display: block;
}

.featured-contractor .hp-listing__content{
	margin: 0 !important;
}

.featured-contractor .hp-listing__content .hp-listing__verified-badge{
	position: absolute;
	top: 24px;
	right: 24px;
}

.featured-contractor .hp-vendor__content{
	text-align: center;
}

.featured-contractor .hp-vendor__content .hp-vendor__name a{
	font-size: 18px;
	line-height: 24px;
	font-family: "Chronica Bold", Sans-serif;
	color: #2A2928;
}

.featured-contractor .hp-vendor__content .contractor-category a{
	opacity: 50%;
	font-family: "Codec Regular", Sans-serif;
	text-transform: capitalize;
	color: #2A2928;
}

.featured-contractor .contractor-category-inner{
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-bottom: 10px;
}

.featured-contractor .contractor-category-inner .hp-custom-vendor__rating{
	flex-direction: row;
	align-items: center;
}

.featured-contractor .btn-profile{
	font-size: 18px;
	line-height: 24px;
	font-family: "Chronica Medium", Sans-serif;
	color: #FFFFFF;
	background-color: #0C2A45;
	text-transform: uppercase;
	padding: 5px 24px;
	border-radius: 30px;
	text-decoration: underline;
	display: block;
    max-width: fit-content;
    margin: 0 auto;
}

.featured-contractor .hp-listing__content .hp-listing__attribute{
	display: none;
}

.featured-contractor .hp-listing__footer{
	display: none;
}

.search-result-sec{
	padding: 60px 20px 120px;
}

.search-result-sec .wp-block-group__inner-container{
	max-width: 1280px;
	margin: 0 auto;
}

.search-result-sec .wp-block-heading{
	font-family: "Chronica Bold", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    color: #2A2928;
}

.search-result-sec p{
	font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-family: "Codec Regular", Sans-serif;
    margin-bottom: 50px;
}

.search-result-sec .search-result-inner{
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 50px;
}

.search-result-sec .search-sidebar{
	padding: 30px 25px;
	border-radius: 2px;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.12);
	height: fit-content;
}

.search-result-sec .search-sidebar .hp-widget--listing-filter{
	margin-bottom: 0;
}

.search-result-sec .search-sidebar form{
	font-family: "Codec Regular", Sans-serif;
	color: rgba(42, 41, 40, 0.5);
}

.search-result-sec .search-sidebar .hp-field input[type=radio]:checked + span::before{
	border-color: rgba(0,0,0,.5)
}

.search-result-sec .search-sidebar .hp-field input[type=radio]:checked + span::after{
	background-color: #0C2A45;
}

.search-result-sec .search-sidebar .hp-field input[type=radio]+span::after{
	background-color: #0C2A45;
}

.search-result-sec .search-sidebar .hp-field--number-range .ui-slider-range{
	background-color: #0C2A45;
}

.search-result-sec .search-sidebar .hp-field--number-range .ui-slider-handle{
	top: -4px;
	width: 13px;
	height: 13px;
}

.search-result-sec .search-sidebar .hp-field--number-range .ui-slider-handle::before{
	top: 2.5px;
    left: 2.5px;
    width: 6px;
    height: 6px;
}

.search-result-sec .search-sidebar .hp-field--number-range .ui-slider-handle::after{
	top: 2.5px;
    left: 5px;
    height: 6px;
}

.search-result-sec .search-sidebar .hp-form__footer .hp-form__button::before{
	display: none;
}

.search-result-sec .search-sidebar .hp-form__footer .hp-form__button{
	font-size: 12px !important;
	box-shadow: 0px 3px 14px 0px rgba(12, 42, 69, 0.37);
	padding: 8px !important;
	border-radius: 5px !important;
    background-color: #0C2A45 !important;
    border: 1px solid #0C2A45 !important;
	transition: all .3s;
}

.search-result-sec .search-sidebar .hp-form__footer .hp-form__button:hover{
	background-color: transparent !important;
	color: #0C2A45 !important;
}

.search-result-sec .search-content .showing-result{
	display: flex;
	align-items: center !important;
	justify-content: space-between;
	font-family: "Codec Regular", Sans-serif;
    color: rgba(0, 0, 0, 0.5);
	margin-bottom: 20px;
}

.search-result-sec .search-content .showing-result .wp-block-column{
	max-width: fit-content;
}

.search-result-sec .search-content .hp-listings .hp-listing,
.single-hp_vendor .hp-listings .hp-listing{
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.12);
	border-radius: 2px;
	padding: 18px 28px 18px 33px;
}

.search-result-sec .search-content .hp-listings .hp-listing__header{
	margin-right: 50px;
	min-width: 160px;
	max-width: 160px;
}

.search-result-sec .search-content .hp-listing__content{
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.search-result-sec .search-content .hp-listing__title,
.single-hp_vendor .hp-listing__attribute--contractors-heading{
	font-size: 26px;
	line-height: 36px;
	color: #000000;
	font-family: "Chronica Medium", Sans-serif;
	margin-bottom: 10px;
	font-weight: normal;
}

.search-result-sec .search-content .custom-details-wrapper{
	display: flex;
	align-items: center;
	gap: 5px;
}

.search-result-sec .search-content .custom-details-wrapper .hp-listing__verified-badge,
.single-hp_vendor .custom-details-wrapper .hp-listing__verified-badge{
	font-size: 13px;
}

.search-result-sec .search-content .hp-listing__details a,
.single-hp_vendor .custom-details-wrapper a{
	font-size: 18px;
	line-height: 28px;
	font-family: "Chronica Bold", Sans-serif;
	color: #2A2928;
	text-transform: capitalize;
}

.search-result-sec .search-content .hp-listing__details .hp-listing__categories a,
.single-hp_vendor .custom-details-wrapper .hp-listing__details a{
	font-family: "Codec Regular", Sans-serif;
	color: rgba(0,0,0,.5);
	text-transform: capitalize;
	margin-left: 5px;
}

.search-result-sec .search-content .custom-profile-view .hp-button--link,
.single-hp_vendor .custom-profile-view .hp-button--link{
	font-size: 18px;
	line-height: 24px;
	color: #58748A;
	font-family: "Chronica Medium", Sans-serif;
	text-decoration: underline;
	text-transform: uppercase;
}

.search-result-sec .search-content .hp-listing--view-block .hp-listing__actions--primary .hp-listing__action i,
.single-hp_vendor .hp-listing--view-block .hp-listing__actions--primary .hp-listing__action i{
	color: rgba(0, 0, 0, .3);
}

.search-result-sec .search-content .hp-listing__footer .hp-listing__attribute,
.single-hp_vendor .hp-listing__footer .hp-listing__attribute{
	font-size: 28px;
	line-height: 38px;
	color: #0C2A45;
	font-family: "Chronica Bold", Sans-serif;
}

.search-result-sec .search-content .hp-listing__footer .hp-listing__attributes--primary::before,
.single-hp_vendor .hp-listing__footer .hp-listing__attributes--primary::before{
	background-color: #0C2A45;
	width: 6px;
}

.search-result-sec .search-content .hp-pagination .pagination{
	justify-content: end;
}

.search-result-sec .search-content .pagination .page-numbers{
	font-size: 14px;
    line-height: normal;
	font-family: "Codec Regular", Sans-serif;
	color: rgba(0,0,0,.4);
}

.search-result-sec .search-content .pagination .page-numbers.current{
	height: fit-content;
    color: #0C2A45;
    padding: 10px 10px;
    border-radius: 5px;
    max-width: fit-content;
    border: 1px solid #0C2A45;
    box-shadow: 0px 3px 6px 0px rgba(12, 42, 69, .45);
}

.signup-sec p{
	line-height: 40px;	
}

.signup-sec::after{
	content: '';
	width: 255px;
	height: 280px;
	background-image: url(https://39f1363641.nxcli.io/wp-content/uploads/2025/06/arrow-shape.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -20px;
	left: -50px;
}

.about-block{
	position: relative;
}

.about-block::after{
	content: '';
	width: 2px;
	height: 40px;
	background-color: #0C2A45;
	border-radius: 2px;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 70px;
}

.about-hero::after{
	content: '';
	width: 160px;
	height: 270px;
	background-image: url(https://39f1363641.nxcli.io/wp-content/uploads/2025/06/mesh.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 75px;
	top: auto;
}

.about-hero::before{
	content: '';
	width: 100px;
	height: 170px;
	background-image: url(https://39f1363641.nxcli.io/wp-content/uploads/2025/06/mesh.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	left: auto;
	bottom: 25px;
	top: auto;
}

.about-hero .e-con-inner{
	position: relative;
}

.about-hero .e-con-inner::after{
	content: '';
	width: 140px;
	height: 150px;
	background-image: url(https://39f1363641.nxcli.io/wp-content/uploads/2025/06/arrow-shape.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 15%;
	right: 150px;
	transform: translateY(-15%);
    rotate: 170deg;
    opacity: 50%;
}

.subscription-hero p{
	line-height: 40px;
}

.subscription-hero-sec::after{
	content: '';
	width: 150px;
	height: 280px;
	background-image: url(https://39f1363641.nxcli.io/wp-content/uploads/2025/06/hero-shape-3.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	bottom: -100px;
	z-index: 1;
}

.pricing-block{
	position: relative;
}

.pricing-block::after{
	content: '';
    width: 2px;
    height: 40px;
    background-color: #0C2A45;
    border-radius: 2px;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 70px;
}

.pricing-banner{
	max-width: fit-content;
	margin: 0 auto;
}

.pricing-block .purchase-btn{
	margin-top: auto;
}

.referral-tier-block p{
	line-height: 20px;
}

.contact-hero::after{
	content: '';
	width: 160px;
	height: 270px;
	background-image: url(https://39f1363641.nxcli.io/wp-content/uploads/2025/06/mesh.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: -20px;
	top: auto;
}

.contact-hero::before{
	content: '';
	width: 100px;
	height: 170px;
	background-image: url(https://39f1363641.nxcli.io/wp-content/uploads/2025/06/mesh.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	left: auto;
	bottom: -90px;
	top: auto;
}

.contact-form .ff-t-container{
	gap: 50px;
}

.contact-form form .ff-el-group,
.contact-form form .ff-field_container{
	margin-bottom: 30px;
}

.contact-form form .ff-el-group:last-child{
	margin-bottom: 0;
}

.contact-form form label{
	font-family: "Chronica Medium";
	color: #000000;
	font-size: 18px;
    line-height: 24px !important;
}

.contact-form form input,
.contact-form form textarea{
	font-size: 18px;
    line-height: 24px !important;
	font-family: "Chronica Light" !important;
	color: #000000 !important;
	padding: 16px 30px !important;
	background-color: #F3F3F3 !important;
	border-radius: 28px !important;
	border: none !important;
}

.contact-form form .ff-t-cell{
	margin-bottom: 30px;
}

.contact-form form .ff-btn-submit{
	box-shadow: rgba(88, 116, 138, 0.28) 0px 8px 15px;
	padding: 16px 80px;
	border-radius: 28px;
	font-size: 18px;
    line-height: 24px;
	text-transform: uppercase;
	color: #F0EBE1 !important;
	background-color: #0C2A45 !important;
	border: 1px solid #0C2A45;
}

.contact-form form .ff-btn-submit::before{
	display: none;
}

.contact-form form .ff-btn-submit:hover{
	background-color: transparent !important;
	color: #0C2A45 !important;
}

.newsletter-form input{
	font-size: 18px;
    line-height: 24px !important;
	font-family: "Chronica Light" !important;
	color: #000000 !important;
	padding: 16px 30px !important;
	background-color: #FFFFFF !important;
	border-radius: 28px !important;
	border: none !important;
}

.newsletter-form .ff-btn-submit{
	box-shadow: rgba(88, 116, 138, 0.84) 0px 8px 15px;
	padding: 16px 80px;
	border-radius: 28px;
	font-size: 18px;
    line-height: 24px;
	text-transform: uppercase;
	color: #F0EBE1 !important;
	background-color: #A4BECE !important;
	border: 1px solid #A4BECE;
	width: 100%;
}

.newsletter-form .ff-btn-submit::before{
	display: none;
}

.newsletter-form .ff-btn-submit:hover{
	background-color: transparent !important;
	color: #A4BECE !important;
}

.request-form .ff-el-group{
	margin-bottom: 30px;
}

.request-form .ff-t-container{
	gap: 34px;
	align-items: end;
}

.request-form p{
	font-family: "Chronica Bold";
	font-size: 24px;
	line-height: 32px;
	color: #2A2928;
	margin-top: 30px;
}

.request-form label{
	font-family: "Chronica Medium";
	color: #000000;
	font-size: 18px;
    line-height: 24px !important;
	margin-bottom: 10px !important;
}

.request-form .ff-el-form-check label{
	font-family: "Chronica Light";
}

.request-form input,
.request-form textarea{
	font-size: 18px;
    line-height: 24px !important;
	font-family: "Chronica Light" !important;
	color: #000000 !important;
	padding: 16px 30px !important;
	background-color: #F3F3F3 !important;
	border-radius: 28px !important;
	border: none !important;
}

.request-form .ff-btn-submit{
	box-shadow: rgba(88, 116, 138, 0.28) 0px 8px 15px;
	padding: 16px 80px;
	border-radius: 28px;
	font-size: 18px;
    line-height: 24px;
	text-transform: uppercase;
	color: #F0EBE1 !important;
	background-color: #0C2A45 !important;
	border: 1px solid #0C2A45;
}

.request-form .ff-btn-submit::before{
	display: none;
}

.request-form .ff-btn-submit:hover{
	background-color: transparent !important;
	color: #0C2A45 !important;
}

.signup-form .ff-el-group{
	margin-bottom: 30px;
}

.signup-form .ff-t-container{
	gap: 34px;
	align-items: end;
}

.signup-form p{
	font-family: "Chronica Bold";
	font-size: 24px;
	line-height: 32px;
	color: #2A2928;
}

.signup-form label{
	font-family: "Chronica Medium";
	color: #000000;
	font-size: 18px;
    line-height: 24px !important;
	margin-bottom: 10px !important;
}

.signup-form .ff-el-form-check label{
	font-family: "Chronica Light";
}

.signup-form input,
.signup-form textarea{
	font-size: 18px;
    line-height: 24px !important;
	font-family: "Chronica Light" !important;
	color: #000000 !important;
	padding: 16px 30px !important;
	background-color: #F3F3F3 !important;
	border-radius: 28px !important;
	border: none !important;
}

.signup-form .ff-btn-submit{
	box-shadow: rgba(88, 116, 138, 0.28) 0px 8px 15px;
	padding: 16px 80px;
	border-radius: 28px;
	font-size: 18px;
    line-height: 24px;
	text-transform: uppercase;
	color: #F0EBE1 !important;
	background-color: #0C2A45 !important;
	border: 1px solid #0C2A45;
}

.signup-form .ff-btn-submit::before{
	display: none;
}

.signup-form .ff-btn-submit:hover{
	background-color: transparent !important;
	color: #0C2A45 !important;
}

.contractor-profile{
	padding: 100px 20px;
	background-color: #0C2A45;
	position: relative;
}

.contractor-profile::after{
	content: '';
    width: 160px;
    height: 270px;
	background-image: url(https://39f1363641.nxcli.io/wp-content/uploads/2025/06/mesh.png);
	background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: -24px;
    top: auto;
}

.contractor-profile::before{
	content: '';
    width: 100px;
    height: 170px;
	background-image: url(https://39f1363641.nxcli.io/wp-content/uploads/2025/06/mesh.png);
	background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
	right: 0;
    left: auto;
    bottom: -75px;
    top: auto;
}

.contractor-profile .wp-block-group__inner-container{
	max-width: 1280px;
	margin: 0 auto;
}

.contractor-profile .wp-block-heading{
	font-size: 50px;
    line-height: 55px;
    color: #F0EBE1;
    font-family: "Chronica Bold", Sans-serif;
    font-weight: 700;
}

.contractor-profile p{
	font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-family: "Codec Regular", Sans-serif;
	max-width: 920px;
}

.service-info{
	padding: 80px 20px 30px;
}

.service-info .wp-block-group__inner-container{
	max-width: 1280px;
	margin: 0 auto;
}

.service-info .wp-block-heading{
	font-family: "Chronica Bold", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    color: #2A2928;
}

.service-info p{
	font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-family: "Codec Regular", Sans-serif;
}

.service-info-inner{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	display: grid !important;
    grid-template-columns: 400px 1fr;
    gap: 80px;
	align-items: center !important;
}

.service-info-inner .profile-info{
	padding: 55px 35px;
	border: 1.5px solid #A4BECE;
	border-radius: 20px;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.12);
}

.service-info-inner .profile-info .hp-listing__images{
	max-width: 190px;
	margin: 0 auto 20px;
}

.service-info-inner .profile-info .hp-vendor__name{
	text-align: center;
	font-size: 32px;
    line-height: 42px;
    color: #2A2928;
	font-family: "Chronica Bold", Sans-serif;
	margin-bottom: 17px;
}

.service-info-inner .profile-info .hp-listing__categories{
	justify-content: center;
	margin-bottom: 25px;
}

.service-info-inner .profile-info .hp-listing__categories a{
	font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-family: "Codec Regular", Sans-serif;
}

.service-info-inner .profile-info .hp-vendor__attributes,
.contact-pro-sec .contact-pro-detail .hp-vendor__attributes{
	font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-family: "Codec Regular", Sans-serif;
}

.service-info-inner .profile-info .hp-vendor__attributes a,
.contact-pro-sec .contact-pro-detail .hp-vendor__attributes a{
	color: #000000;
}

.service-info-inner .profile-info .hp-vendor__attributes .hp-vendor__attribute--phone-no,
.service-info-inner .profile-info .hp-vendor__attributes .hp-vendor__attribute--email,
.service-info-inner .profile-info .hp-vendor__attributes .hp-vendor__attribute--address,
.contact-pro-sec .contact-pro-detail .hp-vendor__attributes .hp-vendor__attribute--phone-no,
.contact-pro-sec .contact-pro-detail .hp-vendor__attributes .hp-vendor__attribute--email,
.contact-pro-sec .contact-pro-detail .hp-vendor__attributes .hp-vendor__attribute--address{
	position: relative;
	padding-left: 55px;
	margin-bottom: 28px;
}

.service-info-inner .profile-info .hp-vendor__attributes .hp-vendor__attribute--phone-no::after,
.contact-pro-sec .contact-pro-detail .hp-vendor__attributes .hp-vendor__attribute--phone-no::after{
	content: '';
	width: 43px;
	height: 43px;
	background-image: url(https://39f1363641.nxcli.io/wp-content/uploads/2025/06/phone-icon.svg);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.service-info-inner .profile-info .hp-vendor__attributes .hp-vendor__attribute--email::after,
.contact-pro-sec .contact-pro-detail .hp-vendor__attributes .hp-vendor__attribute--email::after{
	content: '';
	width: 43px;
	height: 43px;
	background-image: url(https://39f1363641.nxcli.io/wp-content/uploads/2025/06/mail-icon.svg);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.service-info-inner .profile-info .hp-vendor__attributes .hp-vendor__attribute--address::after,
.contact-pro-sec .contact-pro-detail .hp-vendor__attributes .hp-vendor__attribute--address::after{
	content: '';
	width: 43px;
	height: 43px;
	background-image: url(https://39f1363641.nxcli.io/wp-content/uploads/2025/06/location-icon.svg);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.service-info-inner .profile-info .hp-vendor__actions button::before{
	display: none;
}

.service-info-inner .profile-info .hp-vendor__actions button{
	font-size: 18px;
	line-height: 24px;
	font-family: "Chronica Medium", Sans-serif;
	color: #F0EBE1;
	background-color: #0C2A45;
	border-radius: 28px;
	text-transform: uppercase;
	border: 1px solid #0C2A45;
	box-shadow: 0px 8px 15px 0px rgba(12, 42, 69, 0.28);
	transition: all .3s;
}

.service-info-inner .profile-info .hp-vendor__actions button:hover{
	background-color: transparent;
	color: #0C2A45;
}

.hp-link:hover,
.hp-link:hover i{
	color: #0C2A45;
}

.service-info-inner .profile-detail .wp-block-heading{
	font-size: 40px;
	line-height: 50px;
	font-family: "Chronica Bold", Sans-serif;
	color: #2A2928;
	text-transform: capitalize;
}

.service-info-inner .profile-detail .hp-listing__description{
	color: #000000;
    font-family: "Codec Regular", Sans-serif;
    font-size: 18px;
}

.service-column-sec{
	max-width: 1280px;
	margin: 0 auto;
	padding: 100px 20px;
}

.service-column-sec .wp-block-heading{
	font-size: 40px;
	line-height: 50px;
	font-family: "Chronica Bold", Sans-serif;
	color: #2A2928;
	text-transform: capitalize;
}

.service-column-sec p{
	color: #000000;
    font-family: "Codec Regular", Sans-serif;
    font-size: 18px;
}

.service-column-sec .services-grid{
	margin-top: 50px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

.service-column-sec .service-card{
	border-radius: 7px;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.12);
	position: relative;
	overflow: hidden;
}

.service-column-sec .service-card::after{
	content: '';
    width: 2px;
    height: 40px;
    background-color: #0C2A45;
    border-radius: 2px;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 70px;
}

.service-column-sec .service-card img{
	width: 100%;
}

.service-column-sec .service-card h3{
	font-size: 24px;
	line-height: 32px;
	font-family: "Chronica Bold", Sans-serif;
	margin: 27px 0 30px;
	padding: 0 28px;
}

.service-column-sec .service-card p{
	padding: 0 28px 28px;
}

.contact-pro-sec{
	max-width: 1280px;
	margin: 0 auto 180px;
	gap: 0;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.12);
	border-radius: 20px;
	align-items: center !important;
}

.contact-pro-sec .contact-pro-img .wp-block-image{
	margin: 0;
}

.contact-pro-sec .contact-pro-img img{
	width: 100%;
}

.contact-pro-sec .contact-pro-detail{
	padding: 50px;
}

.contact-pro-sec .contact-pro-detail .wp-block-heading{
	font-size: 40px;
	line-height: 50px;
	font-family: "Chronica Bold", Sans-serif;
	color: #2A2928;
	text-transform: capitalize;
}

.contact-pro-sec .contact-pro-detail p{
	color: #000000;
    font-family: "Codec Regular", Sans-serif;
    font-size: 18px;
	margin-bottom: 35px;
}

.contact-pro-sec .contact-pro-detail .hp-listing__attributes a,
.contact-pro-sec .contact-pro-detail .hp-listing__attributes{
	color: #000000;
}

.contact-pro-sec .contact-pro-detail .button::before{
	display: none;
}

.contact-pro-sec .contact-pro-detail .button{
	display: block;
	width: 100%;
	padding: 16px;
	font-size: 18px;
	line-height: 24px;
	font-family: "Chronica Medium", Sans-serif;
	text-transform: uppercase;
	color: #F0EBE1;
	background-color: #0C2A45;
	border: 1px solid #0C2A45;
	border-radius: 28px;
	box-shadow: 0px 8px 15px 0px rgba(88, 116, 138, 0.28);
	transition: all .3s;
}

.contact-pro-sec .contact-pro-detail .button:hover{
	color: #0C2A45;
	background-color: transparent;
}

.hp-template--user-account-page .content-area,
.hp-template--listing-manage-page .content-area,
.hp-template--user-login-page .content-area{
	padding: 100px 20px;
}

.hp-template--user-account-page .hp-listing--view-block .hp-listing__attributes--primary .hp-listing__attribute,
.hp-template--user-account-page .hp-offer__attributes--primary .hp-offer__attribute{
	color: #0C2A45;
}

.hp-template--user-account-page .hp-listing--view-block .hp-listing__attributes--primary::before,
.hp-template--user-account-page .hp-offer__attributes--primary .hp-offer__attribute::before{
	background-color: #0C2A45;
}

.widget_nav_menu li.current-menu-item > a,
.widget_nav_menu li:hover > a,
.widget_nav_menu li.current-menu-item::before,
.widget_nav_menu li:hover::before{
	color: #0C2A45;
}

.hp-page__title{
	font-family: "Chronica Bold", Sans-serif;
}

.hp-menu__item small{
	background-color: #0C2A45;
}

.hp-form__button::before,
.hp-order__action--message::before,
.woocommerce-Button::before{
	display: none !important;
}

.hp-form__button,
.hp-order__action--message,
.woocommerce-Button{
	font-size: 18px !important;
	line-height: 24px !important;
	font-family: "Chronica Medium", Sans-serif;
	color: #F0EBE1 !important;
	padding: 8px 30px !important;
	background-color: #0C2A45 !important;
	border-radius: 28px !important;
	text-transform: uppercase;
	border: 1px solid #0C2A45 !important;
	box-shadow: 0px 8px 15px 0px rgba(12, 42, 69, 0.28);
	transition: all .3s;
}

.hp-form__button:hover,
.hp-order__action--message:hover,
.woocommerce-Button:hover{
	background-color: transparent !important;
	color: #0C2A45 !important;
}

.woocommerce-account .woocommerce{
	max-width: 1280px;
	margin: 0 auto;
	padding: 100px 20px;
}

.woocommerce-info{
	border-top-color: #0C2A45;
}

.woocommerce-info::before{
	color: #0C2A45;
}

.hp-menu--tabbed .hp-menu__item--current::before{
	background-color: #0C2A45;
}

.hp-menu--tabbed .hp-menu__item--current a,
.hp-menu--tabbed .hp-menu__item a:hover{
	color: #0C2A45;
}

.single-hp_vendor .hp-vendor__summary .hp-vendor__name{
	font-family: "Chronica Bold", Sans-serif;
}

.tax-hp_listing_category .hp-page{
	max-width: 100%;
}

.review-sec{
	background-color: #F0EBE1;
	padding: 100px 0 180px;
}

.review-sec .review-heading-part{
	max-width: 1280px;
	margin: 0 auto 50px;
	padding: 0 20px;
}

.review-heading-part .wp-block-heading{
	font-size: 40px;
    line-height: 50px;
    font-family: "Chronica Bold", Sans-serif;
    color: #2A2928;
    text-transform: capitalize;
}

.review-heading-part p{
	color: #000000;
    font-family: "Codec Regular", Sans-serif;
    font-size: 18px;
}

.review-sec .hp-block .hp-review--view-block{
	border-radius: 7px;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.12);
}

.review-sec .hp-review__author a{
	font-family: "Chronica Bold", Sans-serif;
}

.review-sec .hp-review__content p{
	color: #000000;
	font-style: italic;
}

.single-hp_listing .content-area{
	padding: 100px 20px;
}

.single-hp_listing .hp-page{
	max-width: 1280px;
}

.single-hp_listing .hp-listing__title,
.single-hp_listing .hp-section__title{
	font-family: "Chronica Bold", Sans-serif;
}

.single-hp_listing .hp-page__sidebar .hp-listing__attributes--primary .hp-listing__attribute{
	color: #0C2A45;
}

.single-hp_listing .hp-page__sidebar .hp-listing__attributes--primary::before{
	background-color: #0C2A45;
}

.single-hp_listing .hp-page__sidebar .hp-listing__action--message::before{
	display: none;
}

.single-hp_listing .hp-page__sidebar .hp-listing__action--message{
	font-size: 18px !important;
    line-height: 24px !important;
    font-family: "Chronica Medium", Sans-serif;
    color: #F0EBE1 !important;
    padding: 8px 30px !important;
    background-color: #0C2A45 !important;
    border-radius: 28px !important;
    text-transform: uppercase;
    border: 1px solid #0C2A45 !important;
    box-shadow: 0px 8px 15px 0px rgba(12, 42, 69, 0.28);
    transition: all .3s;
}

.single-hp_listing .hp-page__sidebar .hp-listing__action--message:hover{
	background-color: transparent !important;
	color: #0C2A45 !important;
}

.single-hp_listing .hp-page__sidebar .hp-vendor--view-block .hp-vendor__name{
	font-family: "Chronica Bold", Sans-serif;
	color: #2A2928;
	font-size: 18px;
	line-height: 24px;
}

.single-hp_listing .hp-page__sidebar .hp-vendor--view-block .hp-vendor__footer::before{
	background-color: #0C2A45;
}

.single-hp_listing .hp-listing--view-page .hp-listing__images-carousel .slick-current img{
	border-color: #0C2A45;
}

.single-hp_listing .hp-review__summary a{
	font-family: "Chronica Bold", Sans-serif;
	color: #2A2928;
}

.single-hp_listing .hp-listing .hp-listing__title{
	font-size: 26px;
    line-height: 36px;
    color: #000000;
    font-family: "Chronica Medium", Sans-serif;
    margin-bottom: 10px;
    font-weight: normal;
}

.single-hp_listing .hp-listing__details a{
	font-size: 18px;
    line-height: 28px;
    font-family: "Chronica Bold", Sans-serif;
    color: #2A2928 !important;
    text-transform: capitalize;
}

.single-hp_listing .hp-listing__details .hp-listing__categories a{
	font-family: "Codec Regular", Sans-serif;
    color: rgba(0, 0, 0, .5);
    text-transform: capitalize;
    margin-left: 5px;
}

.single-hp_listing .custom-profile-view .hp-button--link{
	font-size: 18px;
    line-height: 24px;
    color: #58748A;
    font-family: "Chronica Medium", Sans-serif;
    text-decoration: underline;
    text-transform: uppercase;
}

.single-hp_listing .hp-listing--view-block .hp-listing__actions--primary .hp-listing__action i{
	color: rgba(0, 0, 0, .3);
}

.single-hp_listing .hp-listing__footer .hp-listing__attribute{
	font-size: 28px;
    line-height: 38px;
    color: #0C2A45;
    font-family: "Chronica Bold", Sans-serif;
}

.single-hp_listing .hp-listing__footer .hp-listing__attributes--primary::before{
	background-color: #0C2A45;
    width: 6px;
}

.single-hp_listing .hp-listing__title .fa-check-circle:before{
	right: auto;
}

.fa-check-circle{
	position: relative;
	margin-right: 7px;
}

.fa-check-circle:before{
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(https://39f1363641.nxcli.io/wp-content/uploads/2025/06/Icon-feather-check-circle.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.hp-template--user-view-page .content-area{
	padding: 100px 20px;
}

.hp-template--user-view-page .hp-vendor__name{
	font-family: "Chronica Bold", Sans-serif;
}

.hp-template--user-view-page .hp-vendor__actions button::before{
	display: none;
}

.hp-template--user-view-page .hp-vendor__actions button{
	font-size: 18px;
	line-height: 24px;
	font-family: "Chronica Medium", Sans-serif;
	color: #F0EBE1;
	background-color: #0C2A45;
	border-radius: 28px;
	text-transform: uppercase;
	border: 1px solid #0C2A45;
	box-shadow: 0px 8px 15px 0px rgba(12, 42, 69, 0.28);
	transition: all .3s;
}

.hp-template--user-view-page .hp-vendor__actions button:hover{
	background-color: transparent;
	color: #0C2A45;
}

.hp-template--listing-submit-details-page .content-area,
.hp-template--listing-submit-page .content-area{
	padding: 100px 20px;
}

.single-hp_request .content-area{
	padding: 100px 20px;
}

.single-hp_request .hp-listing__title,
.single-hp_request .hp-vendor__name,
.single-hp_request .hp-progress-photo-date-group{
	font-family: "Chronica Bold", Sans-serif;
}

.single-hp_request .hp-listing__description a{
	color: #0F1727A6;
}

.single-hp_request .hp-listing--view-page .hp-listing__attributes--primary .hp-listing__attribute{
	color: #0C2A45;
}

.single-hp_request .hp-listing--view-page .hp-listing__attributes--primary::before,
.single-hp_request .hp-vendor--view-block .hp-vendor__footer::before{
	background-color: #0C2A45;
}

.single-hp_request .hp-progress-photo-grid{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* .single-hp_request .hp-progress-photo-grid .progress-details .details{
	display: flex;
	justify-content: space-between;
} */

/* .single-hp_request .hp-progress-photo-grid .progress-photo{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 20px;
} */

.single-hp_request .hp-progress-photo-grid .progress-details .photo-date{
	margin: 0;
}

.single-hp_request .hp-progress-photo-grid .hp-progress-photo-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single-hp_request .hp-progress-photos{
	margin: 20px 0;
}
.single-hp_request .hp-progress-photos input,
.single-hp_request .hp-progress-photos textarea{
	width: 100%;
}
.single-hp_request .hp-progress-photos form button::before{
	display: none;
}

.single-hp_request .hp-progress-photos form button{
	font-size: 16px !important;
    line-height: 22px !important;
    font-family: "Chronica Medium", Sans-serif;
    color: #F0EBE1 !important;
    padding: 6px 20px !important;
    background-color: #0C2A45 !important;
    border-radius: 25px !important;
    text-transform: uppercase;
    border: 1px solid #0C2A45 !important;
    box-shadow: 0px 8px 15px 0px rgba(12, 42, 69, 0.28);
    transition: all .3s;
	margin: 20px 0;
}

.single-hp_request .hp-progress-photos form button:hover{
	background-color: transparent !important;
	color: #0C2A45 !important;
}
.single-hp_request .hp-progress-photos .hp-progress-photo-form{
	margin-top: 20px;
	border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    background-color: #fafafa;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}
.single-hp_request .hp-progress-photos .hp-grid:last-child{
	margin-bottom: 0;
	
}


/* Container for each progress phase */
#photos-gallery .hp-grid {
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    background-color: #fafafa;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

#photos-gallery .hp-progress-photos-gallery{
	margin: 25px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #dcdcdc;
}

#photos-gallery .hp-progress-photos-gallery:first-child{
	margin: 0 0 25px;
}

#photos-gallery .hp-progress-photos-gallery:last-child{
	margin: 25px 0 0;
	border: none;
	padding: 0;
}

/* Phase title and date layout */
.progress-details .details {
    display: flex;
    justify-content: space-between;
/*     align-items: center; */
    margin-bottom: 10px;
}

/* Description spacing */
.photo-description {
    margin-top: 10px;
    line-height: 1.6;
    color: #333;
}

/* Image grid layout */
.progress-photo {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

/* Image item */
.hp-progress-photo-item {
    flex: 0 1 calc(25% - 12px); /* 4 images per row */
    box-sizing: border-box;
}

/* Responsive image */
.hp-progress-photo-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    transition: transform 0.3s;
}

.hp-progress-photo-img:hover {
    transform: scale(1.02);
}

/* Optional: make phase titles stand out */
.photo-title {
    font-weight: bold;
    font-size: 16px;
}


.single-hp_request .hp-listing__action::before,
.single-hp_request .hp-page__content form button::before,
.woocommerce-checkout .button::before{
	display: none;
}

.single-hp_request .hp-listing__action,
.single-hp_request .hp-page__content form button,
.woocommerce-checkout .button{
	font-size: 18px !important;
    line-height: 24px !important;
    font-family: "Chronica Medium", Sans-serif;
    color: #F0EBE1 !important;
    padding: 8px 30px !important;
    background-color: #0C2A45 !important;
    border-radius: 25px !important;
    text-transform: uppercase;
    border: 1px solid #0C2A45 !important;
    box-shadow: 0px 8px 15px 0px rgba(12, 42, 69, 0.28);
    transition: all .3s;
}

.single-hp_request .hp-listing__action:hover,
.single-hp_request .hp-page__content form button:hover,
.woocommerce-checkout .button:hover{
	background-color: transparent !important;
	color: #0C2A45 !important;
}

.woocommerce-order-received .page__text,
.woocommerce-checkout .page__text,
.hp-template--requests-view-page .content-area{
	padding: 100px 20px;
	max-width: 1280px;
	margin: 0 auto;
}

.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-checkout h3{
	font-family: "Chronica Bold", Sans-serif;
}

#signatureForm{
	margin: 20px 0;
}

#signatureForm #signaturePad{
	width: 100% !important;
}

#signatureForm .jSignature{
	height: 198px !important;
	width: 100% !important;
}

#signatureForm label{
	margin-bottom: 10px;
	display: block;
}

#signatureForm button{
	margin-top: 20px;
}

.single-hp_request .hp-offers .hp-offer__attributes--primary .hp-offer__attribute{
	color: #0C2A45;
}

.single-hp_request .hp-offers .hp-offer__attributes--primary .hp-offer__attribute::before{
	background-color: #0C2A45;
}

.woocommerce-checkout .place-order .button{
	margin-top: 10px !important;
}

.woocommerce-checkout .showcoupon{
	color: #0C2A45;
	text-decoration: underline;
}

.error-404 .content{
	padding: 100px 0;
	text-align: center;
} 

.error-404 .content h2{
	font-size: 70px;
	line-height: normal;
	color: #0C2A45;
	font-family: "Chronica Bold", Sans-serif;
}

.error-404 .content h2 span{
	display: block;
}

.fluentform .ff-el-is-error .text-danger{
	font-size: 16px;
}

.hp-template--requests-view-page .hp-page__header{
	margin-top: 100px;
}

.hp-template--requests-view-page .hp-page__header .hp-form__footer button{
	font-size: 0 !important;
	line-height: 0 !important;
}

.hp-template--requests-view-page .hp-page__header .hp-form--primary::before{
	background-color: #0C2A45;
}

.hp-template--requests-view-page .hp-listing__title{
	font-family: "Chronica Bold", Sans-serif;
}

.hp-template--requests-view-page .hp-listing--view-block .hp-listing__attributes--primary .hp-listing__attribute{
	color: #0C2A45;
}

.hp-template--requests-view-page .hp-listing--view-block .hp-listing__attributes--primary::before{
	background-color: #0C2A45;
}

.hp-template--request-submit-page .content-area,
.blog .hp-page__offer{
	padding: 100px 20px;
}

.blog .hp-page__offer button::before,
.single-hp_request .hp-offer__actions .button::before,
.single-hp_request .hp-button--wide::before,
.single-hp_request .hp-project-activity-log .button::before{
	display: none;
}

.blog .hp-page__offer button,
.single-hp_request .hp-offer__actions .button,
.single-hp_request .hp-button--wide,
.single-hp_request .hp-project-activity-log .button{
	font-size: 18px !important;
    line-height: 24px !important;
    font-family: "Chronica Medium", Sans-serif;
    color: #F0EBE1 !important;
    padding: 8px 30px !important;
    background-color: #0C2A45 !important;
    border-radius: 25px !important;
    text-transform: uppercase;
    border: 1px solid #0C2A45 !important;
    box-shadow: 0px 8px 15px 0px rgba(12, 42, 69, 0.28);
    transition: all .3s;
}

.blog .hp-page__offer button:hover,
.single-hp_request .hp-offer__actions .button:hover,
.single-hp_request .hp-button--wide:hover,
.single-hp_request .hp-project-activity-log .button:hover{
	background-color: transparent !important;
	color: #0C2A45 !important;
}

.hp-vendor--view-block .hp-vendor__footer::before{
	background-color: #0C2A45;
}

.blog #clear{
	margin: 25px 0;
}

.single-hp_request #offers .hp-offer__actions .button{
	margin-right: 25px;
}

.single-hp_request .hp-payment-requests{
	margin-top: 20px;
}

.single-hp_request .hp-payment-requests .hp-payment-request-item p{
	margin-bottom: 0;
}

.single-hp_request .hp-payment-requests .payment-request{
	border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 20px;
    background-color: #fafafa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.single-hp_request .hp-payment-requests .payment-request .hp-payment-request-item{
	margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}

.single-hp_request .hp-payment-requests .payment-request .hp-payment-request-item:first-child{
	margin: 0 0 20px;
}

.single-hp_request .hp-payment-requests .payment-request .hp-payment-request-item:last-child{
	margin: 20px 0 0;
	border: none;
	padding: 0;
}

.single-hp_request .hp-payments-log{
	border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 20px;
    background-color: #fafafa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
	max-width: fit-content;
}

.single-hp_request .hp-payments-log a{
	color: #0C2A45;
}

.single-hp_request .hp-payment-requests .hp-payment-request-item .button{
	margin: 20px 0 0;
}

.hp-listing__title{
	font-family: "Chronica Bold", Sans-serif;
}


@media(max-width: 1199px){
	.contact-pro-sec{
		margin: 0 20px 180px;
	}
}

@media(min-width: 1025px){
	header .hfe-nav-menu{
		align-items: center;
	}
	
	header .hfe-nav-menu__layout-horizontal{
		width: 100% !important;
	}
	
	header .hfe-nav-menu .menu-item{
		margin-bottom: 0;
	}
	
	.login-menu a{
		font-family: "Chronica Medium", Sans-serif !important;
    	font-size: 18px !important;
    	font-weight: 500 !important;
    	text-transform: uppercase !important;
    	line-height: 24px !important;
    	padding: 9px 40px 9px 40px !important;
    	color: #0c2a45 !important;
    	background-color: #f0ebe1 !important;
    	border: 1px solid #f0ebe1 !important;
    	border-radius: 21px !important;
		transition: all .3s !important;
	}

	.login-menu a:hover{
		background-color: transparent !important;
		color: #f0ebe1 !important;
	}

	.login-menu a::after{
		display: none !important;
	}
	
	.listing-form .hp-form__fields input,
	.contractor-listing-form .hp-form__fields input{
		padding-left: 50px;
	}
	
	.process-content{
		height: 100%;
	}
	
	.request-form .ff-el-form-check-label input{
		width: 26px;
		height: 26px;
	}

	.request-form .ff-el-form-check-label span{
		margin-left: 10px;
	}
	
	.signup-form .ff-el-form-check-label input{
		width: 26px;
		height: 26px;
	}

	.signup-form .ff-el-form-check-label span{
		margin-left: 10px;
	}
}

@media(max-width: 1024px){
	header .menu-item .hfe-menu-item{
		color: #0C2A45 !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	header .menu-item--user-account a,
	header .menu-item--user-account a i,
	header .hp-menu__item--user-account,
	header .hp-menu__item--user-account .hp-icon{
		color: #0C2A45 !important;
	}
	
	header .menu-item--user-account a{
		padding: 15px;
	}
	
	.hero-sec::before,
	.hero-sec::after,
	.about-hero::before,
	.about-hero::after,
	.about-hero .e-con-inner::after,
	.subscription-hero-sec::after,
	.contact-hero::before,
	.contact-hero::after,
	.contractor-listing-form::after,
	.contractor-listing-form::before,
	.contractor-profile::after,
	.contractor-profile::before{
		display: none;
	}
	
	.second-box{
		border-width: 0px 0px 0px 0px !important;
	}
	
	.featured-contractor .hp-listings .hp-row{
		grid-template-columns: 1fr 1fr;
	}
	
	.search-result-sec .search-result-inner{
		grid-template-columns: 1fr;
	}
	
	.single-hp_request #offers .hp-offer__footer{
		flex-direction: column;
    	align-items: flex-start;
    	gap: 20px;
	}
	
	.single-hp_request #offers .hp-offer__footer .hp-offer__actions{
		flex-direction: column;
    	align-items: flex-start;
    	gap: 10px;
	}
}

@media(min-width: 768px){
	.listing-form .hp-form__button,
	.contractor-listing-form .hp-form__button{
		font-size: 0 !important;
		line-height: 0 !important;
	}
}

@media(max-width: 767px){
	header .menu-item{
		margin: 0 !important;
	}
	
	.listing-form .hp-form__button span::after,
	.contractor-listing-form .hp-form__button span::after{
		width: 20px;
		height: 20px;
	}
	
	.first-box,
	.second-box,
	.third-box{
		border-width: 0px 0px 1px 0px !important;
	}
	
	.line-shape{
		display: none;
	}
	
	.signup-sec::after{
		display: none;
	}
	
	.signup-sec p,
	.subscription-hero p{
		line-height: 32px;
	}
	
	.contact-form form input,
	.contact-form form textarea,
	.newsletter-form input,
	.request-form input,
	.request-form textarea,
	.signup-form input,
	.signup-form textarea{
		font-size: 16px;
    	line-height: 22px !important;
		padding: 12px 22px !important;
		border-radius: 22px !important;
	}
	
	.contact-form form .ff-btn-submit,
	.newsletter-form .ff-btn-submit,
	.request-form .ff-btn-submit,
	.signup-form .ff-btn-submit{
		padding: 12px;
		border-radius: 22px;
		font-size: 16px;
    	line-height: 22px;
		width: 100%;
	}
	
	.request-form p,
	.signup-form p{
		font-size: 22px;
		line-height: 30px;
		margin-top: 0;
	}
	
	.request-form label,
	.signup-form label{
		margin-bottom: 0 !important;
	}
	
	.faq-block{
		justify-content: space-between;
    	flex-direction: row-reverse !important;
	}
	
	.faq-block .faq-img{
		width: 20%;
		order: 1;
	}
	
	.faq-block .faq-content{
		order: 2;
	}
	
	.faq-block .faq-arrow{
		width: 15%;
	}
	
	.contractor-listing-form,
	.featured-contractor,
	.search-result-sec{
		padding: 50px 20px;
	}
	
	.contractor-listing-form .wp-block-heading{
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 23px;
	}
	
	.featured-contractor .wp-block-heading,
	.search-result-sec .wp-block-heading{
		font-size: 26px;
		line-height: 36px;
	}
	
	.featured-contractor .hp-listings .hp-row{
		grid-template-columns: 1fr;
		gap: 50px;
	}
	
	.featured-contractor .hp-grid__item .hp-listing{
		padding: 30px;
	}
	
	.featured-contractor .hp-listing__header{
		width: 120px;
	}
	
	.featured-contractor .hp-listing__content .hp-listing__details a{
		font-size: 15px;
		line-height: 22px;
	}
	
	.search-result-sec .search-sidebar{
		padding: 0;
		margin-bottom: 0;
	}
	
	.search-result-sec .search-content .showing-result{
		gap: 15px;
		justify-content: center;
	}
	
	.search-result-sec .search-content .showing-result .wp-block-column{
		margin: 0;
	}
	
	.search-result-sec .search-content .hp-listings .hp-listing,
	.single-hp_vendor .hp-listings .hp-listing{
		padding: 15px;
		overflow: hidden;
	}
	
	.search-result-sec .search-content .custom-details-wrapper a,
	.single-hp_vendor .custom-details-wrapper a{
		font-size: 14px;
		line-height: 24px;
	}
	
	.search-result-sec .search-content .custom-details-wrapper{
		align-items: flex-start;
		flex-direction: column;
	}
	
	.search-result-sec .search-content .custom-details-wrapper .hp-listing__details a,
	.single-hp_vendor .custom-details-wrapper .hp-listing__details a{
		margin-left: 0;
	}
	
	.search-result-sec .search-content .hp-listing__footer .hp-listing__attribute,
	.single-hp_vendor .hp-listing__footer .hp-listing__attribute,
	.single-hp_listing .hp-listing__footer .hp-listing__attribute{
		font-size: 22px;
		line-height: 32px;
	}
	
	.search-result-sec .search-content .hp-listing__title,
	.single-hp_vendor .hp-listing__attribute--contractors-heading,
	.single-hp_listing .hp-listing .hp-listing__title{
		font-size: 20px;
		line-height: 30px;
	}
	
	.contractor-profile,
	.service-column-sec{
		padding: 50px 20px;
	}
	
	.contractor-profile .wp-block-heading{
		font-size: 32px;
		line-height: 42px;
	}
	
	.service-info{
		padding: 50px 20px 30px;
	}
	
	.service-info .wp-block-heading,
	.service-info-inner .profile-detail .wp-block-heading,
	.service-column-sec .wp-block-heading,
	.contact-pro-sec .contact-pro-detail .wp-block-heading,
	.review-heading-part .wp-block-heading{
		font-size: 26px;
		line-height: 36px;
	}
	
	.service-info-inner{
		grid-template-columns: 1fr;
		gap: 50px;
	}
	
	.service-info-inner .profile-info{
		margin-bottom: 0;
		padding: 20px;
	}
	
	.service-info-inner .profile-info .hp-listing__images{
		max-width: 120px;
	}
	
	.service-info-inner .profile-info .hp-vendor__name{
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 7px;
	}
	
	.service-info-inner .profile-info .hp-vendor__attributes .hp-vendor__attribute--phone-no, .service-info-inner .profile-info .hp-vendor__attributes .hp-vendor__attribute--email, .service-info-inner .profile-info .hp-vendor__attributes .hp-vendor__attribute--address, .contact-pro-sec .contact-pro-detail .hp-vendor__attributes .hp-vendor__attribute--phone-no, .contact-pro-sec .contact-pro-detail .hp-vendor__attributes .hp-vendor__attribute--email, .contact-pro-sec .contact-pro-detail .hp-vendor__attributes .hp-vendor__attribute--address{
		padding-left: 45px;
	}
	
	.service-info-inner .profile-info .hp-vendor__attributes .hp-vendor__attribute--phone-no::after, .contact-pro-sec .contact-pro-detail .hp-vendor__attributes .hp-vendor__attribute--phone-no::after,.service-info-inner .profile-info .hp-vendor__attributes .hp-vendor__attribute--email::after, .contact-pro-sec .contact-pro-detail .hp-vendor__attributes .hp-vendor__attribute--email::after,.service-info-inner .profile-info .hp-vendor__attributes .hp-vendor__attribute--address::after, .contact-pro-sec .contact-pro-detail .hp-vendor__attributes .hp-vendor__attribute--address::after{
		width: 30px;
		height: 30px;
	}
	
	.service-column-sec .services-grid{
		grid-template-columns: 1fr;
		margin-top: 30px;
	}
	
	.service-column-sec .service-card h3{
		font-size: 20px;
		line-height: 28px;
		margin: 20px 0;
		padding: 0 20px;
	}
	
	.service-column-sec .service-card p{
		padding: 0 20px 20px;
	}
	
	.contact-pro-sec{
		margin: 0 20px 50px;
	}
	
	.contact-pro-sec .contact-pro-img{
		margin-bottom: 0;
	}
	
	.contact-pro-sec .contact-pro-detail{
		padding: 20px;
	}
	
	.contact-pro-sec .contact-pro-detail .button{
		padding: 12px;
	}
	
	.hp-template--user-account-page .content-area,
	.hp-template--listing-manage-page .content-area,
	.woocommerce-account .woocommerce,
	.hp-template--user-login-page .content-area,
	.hp-template--user-view-page .content-area,
	.hp-template--listing-submit-details-page .content-area,
	.hp-template--listing-submit-page .content-area,
	.woocommerce-order-received .page__text,
	.woocommerce-checkout .page__text,
	.hp-template--requests-view-page .content-area,
	.hp-template--request-submit-page .content-area,
	.blog .hp-page__offer{
		padding: 50px 20px;
	}
	
	.hp-page__title{
		font-size: 26px;
		line-height: 36px;
	}
	
	.review-sec{
		padding: 50px 0;
	}
	
	.fa-check-circle:before{
		width: 13px;
		height: 13px;
	}
	
	.error-404 .content h2{
		font-size: 40px;
	}
	
	.hp-template--requests-view-page .hp-page__header{
		margin-top: 50px;
	}
	
	.single-hp_request .hp-payments-log{
		overflow-x: scroll;
	}
	
/* 	.single-hp_request .hp-progress-photo-grid .progress-photo{
		grid-template-columns: 1fr 1fr 1fr;
	} */
}