/* 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,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: 0.5;
    min-height: 26px;
}

.bcm-section b, .bcm-section strong {
    font-family: Montserrat Semibold, sans-serif;
    /* font-weight: 700; */
}

.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: rgb(20 39 55 / var(--tw-bg-opacity));
    color: white;
}

.bcm-section.bg-ddark {
    background-color: #091A28;
    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: 140px;
}

.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;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.bcm-section.pro-level.banner .ff-el-input--content input {
    border-radius: 8px;
    background-color: #FFFFFF1A;
    border: #FFFFFF1A 1px solid;
    color: #FFFFFFcc
}

.bcm-section.pro-level.banner .ff-el-input--content input:focus {
    border-color: #FFFFFF3A;
}

.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;
    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("/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;
    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;
    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 .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;
}

@media (max-width: 781px) {
    .bcm-section.pro-level.about .white_round {
        padding: 30px 0px 0px 30px;
    }

    .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: #ffffff;
}

.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: rgb(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: rgb(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, 0.02), rgba(255, 255, 255, 0.02)), radial-gradient(88.64% 50% at 50.09% 0%, #3E5843 0%, #1C2E3D 100%);
    border: 1px solid #FFFFFF78;
    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: #FFFFFF;
    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: #ffffff;
    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 #FFFFFF78;
  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: #ffffff;
}

.reviews-offices .feedback .font-body {
  font-weight: 400;
  font-size: 18px;
  line-height: 32.5px;
  color: #ffffff;
  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: #FFFFFF78;
}

.reviews-offices .reviews-slider-wrapper {
  overflow: hidden;
  width: 100%;
}

.reviews-offices .reviews-slider {
  display: flex;
  transition: transform 0.6s ease;
  width: 300%;
}
/*
.reviews-offices .reviews-slide {
  flex: 0 0 100%;
}*/

.reviews-offices .star {
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: 0.2s;
}


.reviews-offices .back-button {
    font-weight: 400;
    font-size: 14px;
    line-height: 32.5px;
    letter-spacing: 0%;
    cursor: pointer;
    color: #FFFFFF78;
    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: #ffffff;
    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: #FFFFFF2B;
}




/* 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: #888888;
}

.reviews-about-list>div>div.txt b {
    font-weight: 800;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0%;
    display: block;
    color: #000000;
    padding-top: 24px;
    padding-bottom: 12px;
}

/* Feed back banner */

.feedback-banner-block {
    background-color: #091A28;
    background-image: url('/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 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: #ffffff;
    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: #ffffff !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: #ffffff;

}

/* 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: #ffffff;
    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: #ffffff;
}

.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 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  border: #ffffff 1px solid;
  padding: 12px;
  border-radius: 100%;
  background: #14273775;
  /* background: rgba(255, 255, 255, 0.3); п */
  backdrop-filter: blur(8px);           /* размытие фона под кнопкой */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.videos-reviews .video-frame .play-button:hover {
  background: rgba(255, 255, 255, 0.6); /* чуть белее при hover */
}

/* Значок play */
.videos-reviews .video-frame .play-button .play-icon {
    content: url("/wp-content/plugins/gs-theme-style/blocks/img/play.svg");
    width: 27px;
    height: 27px;
    padding-left: 5px;

    /* border-left: 12px solid rgba(0, 0, 0, 0.8); */
    /* border-top: 8px solid transparent; */
    /* border-bottom: 8px solid transparent; */
}

.video-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 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%; /* 16:9 пропорции */
}

.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 0.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 0.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;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
}

.bcm-accordion-header .icon {
  transition: transform 0.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 0.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;
  /* justify-content: space-between; */
}

.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;
  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;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    /* flex-grow: 1; */
}

.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;
}

@media (max-width: 781px) {
    .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;
    }
}