/* ===== Custom Service (Ultra-wide base >3000px) ===== */
.block-full-image-right {
    background-color: #37332b;
    padding: 0;
}
.block-full-image-right.background-light{
    background-color: #f3f1ed;
}

.block-full-image-right .custom-service-wrapper {
    display: flex;
    align-items: center;
    min-height: auto;
}

.block-full-image-right .custom-service-content {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 200px 80px;
    gap: 200px;
    color: #fff;
    max-width: 2600px;
    padding-left: calc((100vw - 2600px) / 2);
}

.block-full-image-right .icon-star {
    margin-bottom: 30px;
    filter: invert(1);
}

.block-full-image-right .icon-star img {
    width: 100px;
    height: auto;
}

.block-full-image-right .custom-service-content .big-title-smaller {
    font-size: 92px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    color: #fff;
    position: relative;
    z-index: 1;
}

.block-full-image-right .custom-service-content .signature {
    font-family: "Geraldyne Signature";
    font-size: 180px;
    color: #bebebe;
    margin-top: -160px;
    margin-bottom: 80px;
    opacity: 0.5;
    transform: rotate(353deg);
}

.block-full-image-right .subtitle {
    font-size: 36px;
    width: 80%;
    color: #fff;
}

.block-full-image-right .custom-service-content .subtitle-text {
    font-size: 36px;
    font-style: italic;
    line-height: 1.5;
    max-width: 90%;
}

.block-full-image-right .custom-service-content .hero-button {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    padding: 20px 40px;
    margin-top: 40px;
    transition: background 0.3s ease;
}

.block-full-image-right .custom-service-content .hero-button:hover {
    background: #fff;
    color: #000;
}

.block-full-image-right .custom-service-image {
    flex: 1 1 50%;
    display: flex;
}

.block-full-image-right .custom-service-image img {
    width: 100%;
    height: 100%;
    max-height: 1800px;
    object-fit: cover;
    display: block;
}
.block-full-image-right.background-light .custom-service-content .big-title-smaller,
.block-full-image-right.background-light .custom-service-content .subtitle-text,
.block-full-image-right.background-light .subtitle{
    color: #555;
}

.block-full-image-right .subtitle-text p{
    font-size: 30px;
}
/* ===== ≤3000px (desktop) ===== */
@media (max-width: 3000px) {
    .block-full-image-right .custom-service-content {
        padding: 100px 40px;
        gap: 100px;
        max-width: 1300px;
        padding-left: calc((100vw - 1300px) / 2);
    }

    .block-full-image-right .icon-star {
        margin-bottom: 15px;
    }

    .block-full-image-right .icon-star img {
        width: 50px;
    }

    .block-full-image-right .custom-service-content .big-title-smaller {
        font-size: 46px;
    }

    .block-full-image-right .custom-service-content .signature {
        font-size: 90px;
        margin-top: -80px;
        margin-bottom: 40px;
    }

    .block-full-image-right .subtitle {
        font-size: 18px;
    }

    .block-full-image-right .custom-service-content .subtitle-text {
        font-size: 18px;
    }

    .block-full-image-right .custom-service-content .black-button {
        margin-top: 20px;
    }

    .block-full-image-right .custom-service-image img {
        max-height: 900px;
    }
    .block-full-image-right .subtitle-text p{
        font-size: 15px;
    }
}

/* ===== ≤1200px ===== */
@media (max-width: 1200px) {
    .block-full-image-right .custom-service-content {
        padding: 80px 40px;
        gap: 80px;
    }

    .block-full-image-right .custom-service-content .big-title-smaller {
        font-size: 42px;
    }

    .block-full-image-right .custom-service-content .signature {
        font-size: 75px;
        margin-top: -40px;
    }

    .block-full-image-right .custom-service-image {
        width: calc(100% - 600px);
    }
}

/* ===== ≤800px ===== */
@media (max-width: 800px) {
    .block-full-image-right .custom-service-wrapper {
        flex-direction: column;
    }

    .block-full-image-right .custom-service-content {
        padding: 40px 5vw;
        gap: 40px;
    }

    .block-full-image-right .custom-service-content .big-title-smaller {
        font-size: 28px;
        line-height: 1.3;
    }

    .block-full-image-right .custom-service-image {
        width: 100%;
    }

    .block-full-image-right .custom-service-content .signature {
        font-size: 50px;
        margin-top: -10px;
    }

    .block-full-image-right .custom-service-content .subtitle-text {
        font-size: 16px;
        width: 100%;
        flex: 1;
    }

    .block-full-image-right .custom-service-content .black-button {
        text-align: center;
        padding: 10px 20px;
        font-size: 14px;
    }
}
