.hero-title-block-two-sections {
    display: flex;
    align-items: center;
    margin-top: 70px;
    /* min-height: 650px; */
    gap: 20px;
    background: #1B1C1E;
    color: #fff;
    flex-direction: row;
}
.hero-title-block-two-sections > div {
    width: 50%;
}
.hero-title-block-two-sections .left-side-image {
    display: flex;
}
.hero-title-block-two-sections .left-side-image img {
    object-fit: cover;
    width: 100%;
    /* height: 650px; */
    object-position: center;
}

.hero-title-block-two-sections .description {
    font-size: 25px;
    line-height: 40px;
}

.hero-title-block-two-sections .right-side-text {
    padding: 30px 50px;
}
.hero-title-block-two-sections h1 {
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.hero-title-block-two-sections h1 span {
    color: #A0E151;
}

.hero-title-block-two-sections .action-block {
    margin-top: 50px;
}

.hero-title-block-two-sections .action-block a {
    display: inline-block;
    padding: 25px 82px;
    border-radius: 20px;
    background: #A7E15C;
    color: #0E1014;
    font-weight: 800;
    text-decoration: none;
    font-size: 24px;
    line-height: 1;
    letter-spacing: .02em;
    transition: 0.3s;
    text-transform: uppercase;
}

.hero-title-block-two-sections .action-block a:hover {
    background: #a4ff33;
}

@media(max-width: 1300px) {
    .hero-title-block-two-sections h1 {
        font-size: 40px;
    }
    .hero-title-block-two-sections .description {
        font-size: 20px;
        line-height: 35px;
    }
    .hero-title-block-two-sections .action-block a {
        padding: 20px 50px;
    }
    .hero-title-block-two-sections .right-side-text {
        padding: 30px 30px;
    }
}

@media(max-width: 768px) {
    .hero-title-block-two-sections {
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: 50px;
    }
    .hero-title-block-two-sections > div {
        width: 100%;
    }
    .hero-title-block-two-sections .right-side-text {
        padding: 25px 25px 50px;
    }
}

.hero-title-block {
    min-height: 600px;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0 0 30px 30px;
    position: relative;
    overflow: hidden;
}

.hero-title-block .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.hero-title-block .container {
    position: relative;
    z-index: 2;
}

.hero-title-block h1 {
    font-size: 60px;
}

.hero-title-block span {
    color: #A0E151;
}

@media(max-width: 768px) {
    .hero-title-block {
        margin-top: 50px;

    }
    .hero-title-block h1 {
        font-size: 50px !important;
    }
}

.black-info-block .container {
    margin: 0 auto;
}

.black-info-block__inner {
    color: #fff;
    padding: 60px;
    border-radius: 50px 0;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
}

.black-info-block__inner h2 {
    text-transform: uppercase;
    color: #A0E151;
    font-size: 35px;
    margin-bottom: 30px;
}

.black-info-block__inner a {
    display: inline-block;
}

.black-info-block__inner .action-button {
    margin-top: 60px;
}

.black-info-block__inner a {
    background: #A0E151;
    color: #000;
    font-size: 36px;
    padding: 25px 50px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.3s;
}

.black-info-block__inner a:hover {
    background: #a4ff33;
}

.description-block-with-title .container {
    margin: 0 auto;
    font-size: 20px;
}

.description-block-with-title h2 {
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 25px;
}

.image-title-description .container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 30px;
}

.image-title-description .container > div {
    width: 50%;
    font-size: 20px;
    line-height: 30px;
}

.image-title-description .container .left-image {
    text-align: center;
}

.image-title-description .container.inverted {
    flex-direction: row-reverse;
}

.image-title-description .container.inverted .left-image {
    text-align: right;
}

.image-title-description img {
    border-radius: 20px;
}

.image-title-description .right-description h2 {
    font-size: 42px;
    margin-bottom: 40px;
    line-height: 50px;
}

.image-title-description img {
    max-width: 100%;
}

@media(max-width: 991px) {
    .image-title-description .container {
        flex-wrap: wrap;
    }
    .image-title-description .container > div {
        width: 100%;
    }
    .image-title-description .container .left-image {
        text-align: center;
    }
}

@media(max-width: 768px) {
    .container {
        padding: 0 10px;
    }
    .hide-on-mobile {
        display: none;
    }
}

/* ===== Real People Real Reviews ===== */

.people-real-reviews {
    margin: 0;
    padding: 0;
}

.people-real-reviews .container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0 auto;
}

/* Right big image goes first on mobile */
.people-real-reviews .right-reviews-side {
    order: -1;
}

.people-real-reviews .right-reviews-side img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
    object-fit: cover;
}

/* Title */
.people-real-reviews .reviews-title {
    font-size: 32px;
    line-height: 1.2;
    margin: 8px 0 18px;
    letter-spacing: -0.02em;
}

/* List of cards */
.people-real-reviews .reviews-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Card */
.people-real-reviews .review-item {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 18px;
    background: #2A2C32;
    border-radius: 16px;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Left image (thumbnail) */
.people-real-reviews .review-item .left-side {
    flex: 0 0 150px;
    max-width: 150px;
    height: 150px;
    border-radius: 12px;
    overflow: hidden;
}

.people-real-reviews .review-item .left-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Right content */
.people-real-reviews .review-item .right-side {
    flex: 1 1 auto;
}

.people-real-reviews .review-item .right-side h3 {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 1.25;
}

.people-real-reviews .review-item .right-side .author-review {
    margin-top: 15px;
    font-size: 14px;
    opacity: 0.9;
}

/* Button */
.people-real-reviews .review-item .review-action {
    margin-top: 20px;
}

.people-real-reviews .review-item .review-action a {
    display: inline-block;
    padding: 10px 18px;
    border: 2px solid #ffffff;
    border-radius: 12px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    transition: transform .15s ease, opacity .15s ease;
    white-space: nowrap;
    transition: 0.3s;
}

.people-real-reviews .review-item .review-action a:hover {
    transform: translateY(-1px);
    opacity: 0.9;
    background: #A0E151;
    color: #000;
    border-color: #A0E151;
}

/* ====== Desktop / Large layout ====== */
@media (min-width: 992px) {
    .people-real-reviews .container {
        flex-direction: row;
        align-items: stretch;
        gap: 28px;
    }

    .people-real-reviews .left-reviews-side {
        flex: 0 1 48%;
        display: flex;
        flex-direction: column;
    }

    .people-real-reviews .right-reviews-side {
        order: 0;
        flex: 1 1 52%;
        display: flex;
    }

    .people-real-reviews .right-reviews-side img {
        width: 100%;
        height: 100%;
        border-radius: 22px;
        object-fit: cover;
    }

    .people-real-reviews .reviews-title {
        font-size: 40px;
        margin-bottom: 18px;
    }

    .people-real-reviews .reviews-items {
        gap: 18px;
    }

    .people-real-reviews .review-item {
        padding: 22px;
        gap: 24px;
        border-radius: 18px;
    }

    .people-real-reviews .review-item .left-side {
        flex-basis: 180px;
        max-width: 180px;
        height: 180px;
        border-radius: 14px;
    }

    .people-real-reviews .review-item .right-side h3 {
        font-size: 28px;
    }
}

/* ====== Very large screens (nice spacing) ====== */
@media (min-width: 1280px) {
    .people-real-reviews .container {
        gap: 36px;
    }

    .people-real-reviews .review-item {
        padding: 26px;
    }

    .people-real-reviews .review-item .left-side {
        flex-basis: 190px;
        max-width: 190px;
        height: 190px;
    }

    .people-real-reviews .review-item .right-side h3 {
        font-size: 30px;
    }
}

@media(max-width: 768px) {
    .people-real-reviews .review-item .left-side {
        flex: 0 0 110px;
        max-width: 110px;
        height: 110px;
    }
    .people-real-reviews .review-item {
        gap: 5px;
    }
    .black-info-block__inner a {
        padding: 15px 30px;
        font-size: 17px;
    }
    .black-info-block__inner {
        padding: 60px 30px;
    }
}

.better-than-local {
    background: linear-gradient(268.66deg, #1B1C1E 1.14%, #3F954C 98.86%);
    color: #fff;
    padding: 80px 60px 120px;
    position: relative;
    overflow: hidden;
}

.better-than-local:before {
    bottom: -19rem;
    display: block;
    height: 24rem;
    position: absolute;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    width: 66.666667%;
    z-index: 20;
    --tw-bg-opacity: 1;
    background-color: rgb(42 44 50);
    --tw-content: "";
    content: var(--tw-content);
    rotate: -8deg;
    right: -8rem;
}

.better-than-local:after {
    bottom: -19rem;
    display: block;
    height: 24rem;
    position: absolute;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    width: 66.666667%;
    z-index: 20;
    --tw-bg-opacity: 1;
    background-color: rgb(42 44 50);
    --tw-content: "";
    content: var(--tw-content);
    rotate: 8deg;
    left: -8rem;
}

.better-than-local .container {
    margin: 0 auto;
}

.better-than-local .container > h2 {
    text-align: center;
    font-size: 47px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.better-than-local .container > p {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
}

.better-than-local .container .flexed-description {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 50px;
}

.better-than-local .container .flexed-description > div {
    width: 50%;
}

.better-than-local .container .flexed-description .left-text {
    font-size: 25px;
    line-height: 45px;
}

.better-than-local .container .flexed-description > div img {
    border-radius: 25px !important;
    max-width: 100%;
}

.better-than-local .container .actions-buttons {
    text-align: center;
    margin-top: 50px;
}

.better-than-local .container .actions-buttons a {
    background: #A0E151;
    color: #000;
    font-size: 25px;
    padding: 15px 50px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.3s;
    display: inline-block;
}

.better-than-local .container .actions-buttons a:hover {
    background: #a4ff33;
}

@media(max-width: 768px) {
    .better-than-local .container .flexed-description {
        flex-direction: column-reverse;
    }
    .better-than-local .container .flexed-description > div {
        width: 100%;
    }
    .better-than-local .container .flexed-description .right-image {
        text-align: center;
    }
    .better-than-local {
        padding: 60px 10px 110px;
    }
    .better-than-local .container > h2 {
        font-size: 35px;
    }
    .better-than-local:before {
        right: -4rem;
    }
    .better-than-local:after {
        left: -4rem;
    }
    .better-than-local {
        padding-bottom: 180px;
    }
}

/* ===== SHOP BY TYPE ===== */
.shop-by-type{
    background:var(--bg,#2A2C32);
    padding:80px 16px 64px;
}

.shop-by-type .container {
    margin: 0 auto;
}
.sbt-title{
    margin:0 0 24px;
    color:#fff;
    font-size:56px;
    line-height:1.05;
    letter-spacing:-.02em;
    text-transform:uppercase;
    text-align: center;
    margin-bottom: 60px;
}

/* Cards container: when NOT swiper (desktop), act as grid */
.sbt-cards{
    width:100%;
}
.sbt-cards:not(.is-swiper) .swiper-wrapper{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:40px;
}
.sbt-cards:not(.is-swiper) .swiper-slide{ /* behave like normal cards */
    width:auto !important;
}

/* Card */
.sbt-card{
    background:#fff;
    border-radius:14px;
    box-shadow:0 14px 28px rgba(0,0,0,.15);
    padding:36px 28px 28px;
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
}
.sbt-card__media{
    width:260px;
    max-width:100%;
    margin:0 auto 16px;
}
.sbt-card__media img{
    display:block;
    width:100%;
    height:auto;
    object-fit:contain;
    height: 185px;
}
.sbt-card__title{
    font-size:28px;
    line-height:1.2;
    letter-spacing:.02em;
    text-transform:uppercase;
    margin:8px 0 12px;
}
.sbt-card__text{
    max-width:520px;
    color:#2A2C32;
    opacity:.9;
    font-size:16px;
    line-height:1.65;
}
.sbt-card__action{
    margin-top:22px;
}
.sbt-btn{
    display:inline-block;
    min-width:210px;
    padding:14px 22px;
    text-decoration:none;
    border-radius:10px;
    background:#A7E15C;
    color:#0E1014;
    font-weight:700;
    text-align:center;
    transition: 0.3s;
}
.sbt-btn:hover{
    transform:translateY(-1px);
    box-shadow:0 8px 16px rgba(0,0,0,.12);
    opacity:.95;
    background: #a4ff33;
}

/* CTA button below grid */
.sbt-all{
    display:flex;
    justify-content:center;
    margin-top: 70px;
}
.sbt-all__btn{
    display:inline-block;
    padding: 18px 82px;
    border-radius: 20px;
    background:#A7E15C;
    color:#0E1014;
    font-weight:800;
    text-decoration:none;
    font-size:24px;
    line-height:1;
    letter-spacing:.02em;
    transition: 0.3s;
    text-transform: uppercase;
}

.sbt-all__btn:hover {
    background: #a4ff33;
}

/* Dots – visible on mobile only (hidden on desktop) */
.sbt-dots{ display:none; }

/* ===== Responsive / Mobile slider ===== */
@media (max-width: 991.98px){
    .sbt-title{font-size:44px;margin-bottom: 50px;}

    /* enable dots on mobile */
    .sbt-dots{
        display:block;
        margin-top: 50px;
        position: relative !important;
    }

    /* Swiper bullet styling */
    .sbt-dots .swiper-pagination-bullet{
        width:54px;
        height:8px;
        border-radius:8px;
        background:#4a4e55;
        opacity:1;
        margin:0 8px !important;
    }
    .sbt-dots .swiper-pagination-bullet-active{
        background:#A7E15C;
    }

    /* card sizing closer to mock */
    .sbt-card{
        padding:36px 24px 28px;
        border-radius:16px;
    }
}

.wp-block-lazyblock-shop-products .container {
    margin: 0 auto;
}

.wp-block-lazyblock-shop-products .w-full {
    width: 100% !important;
    height: 60px !important;
}

.better-than-local ul {
    list-style: inherit;
    margin-left: 25px;
}