
/* Admin Fix */
.bcm-section .block-editor-block-list__layout .block-editor-block-list__block {
	background: unset;
	max-width: unset;
}

.bcm-section .block-editor-block-list__layout .block-editor-block-list__block h1, .bcm-section .block-editor-block-list__layout .block-editor-block-list__block h2, .bcm-section .block-editor-block-list__layout .block-editor-block-list__block h3, .bcm-section .block-editor-block-list__layout .block-editor-block-list__block h4, .bcm-section .block-editor-block-list__layout .block-editor-block-list__block h5, .bcm-section .block-editor-block-list__layout .block-editor-block-list__block h6 {
	font-family: Montserrat Normal, sans-serif;
	color: inherit;
	margin: 0 0 1rem;
}

/* Colors */
.bcm-section {
	font-family: Montserrat Normal, sans-serif;
	/* font-weight: 400; */
	font-style: Regular;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0%;
	font-size-adjust: .5;
	min-height: 26px;
}

.bcm-section b, .bcm-section strong {
	font-family: Montserrat Semibold, sans-serif;
}

.bcm-section .bigger {
	font-size: 18px;
	line-height: 120%;
	min-height: 22px;
}

.bcm-section.bg-white {
	background-color: white;
	color: #142737;
}

.bcm-section.bg-dark {
	background-color: #132837;
	color: white;
}

.bcm-section.bg-ddark {
	background-color: #001923;
	color: white;
}

.bcm-section h1, .bcm-section h2 {
	font-family: Montserrat Bold;
	/* font-weight: 800; */
	
	/* font-style: ExtraBold; */
	font-size: 52px;
	line-height: 60px;
	min-height: 60px;
	letter-spacing: 0%;
	text-transform: uppercase;
}

@media (max-width: 781px) {
	.bcm-section h1, .bcm-section h2 {
		font-size: 30px;
		line-height: 40px;
	}
}

.bcm-section .head-green {
	color: #a0d04e;
	font-family: Montserrat Bold;
	/* font-weight: 800; */
	font-size: 22px;
	line-height: 120%;
	min-height: 27px;
	letter-spacing: 0%;
	text-transform: uppercase;
}

@media (max-width: 781px) {
	.bcm-section .head-green {
		font-size: 20px;
	}
}

.bcm-section.banner {
	padding-top: 160px;
}

.bcm-section .wp-block-list {
	grid-template-columns: unset;
	gap: 0;
}

.bcm-section .wp-block-button a {
	background-color: #db5102;
	font-family: Montserrat Bold;
	border: #db5102 solid 2px;
	font-size: 20px;
	line-height: 30px;
	min-height: 30px;
	letter-spacing: 0%;
	text-transform: uppercase;
	padding: 12px 44px;
	transition: all .3s;
}

.bcm-section .wp-block-button a:hover {
	background-color: #a0d04e;
	border: #a0d04e solid 2px;
}

/* Бегущая строка */
.bcm-section.marquee-wrap {
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #fff;
	transform: skewY(-1.5deg) translateY(-50%);
	border-top: 2px solid #e55b0a;
	border-bottom: 2px solid #e55b0a;
}

/* Контейнер для двух дорожек */
.bcm-section .marquee {
	--dur: 10s;
	display: flex;
	width: 100%;
}

.bcm-section .marquee.black {
	background-color: black;
}

.bcm-section .marquee__track {
	display: inline-flex;
	gap: var(--gap);
	padding-inline: var(--gap);
	will-change: transform;
	animation: marquee var(--dur) linear infinite;
}

.bcm-section .marquee:hover .marquee__track {
	animation-play-state: paused;
}

@keyframes marquee {
	from {
		transform: translateX(0);
	}
	
	to {
		transform: translateX(-50%);
	}
}

/* Элементы */
.bcm-section .marquee span {
	font-family: Montserrat Bold;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	white-space: nowrap;
	display: flex;
	align-items: left;
	padding: 13px 25px;
	color: #db5102;
}

.bcm-section .marquee span.red {
	padding: 7px 36.8px;
	border-top-right-radius: 9999px;
	border-bottom-left-radius: 9999px;
	background: #db5102;
	color: #001923;
	flex-direction: column;
	font-family: Montserrat Semibold;
	font-size: 12px;
	line-height: 100%;
	text-transform: uppercase;
	justify-content: left;
}

.bcm-section .marquee span.red b, .bcm-section .marquee span.red a {
	font-size: 20px;
	line-height: 30px;
	color: #001923;
}

/* PRO LEVEL PAGE */
.bcm-section.pro-level h1 {
	color: #a0d04e;
	margin-bottom: 12px;
}

.bcm-section.pro-level p {
	margin: 0;
}

/* Banner */
.bcm-section.pro-level.banner .columns {
	padding: 60px 0;
	column-gap: 120px;
}

@media (max-width: 781px) {
	.bcm-section.pro-level.banner .columns {
		padding: 20px 0;
		gap: 15px;
	}
}

.bcm-section.pro-level.banner .wp-block-columns {
	margin-bottom: unset;
}

.bcm-section.pro-level.banner .head-green {
	padding-bottom: 24px;
}

@media (max-width: 781px) {
	.bcm-section.pro-level.banner .head-green {
		padding-bottom: 0;
	}
}

.bcm-section.pro-level.banner .ff-el-input--label label {
	font-family: Montserrat Normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
}

.bcm-section.pro-level.banner .ff-el-input--content input {
	border-radius: 8px;
	background-color: rgba(255, 255, 255, .1);
	border: rgba(255, 255, 255, .1) 1px solid;
	color: rgba(255, 255, 255, .8);
}

.bcm-section.pro-level.banner .ff-el-input--content input:focus {
	border-color: rgba(255, 255, 255, .23);
}

.bcm-section.pro-level.banner .frm-fluent-form fieldset {
	display: flex;
	flex-direction: column;
}

.bcm-section.pro-level.banner .frm-fluent-form fieldset > * {
	order: 0;
}

.bcm-section.pro-level.banner .frm-fluent-form fieldset .ff-custom_html {
	order: 1;
}

.bcm-section.pro-level.banner .frm-fluent-form .ff_submit_btn_wrapper .ff-btn.ff-btn-submit {
	width: 100%;
}

.bcm-section.pro-level.banner .frm-fluent-form .ff-custom_html em {
	font-family: Montserrat Normal;
	font-size: 12px;
	line-height: 20px;
	color: #868e96;
}

.bcm-section.pro-level.banner .features {
	padding-top: 16px;
}

.bcm-section.pro-level.banner .features .wp-block-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bcm-section.pro-level.banner .features .rate {
	font-family: Montserrat Semibold, sans-serif;
	/* font-weight: 800; */
	
	/* font-style: ExtraBold; */
	font-size: 28px;
	line-height: 120%;
	min-height: 34px;
	letter-spacing: 0%;
	text-transform: uppercase;
	padding-top: 11px;
}

.bcm-section.pro-level.banner .features .score {
	/* font-family: Segoe UI; */
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 100%;
	min-height: 16px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #868e96;
}

.bcm-section.pro-level.banner .features ul {
	gap: 8px;
}

.bcm-section.pro-level.banner .features li {
	padding: 0;
	position: relative;
	line-height: 20px;
	padding-left: 28px;
}

.bcm-section.pro-level.banner .features li:before {
	left: 0;
	position: absolute;
	content: url("https://cdn-ilepdbn.nitrocdn.com/vYdWcrYhmHTZXMlbiiCwaQfqcEGkDRHn/assets/images/optimized/rev-c38b63f/bestcaliforniamovers.com/wp-content/plugins/gs-theme-style/blocks/img/checked.svg");
}

.bcm-section.pro-level.banner .features .wp-block-column {
	background-color: white;
	padding: 16px 24px;
	border-radius: 15px;
	color: #142737;
	font-size: 16px;
}

@media (max-width: 781px) {
	.bcm-section.pro-level.banner .columns {
		flex-direction: column-reverse;
	}
	
	.bcm-section.pro-level.banner .features {
		gap: 24px 4px;
	}
	
	.bcm-section.pro-level.banner .features .width30 {
		flex-basis: 30% !important;
	}
}

/* REAL */
.bcm-section.pro-level.real h2 {
	padding-bottom: 20px;
}

.bcm-section.pro-level.real .description {
	font-family: Montserrat Normal;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 40px;
}

/* WHY PEOPLE */
.bcm-section.pro-level.why {
	padding-bottom: 100px;
}

.bcm-section.pro-level.why h2 {
	padding-bottom: 10px;
}

.bcm-section.pro-level.why .features {
	gap: 60px 40px;
	padding: 50px 0;
}

@media (max-width: 781px) {
	.bcm-section.pro-level.why .features {
		grid-template-columns: 1fr;
		gap: 30px;
		padding-top: 30px;
	}
}

.bcm-section.pro-level.why .features .wp-block-group__inner-container img {
	width: auto;
	height: 100px;
}

.bcm-section.pro-level.why .features .wp-block-group__inner-container .head {
	font-family: Montserrat Bold;
	/* font-weight: 800; */
	font-size: 22px;
	line-height: 24px;
	min-height: 24px;
	padding: 24px 0 12px 0;
}

.bcm-section.pro-level.why .features .wp-block-group__inner-container {
	font-family: Montserrat Normal;
	font-size: 16px;
	line-height: 150%;
	min-height: 25px;
}

/* Trusted */
.bcm-section.pro-level.trusted {
	padding: 100px 0 80px 0;
}

.bcm-section.pro-level.trusted h2 {
	padding-bottom: 32px;
}

/* About */
.bcm-section.pro-level.about {
	font-size: 14px;
	line-height: 160%;
}

.bcm-section.pro-level.about h2 {
	padding-bottom: 30px;
}

.bcm-section.pro-level.about p:not(:last-child) {
	margin-bottom: 1.2em;
}

.bcm-section.pro-level.about .white_round {
	background-color: white;
	color: #142737;
	border-radius: 40px;
	padding: 60px 0px 0px 60px;
}

.bcm-section.pro-level.about .white_round.without-image {
	padding: 60px;
}

.bcm-section.pro-level.about .white_round.without-image h3 {
	font-family: Montserrat Bold;
	/* font-weight: 800; */
	font-size: 39px;
	line-height: 45px;
	min-height: 45px;
	letter-spacing: 0%;
	padding-bottom: 15px;
}

.bcm-section.pro-level.about .white_round.without-image li {
	font-size: 1.125rem;
	list-style: disc;
	padding: 0 0 10px 0;
}

.bcm-section.pro-level.about .white_round.without-image ul {
	padding-left: 25px;
}

.bcm-section.pro-level.about .white_round.without-image li:last-child {
	padding-bottom: 0px;
}

.bcm-section.pro-level.about .wp-block-columns {
	gap: 100px;
	margin-bottom: unset;
}

.bcm-section.pro-level.about a {
	text-decoration: underline;
	color: #db5102;
}

.bcm-section.pro-level.about a:hover {
	text-decoration: none;
}

.bcm-section.pro-level.about .wp-block-columns .wp-block-column:first-child {
	padding-bottom: 60px;
}

.bcm-section.pro-level.about .wp-block-columns .wp-block-column:last-child {
	padding-bottom: 0px;
}

@media (max-width: 781px) {
	.bcm-section.pro-level.about .white_round {
		padding: 15px;
		border-radius: 15px;
	}
	
	.bcm-section.pro-level.about .wp-block-columns {
		gap: 30px;
	}
	
	.bcm-section.pro-level.about .wp-block-columns .wp-block-column:first-child {
		padding-bottom: 0;
	}
}

/* Services */
.bcm-section.pro-level.service .services {
	gap: 30px;
	padding-bottom: 60px;
}

.bcm-section.pro-level.service h2 {
	padding-bottom: 50px;
}

.bcm-section.pro-level.service .services .one {
	border-radius: 20px;
	padding: 12px 12px 24px 12px;
	background: white;
	color: #535c66;
	font-size: 16px;
	line-height: 160%;
	display: flex;
}

.bcm-section.pro-level.service .services .one > div > .wp-block-image {
	padding: 26px;
	border-radius: 8px;
	background-color: #f5f6f7;
	display: flex;
	justify-content: center;
}

.bcm-section.pro-level.service .services .one > div > .wp-block-image img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}

.bcm-section.pro-level.service .services .one .head {
	font-family: Montserrat Bold;
	font-size: 22px;
	line-height: 120%;
	color: #142737;
	padding-bottom: 12px;
}

.bcm-section.pro-level.service .services .one > div .wp-block-group {
	padding: 24px 20px 0 20px;
}

.bcm-section.pro-level.service .services .one > div, .bcm-section.pro-level.service .services .one > div .wp-block-group, .bcm-section.pro-level.service .services .one > div .wp-block-group > div, .bcm-section.pro-level.service .services .one > div .wp-block-group .wp-block-image {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.bcm-section.pro-level.service .services .one > div .wp-block-group .wp-block-image {
	padding-top: 30px;
	justify-content: end;
}

@media (max-width: 781px) {
	.bcm-section.pro-level.service .services {
		gap: 16px;
		padding-bottom: 30px;
		grid-template-columns: 1fr;
	}
	
	.bcm-section.pro-level.service h2 {
		padding-bottom: 30px;
	}
}

/* Our process */
.bcm-section.pro-level.process {
	padding-bottom: 0;
}

.bcm-section.pro-level.process h2 {
	padding-bottom: 20px;
}

.bcm-section.pro-level.process .wp-block-columns {
	margin-bottom: 0;
}

.bcm-section.pro-level.process .wp-block-group {
	padding-top: 30px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.bcm-section.pro-level.process .wp-block-group .head {
	font-family: Montserrat Bold;
	font-size: 22px;
	line-height: 120%;
	text-transform: uppercase;
	padding: 12px 0 20px 0;
}

.bcm-section.pro-level.process .wp-block-group .wp-block-image {
	display: flex;
	justify-content: center;
}

.bcm-section.pro-level.process .wp-block-group .wp-block-image img {
	width: 120px;
	height: 120px;
}

/* Logos */
.bcm-section.pro-level.logos {
	padding-bottom: 100px;
}

.bcm-section.pro-level.logos h2 {
	padding-bottom: 40px;
}

@media (max-width: 781px) {
	.bcm-section.pro-level.logos {
		padding-bottom: 70px;
	}
	
	.bcm-section.pro-level.logos h2 {
		padding-bottom: 20px;
	}
}

/* Blogs */
.bcm-section.pro-level.blog {
	padding-top: 100px;
}

.bcm-section.pro-level.blog h2 {
	padding-bottom: 30px;
}

/* Area Service */
.pro-level.area h2 {
	padding-bottom: 30px;
}

.pro-level.area p:not(:last-child) {
	margin-bottom: 1.2em;
}

.pro-level.area .wp-block-columns {
	background: #001923;
	border-radius: 40px;
}

.pro-level.area .wp-block-columns .wp-block-column:first-child {
	padding: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 781px) {
	.pro-level.area .wp-block-columns .wp-block-column:first-child {
		padding: 30px;
	}
	
	.pro-level.area .wp-block-columns {
		gap: 0;
	}
}

.pro-level.area .wp-block-columns .wp-block-column .wp-block-image {
	display: flex;
	justify-content: end;
}

/* REVIEWS PAGE */
.bestcaliforniamovers-main-banner.reviews-header {
	background: #142737;
	padding-top: 140px !important;
	padding-bottom: 40px !important;
	height: auto !important;
	min-height: 650px !important;
}

.bestcaliforniamovers-main-banner .header-top {
	display: flex;
	gap: 90px;
}

.bestcaliforniamovers-main-banner .header-top .header-left {
	width: 60%;
	flex-direction: column;
	display: flex;
	justify-content: center;
	line-height: 1.6em;
}

.bestcaliforniamovers-main-banner .header-top .header-left .text-white b {
	color: #fff;
}

.bestcaliforniamovers-main-banner .header-top .header-right {
	width: 40%;
}

.bestcaliforniamovers-main-banner .header-top .header-right img {
	width: 100%;
	max-width: 462px;
	height: auto;
}

@media (max-width: 1024px) {
	.bestcaliforniamovers-main-banner {
		padding-top: 0px;
	}
	
	.bestcaliforniamovers-main-banner .header-top .header-right img {
		max-width: 100%;
	}
	
	.bestcaliforniamovers-main-banner .header-top {
		flex-direction: column;
		gap: 40px;
	}
	
	.bestcaliforniamovers-main-banner .header-top .header-left, .bestcaliforniamovers-main-banner .header-top .header-right {
		width: 100%;
	}
}

.reviews-header h1.font-tagline {
	--tw-text-opacity: 1;
	color: rgba(160, 208, 78, var(--tw-text-opacity));
}

.reviews-header .button_1, .reviews-header .button_2 {
	padding: 10px;
}

.reviews-header .button_1 {
	min-width: 260px;
}

.reviews-header .button_2 {
	min-width: 250px;
}

.reviews-header .button_1 span, .reviews-header .button_2 span {
	justify-content: center;
}

.reviews-header .flex-gap {
	gap: 0 16px;
}

.reviews-header .btn-primary.btn-transparent {
	border-radius: 9999px;
	border: 2px solid #fff;
	background: 0 0;
	color: #fff;
}

.reviews-header .btn-primary.btn-transparent:hover {
	background-color: #7caa2d;
	color: #fff;
	border-color: rgba(124, 170, 45, var(--tw-border-opacity));
}

.reviews-fade-wrapper {
	max-width: 100%;
	overflow: hidden;
	position: relative;
	display: inline-flex;
	/* Прозрачность после 80% ширины */
	-webkit-mask-image: linear-gradient(to right, black 80%, transparent 100%);
	mask-image: linear-gradient(to right, black 80%, transparent 100%);
}

/*
@media (max-width: 1024px) {
    .reviews-header .rate-list {
        margin-top: 140px;
    }
}

@media (max-width: 768px) {
    .reviews-header .rate-list {
        margin-top: 0px;
    }
}


.reviews-header .rate-list {
	display: inline-flex;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    margin-top: 50px;
    
}

.reviews-header .rate-list li {
	display: flex;
	align-items: center;
    border-radius: 100px;
    border-width: 1px;
    padding: 2px;
	gap: 8px;
    background: #14273778;
    border: 1px solid #FFFFFF78;
    backdrop-filter: blur(8px);
    vertical-align: middle;
    padding-right: 10px;
    flex-shrink: 0;
}

.reviews-header .rate-list li span {
    font-weight: 700;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0%;
    color: #FFFFFF;

}*/

/* Offices */
.reviews-offices .font-tagline {
	text-align: center;
}

.reviews-offices .list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	padding-top: 50px;
	padding-bottom: 40px;
}

@media (max-width: 600px) {
	.reviews-offices .list {
		grid-template-columns: repeat(1, 1fr);
	}
}

.reviews-offices .list .item {
	display: flex;
	justify-content: space-between;
	min-height: 80px;
	border-radius: 12px;
	gap: 20px 40px;
	padding-top: 20px;
	padding-right: 24px;
	padding-bottom: 20px;
	padding-left: 24px;
	border-width: 1px;
	background: linear-gradient(0deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .02)), radial-gradient(88.64% 50% at 50.09% 0%, #3e5843 0%, #1c2e3d 100%);
	border: 1px solid rgba(255, 255, 255, .47);
	flex-wrap: wrap;
}

.reviews-offices .list .item .name, .reviews-offices .list .item .links {
	display: inline-flex;
	align-items: center;
}

.reviews-offices .list .item .name {
	gap: 10px;
	font-weight: 800;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0%;
	color: #fff;
	white-space: nowrap;
}

.reviews-offices .list .item .links {
	gap: 8px;
}

.reviews-offices .list .item .links > a {
	border-radius: 100px;
	gap: 8px;
	padding-top: 5px;
	padding-right: 24px;
	padding-bottom: 5px;
	padding-left: 24px;
	border-width: 2px;
	color: #fff;
	font-weight: 800;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0%;
	text-transform: capitalize;
	white-space: nowrap;
}

.reviews-offices .list .item .links > a.maps {
	background-color: #518ef8;
	border-color: #518ef8;
}

.reviews-offices .list .item .links > a.yelp {
	background-color: #ff1a1a;
	border-color: #ff1a1a;
}

.reviews-offices .feedback {
	background: radial-gradient(88.64% 50% at 50.09% 0%, #3e5843 0%, #1c2e3d 100%);
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, .47);
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	min-height: 500px;
	padding: 50px 20px;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}

.reviews-offices .feedback .stars {
	padding-top: 90px;
	padding-bottom: 80px;
	display: inline-flex;
	gap: 5px;
	justify-content: center;
}

.reviews-offices .feedback .text {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.reviews-offices .feedback .font-tagline {
	font-weight: 800;
	font-size: 52px;
	line-height: 60px;
	text-transform: uppercase;
	color: #fff;
}

.reviews-offices .feedback .font-body {
	font-weight: 400;
	font-size: 18px;
	line-height: 32.5px;
	color: #fff;
	padding-bottom: 90px;
}

.reviews-offices .feedback .to_star, .reviews-offices .feedback .feedback-stars {
	display: inline-flex;
}

.reviews-offices .feedback .back-rate {
	position: absolute;
	top: 20px;
	width: 100%;
	gap: 12px;
}

.reviews-offices .feedback .feedback-stars {
	font-weight: 400;
	font-size: 14px;
	line-height: 32.5px;
	color: rgba(255, 255, 255, .47);
}

.reviews-offices .reviews-slider-wrapper {
	overflow: hidden;
	width: 100%;
}

.reviews-offices .reviews-slider {
	display: flex;
	transition: transform .6s ease;
	width: 300%;
}

/*
.reviews-offices .reviews-slide {
  flex: 0 0 100%;
}*/
.reviews-offices .star {
	width: 60px;
	height: 60px;
	cursor: pointer;
	transition: .2s;
}

.reviews-offices .back-button {
	font-weight: 400;
	font-size: 14px;
	line-height: 32.5px;
	letter-spacing: 0%;
	cursor: pointer;
	color: rgba(255, 255, 255, .47);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.reviews-offices .reviews-slide .list {
	padding-top: 24px;
	padding-bottom: 0px;
}

.reviews-offices .reviews-slide .list .item {
	height: auto;
	flex-direction: column;
	align-items: center;
}

.reviews-offices .reviews-slide .list .item .links a, .reviews-offices .reviews-slide .buttons a {
	display: flex;
}

.reviews-offices .reviews-slide .buttons {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	justify-content: center;
}

.reviews-offices .reviews-slide .buttons a {
	gap: 14px;
	padding-top: 12px;
	padding-right: 40px;
	padding-bottom: 12px;
	padding-left: 40px;
	font-weight: 800;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #fff;
	border-radius: 100px;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.reviews-offices .reviews-slide .buttons a {
		min-width: 300px;
	}
	
	.reviews-offices .feedback .font-tagline {
		font-size: 38px;
		line-height: 1.3em;
	}
	
	.reviews-offices .feedback .stars {
		padding-top: 50px;
		padding-bottom: 40px;
	}
	
	.reviews-offices .star {
		width: 46px;
		height: 46px;
	}
}

.reviews-offices .reviews-slide .buttons a:first-child {
	border: 2px solid #db5102;
	background: #db5102;
}

.reviews-offices .reviews-slide .buttons a:last-child {
	border: 2px solid #142737;
	background: rgba(255, 255, 255, .17);
}

/* About */
.reviews-about-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px 30px;
}

@media (max-width: 1024px) {
	.reviews-about-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
}

@media (max-width: 768px) {
	.reviews-about-list {
		grid-template-columns: repeat(1, 1fr);
	}
}

.reviews-about-list div.item {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
}

.reviews-about-list div.item img {
	max-width: 170px;
	height: auto;
}

.reviews-about-list > div > div.txt {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #888;
}

.reviews-about-list > div > div.txt b {
	font-weight: 800;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 0%;
	display: block;
	color: #000;
	padding-top: 24px;
	padding-bottom: 12px;
}

/* Feed back banner */
.feedback-banner-block {
	background-color: #091a28;
	background-image: url("https://cdn-ilepdbn.nitrocdn.com/vYdWcrYhmHTZXMlbiiCwaQfqcEGkDRHn/assets/images/optimized/rev-c38b63f/bestcaliforniamovers.com/wp-content/plugins/gs-theme-style/blocks/img/bg_banner.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	border-radius: 15px;
	padding-bottom: 50px;
}

.feedback-banner-block.nitro-lazy {
	background-image: none !important;
}

.feedback-banner-block img {
	display: inline-block;
}

.feedback-banner-block .fbb_box {
	margin-top: 40px;
	margin-bottom: 50px;
}

.feedback-banner-block .btn {
	display: inline-block;
	margin-top: 30px;
}

/* Talk to CEO */
.talk-to-ceo-photo {
	background: #091a28;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	border-radius: 30px;
}

.talk-to-ceo-photo img {
	border-radius: 30px;
}

.talk-to-ceo-photo > span {
	display: block;
	padding: 16px;
}

.talk-to-ceo-photo b {
	font-weight: 700;
	display: block;
	color: #fff !important;
}

.talk-to-ceo {
	display: flex;
	gap: 60px;
}

.talk-to-ceo .talk-to-ceo-photo {
	width: 30%;
}

.talk-to-ceo .talk-to-ceo-photo img {
	border-radius: 30px;
}

.talk-to-ceo .talk-to-ceo-description {
	width: 70%;
}

@media (max-width: 768px) {
	.talk-to-ceo {
		flex-direction: column;
	}
	
	.talk-to-ceo > * {
		width: 100% !important;
	}
	
	.talk-to-ceo .talk-to-ceo-photo {
		text-align: center;
	}
}

.talk-to-ceo .talk-to-ceo-description > *:not(:last-child) {
	margin-bottom: 30px;
}

.talk-to-ceo .talk-to-ceo-description .btn {
	display: inline-block;
}

.bg-dark.bg-more-about {
	background-color: #091a28;
}

/* More About */
.more-about {
	display: flex;
	gap: 110px;
	margin-top: 60px;
}

@media (max-width: 1024px) {
	.more-about {
		gap: 60px;
	}
}

@media (max-width: 768px) {
	.more-about {
		flex-direction: column;
		gap: 30px;
	}
	
	.more-about > * {
		width: 100% !important;
	}
	
	.more-about .more-about-photo {
		text-align: center;
	}
	
	.more-about .more-about-photo img {
		display: inline-block;
	}
}

.more-about .more-about-photo {
	width: 25%;
}

.more-about .more-about-description {
	width: 75%;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

/* Reviews Instagram */
.bg-white.reviews-instagram {
	color: black;
}

.reviews-instagram {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	/* можно скорректировать */
	margin-top: 50px;
}

@media (max-width: 1024px) {
	.reviews-instagram {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.reviews-instagram {
		grid-template-columns: repeat(2, 1fr);
	}
}

.reviews-instagram > div {
	aspect-ratio: 1/1;
	overflow: hidden;
}

.reviews-instagram img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Contact US */
.reviews-contact-us .contact-us {
	width: 730px;
	border-radius: 16px;
	background: #7caa2d;
	padding: 32px 40px;
	display: inline-flex;
	gap: 35px;
}

.reviews-contact-us .contact-us > div {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
}

.reviews-contact-us .contact-us .number, .reviews-contact-us .contact-us .button {
	width: 50%;
}

.reviews-contact-us .contact-us .number div {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
}

.reviews-contact-us .contact-us .number div a {
	font-weight: 800;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0%;
	color: #fff;
	margin-top: 8px;
	display: block;
}

.reviews-contact-us .contact-us .button a {
	width: 100%;
	border-radius: 9999px;
	padding-top: 12px;
	padding-right: 32px;
	padding-bottom: 12px;
	padding-left: 32px;
	background: #db5102;
	font-weight: 800;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #fff;
}

.reviews-contact-us .contact-us-contact {
	text-align: center;
	max-width: 817px;
}

.reviews-contact-us .contact-us-contact .font-body {
	margin-top: 50px;
	margin-bottom: 24px;
}

.reviews-contact-us .contact-us-contact .font-tagline {
	margin-top: 24px;
	margin-bottom: 24px;
}

.reviews-contact-us .contact-us-contact .contact-us-form {
	text-align: left;
}

/* Logos Swiper */

/* Контейнер слайдера */
.logos.swiper {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

/* Обёртка для слайдов */
.logos.swiper .swiper-wrapper {
	display: flex;
	align-items: center;
}

/* Каждый слайд */
.logos.swiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	/* Автоширина под контент */
	padding: 20px 40px;
	box-sizing: border-box;
}

/* Картинка внутри слайда */
.logos.swiper .swiper-slide img {
	max-height: 60px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}

/* Slider Video Reviews */
.videos-reviews {
	width: 100%;
}

.videos-reviews .swiper-slide {
	width: 278px !important;
	flex-shrink: 0;
}

.videos-reviews .video-frame {
	aspect-ratio: 278/496;
	width: 100%;
	overflow: hidden;
	border-radius: 16px;
}

.videos-reviews .video-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.videos-reviews .video-frame {
	position: relative;
	overflow: hidden;
}

/* Кнопка play */
.videos-reviews .video-frame .play-button {
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 88px;
	height: 88px;
	border: #fff 1px solid;
	padding: 12px;
	border-radius: 100%;
	background: rgba(20, 39, 55, .46);
	/* background: rgba(255, 255, 255, 0.3); п */
	backdrop-filter: blur(8px);
	/* размытие фона под кнопкой */
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .3s ease;
}

.videos-reviews .video-frame .play-button.hidden {
	display: none;
}

.videos-reviews .video-frame .play-button:hover {
	background: rgba(255, 255, 255, .6);
}

/* Значок play */
.videos-reviews .video-frame .play-button .play-icon {
	content: url("https://cdn-ilepdbn.nitrocdn.com/vYdWcrYhmHTZXMlbiiCwaQfqcEGkDRHn/assets/images/optimized/rev-c38b63f/bestcaliforniamovers.com/wp-content/plugins/gs-theme-style/blocks/img/play.svg");
	width: 27px;
	height: 27px;
	padding-left: 5px;
}

.video-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.video-popup-overlay.active {
	display: flex;
}

.video-popup-content {
	position: relative;
	max-width: 90%;
	width: 800px;
	background: #000;
	padding-top: 56.25%;
}

.video-popup-content .video-popup-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-popup-close {
	position: absolute;
	top: 8px;
	right: 8px;
	background: transparent;
	border: none;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	z-index: 10;
}

/* Blog Posts */
.bcm-blog-recent {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

@media (max-width: 781px) {
	.bcm-blog-recent {
		grid-template-columns: 1fr;
	}
}

.bcm-blog-card:not(.bcm-blog-more) {
	background: #001923;
	border-radius: 20px;
	padding: 12px;
}

.bcm-blog-card.bcm-blog-more {
	display: flex;
	align-items: end;
}

.bcm-blog-card.bcm-blog-more > div {
	background-color: #db5102;
	border-radius: 40px;
	font-family: Montserrat Bold;
	font-size: 38px;
	line-height: 110%;
	letter-spacing: 0%;
	text-transform: uppercase;
	padding: 40px;
	color: #142737;
}

.bcm-blog-card.bcm-blog-more > div img {
	padding-top: 20px;
}

.bcm-blog-card:not(.bcm-blog-more) img {
	border-radius: 8px;
	width: 100%;
	aspect-ratio: 1/1;
	height: auto;
	display: block;
	object-fit: cover;
}

.bcm-blog-card .bcm-blog-content {
	padding: 24px 20px;
}

.bcm-blog-category {
	font-size: 14px;
	background-color: #e55b0a;
	font-family: Montserrat Semibold;
	font-size: 12px;
	line-height: 160%;
	display: inline-block;
	padding: 4px 12px;
	text-transform: uppercase;
	border-radius: 40px;
}

.bcm-blog-title {
	font-size: 20px;
	font-weight: 700;
	margin: 12px 0;
	display: block;
}

.bcm-blog-meta {
	font-size: 14px;
	line-height: 160%;
	color: #a4acb4;
}

/* Accordeon */
.bcm-accordion {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 700px;
	margin: 0 auto;
}

.bcm-accordion-item {
	background: #142737;
	border-radius: 20px;
	overflow: hidden;
	transition: all .3s ease;
}

.bcm-accordion-header {
	all: unset;
	cursor: pointer;
	font-family: Montserrat Semibold;
	font-size: 20px;
	line-height: 28px;
	padding: 24px 32px;
	color: #fff;
	display: flex;
	gap: 15px;
	justify-content: space-between;
	align-items: center;
}

.bcm-accordion-header .icon img {
	width: 36px;
	height: 36px;
	min-width: 36px;
	min-height: 36px;
}

.bcm-accordion-body {
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s ease;
	padding: 0;
	color: #ddd;
	font-size: 14px;
}

.bcm-accordion-item.active .bcm-accordion-body {
	padding: 0;
	max-height: 500px;
}

.bcm-accordion-item .bcm-accordion-body > div {
	padding: 10px 68px 20px 32px;
	font-family: Montserrat Normal;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
}

.bcm-accordion-header .icon {
	transition: transform .3s ease;
}

.bcm-accordion-item.active .bcm-accordion-header .icon {
	transform: rotate(45deg);
}

@media (max-width: 781px) {
	.bcm-accordion-header {
		padding: 20px;
	}
	
	.bcm-accordion-item .bcm-accordion-body > div {
		padding: 10px 68px 20px 20px;
	}
}

/* BCM Reviews  Multi */
.bcm-reviews {
	max-width: 100%;
	position: relative;
}

.bcm-reviews__sources {
	display: flex;
	gap: 8px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.bcm-reviews__source {
	border: 2px solid #f5f5f5;
	background: #fff;
	font-family: Montserrat Semibold, sans-serif;
	padding: 14px 32px;
	border-radius: 99999px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: all .3s ease;
	font-size: 20px;
	line-height: 30px;
}

.bcm-reviews__source img {
	height: 24px;
	width: 24px;
}

.bcm-reviews__source:hover {
	border-color: #db5102;
}

.bcm-reviews__source--active {
	border-color: #db5102;
	cursor: default;
	color: #db5102;
}

.bcm-reviews__slider {
	position: relative;
}

.bcm-reviews__slider .swiper-wrapper {
	display: flex;
	align-items: stretch;
}

.bcm-reviews__slide {
	height: auto;
	display: flex;
}

.bcm-reviews__card {
	background: #f5f6f7;
	border-radius: 30px;
	padding: 32px;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.bcm-reviews__header {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.bcm-reviews__photo {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 12px;
}

.bcm-reviews__name {
	font-weight: bold;
	font-family: Montserrat Normal;
	font-size: 16px;
	line-height: 19.2px;
	display: flex;
	align-items: center;
}

.bcm-reviews__source-logo {
	position: absolute;
	right: 0;
	top: 10px;
	height: 24px;
	width: 24px;
	padding-right: 30px;
}

.bcm-reviews__date {
	font-weight: 300;
	font-style: Light;
	font-size: 13px;
	line-height: 15.6px;
	color: #535c66;
}

.bcm-reviews__stars {
	display: flex;
	justify-content: left;
	gap: 10px;
	margin-bottom: 16px;
}

.bcm-reviews__text {
	font-family: Montserrat Normal;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0%;
}

.bcm-reviews__nav {
	position: absolute;
	height: 0;
	width: 100%;
	top: calc(75px + 50%);
}

.bcm-reviews__nav .swiper-button-prev, .bcm-reviews__nav .swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #333;
	z-index: 10;
	cursor: pointer;
}

.bcm-reviews__nav .swiper-button-prev {
	left: -40px;
}

.bcm-reviews__nav .swiper-button-next {
	right: -40px;
}

.bcm-reviews__see-all {
	font-size: 16px;
	line-height: 150%;
	cursor: pointer;
	text-align: left;
	color: #7caa41;
}

.bcm-reviews__see-all:hover {
	text-decoration: underline;
}

.pro-level-banner-new .new-form-column .is-vertically-aligned-top {
	border-radius: 15px;
	border-width: 1px;
	border-color: rgba(255, 255, 255, .33);
	background-color: rgba(20, 39, 55, .46);
	padding: 15px 15px 0;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.pro-level-banner-new .new-form-column .is-vertically-aligned-top .ff-el-input--label label {
	font-weight: bold;
}

.bcm-section.pro-level.banner .ff-el-input--content input {
	background: #fff;
	color: #000;
}

.new-banner-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.new-banner-left {
	width: 45%;
	display: flex;
	flex-direction: column;
}

.new-banner-right {
	display: flex;
	flex-wrap: wrap;
	width: 45%;
}

.new-banner-left .fluentform-step {
	display: flex;
	gap: 15px;
	width: 100%;
	flex-wrap: wrap;
}

.new-banner-left .full-width-input {
	width: calc(100% - 5px) !important;
}

.new-banner-left .ff-el-input--content {
	width: 100%;
}

.new-banner-left .ff-el-group {
	width: calc(50% - 10px);
	margin-bottom: 0px !important;
}

.new-banner-left #fluentform_17 .ff-el-group {
	width: 100%;
	margin-bottom: 20px !important;
}

.new-banner-left #ff_23_dropdown, .new-banner-left #ff_24_dropdown {
	border-radius: 5px !important;
}

.new-banner-left .ff-default .ff-btn-secondary:not(.ff_btn_no_style) {
	border-color: #db5102;
	background: #db5102;
}

.new-banner-left-form {
	border-radius: 15px;
	border-width: 1px;
	border-color: rgba(255, 255, 255, .33);
	background-color: rgba(20, 39, 55, .46);
	padding: 15px 15px 0;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	margin-top: 15px;
}

.new-banner-left-form .green-text {
	color: #a0d04e;
	font-family: Montserrat Bold;
	/* font-weight: 800; */
	font-size: 22px;
	line-height: 120%;
	min-height: 27px;
	letter-spacing: 0%;
	text-transform: uppercase;
}

.new-banner-left-form label {
	font-weight: bold;
}

.bcm-section.pro-level.banner .columns {
	padding: 30px 0 60px;
}

.new-banner-left .stars-rating {
	background: #fff;
	padding: 10px;
	border-radius: 100px;
	display: inline-flex;
	margin-right: 15px;
}

.new-banner-left .rating-num, .new-banner-left .rev-count {
	--tw-text-opacity: 1;
	color: rgba(160, 208, 78, var(--tw-text-opacity));
	font-family: Montserrat Semibold, sans-serif !important;
}

.new-banner-left .rplg {
	border: 1px solid #a0d04e;
	border-radius: 50px;
}

.new-banner-left .ff-el-group.ff-custom_html {
	width: calc(100% - 5px) !important;
}

.new-banner-left .ff-inner_submit_container .ff-t-column-1 {
	display: none;
}

.new-banner-left .ff-inner_submit_container .ff-t-column-2 {
	width: 100%;
}

.new-banner-left .fluentform .ff-step-t-container {
	width: 100%;
}

.new-banner-left .ff-inner_submit_container .ff-t-column-2 .ff_submit_btn_wrapper {
	width: calc(100% - 5px) !important;
}

.wp-container-core-columns-is-layout-9d6595d7 .old-bcm .new-banner-left .ff-el-group {
	width: 100%;
	margin-bottom: 15px !important;
}

.hidden-scroll-cta {
	opacity: 0;
	transition: .4s;
}

.hidden-scroll-cta.active {
	opacity: 1;
}

#summer-offer-banner.hidden {
	opacity: 0;
	visibility: hidden;
}

#summer-offer-banner {
	opacity: 1;
	transition: .4s;
	visibility: visible;
}

.for-new-mob-img {
	display: none;
}

@media (max-width: 781px) {
	.for-new-mob-img {
		display: block;
		margin-top: 15px;
	}
	
	.for-new-mob-img ~ img {
		display: none;
	}
	
	.wp-container-core-columns-is-layout-9d6595d7 {
		margin-top: 35px;
	}
	
	.bcm-reviews__source {
		padding: 14px 24px;
		font-size: 18px;
	}
	
	.bcm-reviews__nav {
		position: relative;
		height: auto;
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 26px;
		gap: 100px;
	}
	
	.bcm-reviews__nav .swiper-button-prev, .bcm-reviews__nav .swiper-button-next {
		position: relative;
		top: unset;
		transform: unset;
		color: #333;
		z-index: 10;
		cursor: pointer;
		left: unset !important;
		right: unset !important;
		margin: 0 !important;
	}
}

@media (max-width: 767px) {
	.bcm-section.pro-level.about .wp-block-columns {
		margin-top: 0px;
	}
	
	.bcm-section.pro-level.about .white_round.without-image {
		padding: 15px;
	}
	
	.newarest-office-block {
		position: relative !important;
		width: 100vw !important;
		min-height: 280px !important;
	}
	
	.newarest-office-block iframe {
		min-height: 280px;
	}
	
	.nearest-office-text {
		width: 100% !important;
		padding: 25px !important;
	}
	
	.new-banner-left {
		width: 100%;
	}
	
	.new-banner-right {
		width: 100%;
	}
	
	.new-banner-left .stars-rating {
		min-width: 130px;
		width: 130px;
	}
	
	.new-banner-left .rplg a {
		display: flex;
		align-items: center;
	}
	
	.new-banner-left .rplg {
		border: none;
	}
	
	.bcm-section.pro-level.about .white_round.without-image h3 {
		font-size: 20px;
		line-height: 30px;
		min-height: 30px;
	}
}

.header-menu-bg {
	background-color: #001923;
}

.header-menu-bg-blue {
	background-color: #132837;
}

.bcm-reviews-button {
	margin-top: 50px;
}
