div#main {
	padding-top: 0px;
	padding-bottom: 0px;
}

.card-overlay-link {
	position: absolute;
	inset: 0;
	z-index: 5;
}

html, body {
	overflow-x: hidden;
}

.center-buttons {
	text-align: center;
}

.list-items .uavc-list-content {
	display: flex;
	align-items: flex-start;
	margin-bottom: 2px;
}

.hm-area-btn button.vc_general,
.hm-area-btn a.vc_general {
	background-color: transparent;
	border: none;
	color: white;
	padding-top: 0;
	padding-bottom: 0;
	font-family: inter;
	font-size: 22px;
	padding-left: 0px;
}

.hm-area-btn button.vc_general:hover,
.hm-area-btn a.vc_general:hover {
	background-color: transparent;
	border: none;
	transform: none;
	color: white;
}

.primary-btn button.vc_btn3.vc_btn3-color-default,
.primary-btn a.vc_btn3.vc_btn3-color-default {
	background-color: #0387D6;
	border-radius: 10px;
	padding: 20px 40px 20px 40px;
	border: 2px solid #0387D6;
	color: white;
	font-weight: 500;
	font-size: 20px;
	margin-right: 20px;
	font-family: 'Inter';
}

#primary-btn-hm.single-btn a.vc_btn3.vc_btn3-color-default {
	margin-right: 0;
}

.secondary-btn button.vc_btn3.vc_btn3-color-default,
.secondary-btn a.vc_btn3.vc_btn3-color-default {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 20px 40px 20px 40px;
	border: 2px solid #0387D6;
	color: #0387D6;
	font-weight: 500;
	font-size: 20px;
	font-family: 'Inter';
}

.wide-btn button.vc_btn3.vc_btn3-color-default,
.wide-btn a.vc_btn3.vc_btn3-color-default {
	padding: 20px 60px 20px 60px;
	width: 100%;
}

.primary-btn a,
.primary-btn button {
	position: relative;
}

.primary-btn:not(.remove-arrow) a::after,
.primary-btn:not(.remove-arrow) button::after {
	FONT-WEIGHT: 300;
	content: "\f061";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	position: relative;
	top: 2px;
	margin-left: 15px;
	right: 0;
	color: white;
	font-size: 20px;
    /*transform: translate(-30px,22px);*/;
}

.primary-btn a.vc_btn3.vc_btn3-color-default:hover,
.primary-btn button.vc_btn3.vc_btn3-color-default:hover {
	background-color: white;
	color: #0387D6;
}

.primary-btn a.vc_btn3.vc_btn3-color-default:hover::after,
.primary-btn button.vc_btn3.vc_btn3-color-default:hover::after {
	color: #0387D6;
}

.secondary-btn  a.vc_btn3.vc_btn3-color-default:hover,
.secondary-btn  button.vc_btn3.vc_btn3-color-default:hover {
	background-color: #0387D6;
	color: #ffffff;
}

     
/*Hero Section*/ 

section#hm-hero {
	background-position: right !important;
	position: relative;
}

section#hm-hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(240, 240, 239, 0) 20.47%, #f0f0ef 55.23%) !important;
}

.uavc-list-icon.hm-list-icon + span {
	font-weight: 700;
	font-size: 22px;
	line-height: 15px;
	letter-spacing: -5%;
}

.mb-hero-img {
	display: none;
}

#hm-hero ul.uavc-list li:nth-child(even) .uavc-list-content {
	padding-left: 27px;
}

section.vc_section.hm-services-section.vc_section-has-fill {
	margin-top: -5px;
}

section#hm-hero div.uavc-list-content {
	margin-bottom: 2px;
}

.hm-ser-card.wpb_column.vc_column_container .vc_column-inner {
	padding: 0;
}

.hm-ser-card.wpb_column.vc_column_container.vc_col-sm-6.vc_col-md-4.vc_col-has-fill .wpb_wrapper {
	width: 100%;
}

.hm-ser-card a.aio-icon-box-link {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: end;
	padding: 10px 20px;
	padding-right: 50px;
	border-bottom: 10px solid #0387d6;
	border-radius: 10px;
}



/* Areas Section */
.vc_row.wpb_row.vc_inner.vc_row-fluid.hm-area-address .vc_column-inner {
	padding-top: 20px;
	padding-bottom: 5px;
}

.hm-address .uvc-main-heading h5 {
	font-weight: 400 !important;
}

.hm-address .uvc-sub-heading {
	padding: 15px 20px;
}

.wpb_text_column.wpb_content_element.hm-address {
	font-family: inter;
	line-height: 16px;
}

section.vc_section.areas-section.vc_section-has-fill {
	background-position: left !important;
}
/* Services Section*/
.hm-ser-card.wpb_column.vc_column_container .vc_column-inner {
   /*width: 340px;*/
   /*height: 220px;*/
	min-height: 220px;
	border-radius: 10px;
	display: flex;
	align-items: end;
   /*justify-content: center;*/
	position: relative;
	overflow: hidden;
}

.hm-ser-card.wpb_column.vc_column_container .vc_column-inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(180deg, rgba(0, 0, 0, 0) 37.05%, #000000 80.91%) !important;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.hm-ser-card.wpb_column.vc_column_container .vc_column-inner .wpb_wrapper {
	z-index: 1;
	letter-spacing: -5%;
	padding-bottom: 10px;
	padding-right: 60px;
	padding-left: 10px;
}

.hm-ser-card.wpb_column.vc_column_container .vc_column-inner .aio-icon-box-link::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 65px;
	height: 65px;
	background: #0387D6;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	transform: rotate(180deg);
	z-index: 1;
	color: white;
	font-size: 24px;
}

.hm-ser-card.wpb_column.vc_column_container .hm-ser-card-text .uvc-sub-heading {
	font-weight: 300 !important;
	padding-top: 15px;
}

.hm-ser-card .aio-icon-component {
	margin-bottom: 0px;
}

.hm-area-address .wpb_wrapper p {
	color: #ababab;
}

.hm-ser-card.wpb_column.vc_column_container .aio-icon-box-link::before {
	content: "\f061";
	font-family: "Font Awesome 6 Free";
	font-weight: 700;
	position: absolute;
	right: 15px;
	bottom: 3px;
	color: white;
	font-size: 20px;
	z-index: 5;
}

.hero-lists .uavc-list-content {
	display: flex;
	align-items: center;
}

.hm-services-cards {
	padding-top: 45px;
}

/* How It Works*/
.hm-work-card {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 57.24%);
	border-radius: 10px;
	max-width: 550px;
	border: 1px solid #EAEAEA;
}

.how-works-r1,
.how-works-r2 {
	gap: 20px;
	justify-content: center;
}

/*Testimonial Slider*/
 
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.hm-testimonial {
	padding-top: 80px;
	padding-bottom: 80px;
}

.testimonials-slider .testi-review {
	font-family: inter;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -5%;
	padding-bottom: 40px;
	color: #5C5C5C;
}

.testimonials-slider .author-name {
	letter-spacing: -5%;
}

.testimonials-slider .vc_row.wpb_row.vc_inner.vc_row-fluid.testi-card::before {
	content: "";
	position: absolute;
	top: 20px;
	right: 23px;
	width: 110px;
	height: 100px;
	background-image: url(https://publicadjusstg.wpenginepowered.com/wp-content/uploads/2026/02/unnamed-file.png);
	background-repeat: no-repeat;
	z-index: -1;
}

.testi-content.wpb_column.vc_column_container.vc_col-sm-9 {
	padding-left: 50px;
	padding-right: 10px;
}

.testi-content.wpb_column.vc_column_container.vc_col-sm-9 {
	position: relative;
}

.testi-content.wpb_column.vc_column_container.vc_col-sm-9::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 150%;
	transform: translate(-4px, -30px);
	background-color: #F1F1F1;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.testi-card.testi-card img {
	transform: translate(0px,60px);
}
.testi-top-text .uvc-sub-heading.ult-responsive {
	width: 80%;
	line-height: 35px;
}
#testimonials-col .vc_btn3-container {
    padding-top:40px;
}

/* fAQs CSS */ 
.vc_general.vc_tta.vc_tta-accordion.hm-faqs .vc_tta-panel-title a {
	padding: 25px 0px 25px 50px;
	font-family: 'inter';
	font-weight: 500;
	font-size: 22px;
	color: black;
}

.vc_general.vc_tta.vc_tta-accordion.hm-faqs .vc_tta-panel-heading {
	background: transparent;
	border: 2px solid #BFBFBF;
	border-radius: 10px;
}

.vc_general.vc_tta.vc_tta-accordion.hm-faqs .vc_active .vc_tta-panel-heading {
	background-color: transparent;
	border-color: #0387D6;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.vc_general.vc_tta.vc_tta-accordion.hm-faqs .vc_active .vc_tta-panel-heading a {
	color: #0387D6;
}

.vc_general.vc_tta.vc_tta-accordion.hm-faqs .vc_active .vc_tta-controls-icon:before {
	border-color: #0387D6;
}

.vc_tta-panel-body {
	padding: 15px 0px !important;
}

.vc_tta-panel-body p {
	font-family: inter;
	color: #5C5C5C;
	font-size: 20px;
	line-height: 34px;
	font-weight: 300;
	letter-spacing: -5%;
	padding-left: 30px;
}

.faq-content .wpb_wrapper {
	border-left: 2px solid #6A6A6A !important;
}

.faq-content .wpb_wrapper p a {
	text-decoration: none;
}

/*Hire a public adjuster */

.hire-adjuster-mb-text {
	position: relative;
}

.hire-adjuster-mb-text::before {
	content: "";
	position: absolute;
	top: 10%;
	left: 0;
	width: 1px;
	height: 80%;
	background-color: #FFFFFF33;
	pointer-events: none;
	z-index: 2;
	transform: translateX(1px);
}

.hire-a-public .wpb_wrapper {
	position: relative;
	z-index: 1;
}

.hire-lg-text.wpb_column.vc_column_container.vc_col-sm-6 {
	padding-right: 50px;
}
 
/*==========================*/
/* ===== Blog Section ====== */

.cbs-img-box {
	position: relative;
}

.cbs-overlay {
	z-index: 1;
	padding: 0px 50px 10px 20px;
}

.cbs-img-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(180deg, rgba(0, 0, 0, 0) 37.05%, #000000 80.91%) !important;
}

.cbs-img-box::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 65px;
	height: 65px;
	background: #0387D6;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	transform: rotate(180deg);
	z-index: 1;
	color: white;
	font-size: 24px;
}

/* Container Layout */
.cbs-grid-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	padding-top: 50px;
}

/* Card Styling */
.cbs-card {
	background: #fff;
	border-radius: 8px;
	width: 100%;
	max-width: 350px;
 /* Card width limit */
	overflow: hidden;
	border: 1px solid #E5E7E9;
}


/* Image Section */
.cbs-img-box {
	min-height: 350px;
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: flex-end;
	border-bottom: 10px solid #0387D6;
}



/* Meta Data (Author | Date) */
.cbs-meta {
	font-family: inter;
	font-size: 16px;
	font-weight: 300;
	color: #ccc;
	margin-bottom: 10px;
	letter-spacing: -5%;
	line-height: 20px;
}

/* Title Styling */
.cbs-title {
	font-size: 18px;
	font-family: 'inter';
	padding-bottom: 10px;
	line-height: 20px;
	letter-spacing: -5%;
	margin: 0;
	color: #fff;
	font-weight: 700;
}

/* Body Content */
.cbs-content {
	padding: 20px;
}

/*.cbs-excerpt {*/
/*    font-size: 14px;*/
/*    color: #666;*/
/*    line-height: 1.6;*/
    
/*}*/

/* Read More Link */
.cbs-readmore {
	font-family: inter;
	font-size: 16px;
	color: #5C5C5C;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: -5%;
}

.cbs-readmore:hover {
	color: #0099ff;
}

.cbs-slide-item .cbs-excerpt {
	font-family: inter;
	font-weight: 300;
	color: #5C5C5C;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 25px;
}

/* Link Wrapper fix */
a.cbs-img-link {
	display: block;
	text-decoration: none;
}

.cbs-arrow-corner::after {
	content: "\f061";
	font-family: "Font Awesome 6 Free";
	font-weight: 700;
	position: absolute;
	right: 10px;
	bottom: 8px;
	color: white;
	font-size: 20px;
	z-index: 5;
}

.hm-cta-content p {
	margin: 0;
}

section.vc_section.hm-why-choose.mb-why-choose {
	display: none;
}
.testimonials-slider  ul.slick-dots {
	padding-top: 60px;
}
#testimonials-col .wpb_wrapper > .vc_row {
    margin-top: 80px;
}
.hm-testimonial .uvc-heading {
    margin-bottom: 50px;
}

/*=============================*/
/* ===== Media Queries ======  */
/*=============================*/


@media (min-width: 991px) and (max-width: 1200px) {
	.hm-work-card {
		max-width: 450px;
	}
}

@media (max-width: 991px) {
	.hm-work-card.wpb_column.vc_column_container {
		margin-top: 50px;
	}

	.vc_row.wpb_row.vc_inner.vc_row-fluid.how-works-r2 {
		padding-top: 20px !important;
	}

	section.vc_section.hm-why-choose.mb-why-choose {
		display: block;
	}

	section.vc_section.hm-why-choose.lg-why-choose {
		display: none;
	}

	.hm-why-choose .vc_btn3-container.secondary-btn {
		padding: 20px !important;
	}

	.hm-area-btn button.vc_general,
    .hm-area-btn a.vc_general {
		font-size: 16px;
	}

	.hm-area-map-heading-mb .uvc-main-heading h5 {
		font-weight: 400 !important;
	}

	.hm-area-map-heading-mb .uvc-sub-heading {
		padding-top: 10px;
		padding-bottom: 15px;
	}
}

@media (max-width: 767px) {
    
	section#hm-hero .vc_row.wpb_row.vc_row-fluid.mb-hero-img.vc_row-no-padding {
		left: 0 !important;
	}

	.hm-hero-btn.vc_btn3-container {
		width: 100%;
		display: block;
	}

	section#hm-hero div.uavc-list-content {
		margin-bottom: 2px;
	}

	.hm-hero-btn button {
		width: 100%;
		display: block;
		text-align: center !important;
	}

	.hm-hero-brand-img .wpb_single_image {
		text-align: center;
	}

	#hm-hero.vc_section.hm-hero-section {
		background-color: #F0F0EF;
		background-image: none !important;
		padding-bottom: 0px !important;
		padding-top: 30px !important;
		padding-left: 0px !important;
	}

	.vc_row.wpb_row.vc_row-fluid.hero-content {
		padding-left: 10px;
	}

	.hm-hero-section .uavc-list-icon.uavc-list-icon-wrapper.ult-adjust-bottom-margin.hero-lists {
		margin-bottom: 10px;
	}

	#hm-hero div#primary-btn-hm {
		margin-top: 15px;
	}

	.vc_row.wpb_row.vc_row-fluid.mb-hero-img .mb-hero-img {
		padding-right: 0;
		padding-left: 0;
	}

	.vc_row.wpb_row.vc_row-fluid.mb-hero-img .vc_single_image-wrapper::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(89.93deg, rgba(243, 243, 243, 0.7) 6.32%, rgba(228, 230, 225, 0) 61.62%),
    linear-gradient(180deg, rgba(240, 240, 239, 0) 64.87%, #F0F0EF 92.31%),
    linear-gradient(180deg, #F0F0EF 0%, rgba(240, 240, 239, 0) 13.01%);
		z-index: 1;
	}

	.vc_row.wpb_row.vc_row-fluid.mb-hero-img img {
		position: relative;
	}

	.vc_row.wpb_row.vc_row-fluid.mb-hero-img .vc_column-inner,
    .vc_row.wpb_row.vc_row-fluid.mb-hero-img .wpb_single_image {
		padding: 0px;
        /*margin-bottom: 0;*/;
	}
    
	.hm-work-card .uvc-sub-heading, 
    .hm-work-card h4 {
		text-align: center;
	}
	.hm-services-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
	}
	.hm-why-choose .uvc-main-heading h2 {
		margin-bottom: 15px !important;
	}

	.mb-hero-img {
		display: inline-block;
	}

	section.vc_section.hire-a-public .vc_column-inner {
		padding-right: 0;
		padding-left: 0;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		background-position: -60px -20px !important;
	}
    .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.hm-testimonial {
	padding-top: 60px;
	padding-bottom: 40px;
    }
	.testi-slider.wpb_column.vc_column_container.vc_col-sm-12 .vc_column-inner {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.vc_general.vc_tta.vc_tta-accordion.hm-faqs .vc_tta-panel-title a {
		padding: 20px 0px 20px 20px;
	}

	.wpb_text_column.wpb_content_element.faq-content {
		padding-left: 0px !important;
	}

	.wpb_text_column.wpb_content_element.faq-content {
		font-family: inter;
	}

	.wpb_text_column.wpb_content_element.faq-content p {
		line-height: 28px;
		font-size: 16px;
	}

	h4.vc_tta-panel-title.vc_tta-controls-icon-position-right span {
		font-size: 18px !important;
	}
	.how-it-work-btn.wpb_column.vc_column_container.vc_col-sm-12 .vc_column-inner {
		padding-top: 20px !important;
	}
	.testi-image.wpb_column.vc_column_container.vc_col-sm-3 {
		display: none;
	}
	.testi-content.wpb_column.vc_column_container.vc_col-sm-9 {
		padding-left: 10px;
	}
	.testi-top-text .uvc-sub-heading.ult-responsive {
	width: 100%;
	}
	.hm-testimonial .uvc-heading {
    margin-bottom: 10px;
    } 
	.testimonials-slider ul.slick-dots {
		padding-top: 30px;
	}	
	#testimonials-col .wpb_wrapper > .vc_row {
		margin-top: 50px;
	}
	#testimonials-col .vc_btn3-container {
    padding-top:0px;
    }
	.vc_btn3-container.secondary-btn.vc_btn3-center {
        /*padding-top: 60px !important;*/;
	}
	.vc_row.wpb_row.vc_inner.vc_row-fluid.how-works-r1.vc_column-gap-35.vc_row-o-equal-height.vc_row-flex {
		padding-top: 25px !important;
	}
	.hire-adjuster-mb-text.wpb_column.vc_column_container .vc_column-inner::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(90deg, rgba(55, 55, 55, 0) 0%, #373737 11.58%);
		z-index: 1;
		pointer-events: none;
		transform: translateX(-30px);
	}

	.vc_row.wpb_row.vc_row-fluid.mb-areas-list {
		padding-right: 50px;
		padding-left: 50px;
	}

	.vc_row.wpb_row.vc_row-fluid.lg-areas-address {
		display: none;
	}

	section.vc_section.areas-section.vc_section-has-fill {
		background-position: left !important;
		padding-bottom: 0px !important;
	}

	.uavc-list-icon.uavc-list-icon-wrapper.ult-adjust-bottom-margin.hero-lists.vc_custom_1772519998636 {
		padding-top: 0px !important;
	}

	.hm-ser-card.wpb_column.vc_column_container::after {
		right: 4%;
	}

	.hm-ser-card.wpb_column.vc_column_container .vc_column-inner .wpb_wrapper {
		padding-left: 15px;
	}

	.vc_row.wpb_row.vc_row-fluid.lg-area-lists {
		display: none;
	}

	.vc_row.wpb_row.vc_row-fluid.mb-areas-list {
		padding-top: 10px !important;
	}

	.vc_row.wpb_row.vc_row-fluid.faqs-container {
		padding-top: 30px !important;
	}

	section.vc_section.hm-need-help .vc_column-inner {
		padding-bottom: 80px !important;
	}

	.vc_row.wpb_row.vc_row-fluid.hm-still-question {
		padding-top: 20px !important;
		padding-bottom: 30px !important;
	}

	section.vc_section.hire-a-public.vc_custom_1772693222431 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	section.vc_section.hire-a-public.vc_custom_1772693222431 .center-buttons > .vc_column-inner {
		padding-top: 0px !important;
	}

	#testimonials-col .testimonials-slider .slick-slide {
		margin: 0;
	}

	.cbs-card {
		max-width: 100%;
	}

	.primary-btn button.vc_btn3.vc_btn3-color-default, .primary-btn a.vc_btn3.vc_btn3-color-default {
		margin-right: 0;
		font-size: 18px;
	}	
	a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-classic.vc_btn3-color-default {
		font-size: 18px;
	}

	div.secondary-btn {
		padding-right: 0 !important;
	}

	.center-buttons .primary-btn a,
    .center-buttons .primary-btn button {
		padding: 20px 65px 20px 65px !important;
	}

	.vc_row.wpb_row.vc_row-fluid.blog-container {
		padding-top: 50px !important;
	}

	.vc_row.wpb_row.vc_inner.vc_row-fluid.blog-button {
		padding-bottom: 50px !important;
	}

	.uavc-list-icon.uavc-list-icon-wrapper.ult-adjust-bottom-margin.hero-lists.hero-lists-1 {
		padding-top: 15px !important;
	}
	.blog-container .vc_column-inner{
    padding: 0;
    }
	
}

@media (max-width: 576px) {
	.hm-hero-btn .vc_btn3 {
		width: 100%;
		display: block;
	}

	.ult-just-icon-wrapper.hm-work-icon .aio-icon-img {
		font-size: 110px !important;
	}

	section.vc_section.hm-why-choose .vc_row.wpb_row.vc_row-fluid {
		left: 0 !important;
	}

	section.vc_section.how-it-works.vc_section-has-fill {
		padding-top: 50px !important;
	}

	.vc_column-inner.vc_custom_1772174672811 {
		padding-top: 0px !important;
	}

	section.vc_section.areas-section.vc_section-has-fill {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	.vc_row.wpb_row.vc_row-fluid.mb-areas-list {
		padding-right: 0px;
		padding-left: 0px;
	}

	.hm-hero-brand-img {
		max-width: 350px;
		text-align: center;
	}

	.brand-img-hero {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.cbs-grid-container {
		padding-top: 35px;
	}
	
}