/*** End ****/

/* The HTML team never delivered template/assets/images/common/ (the whole
   folder is missing), so its two references 404 on the live site. The `body`
   prefix out-ranks the per-page sheets (about/services/servicedt.css), which
   load after this file. Delete these blocks if the assets ever arrive. */

/* curve.svg: decorative backdrop behind the back-to-top button — absent from
   the delivered static template too, so nothing visual is lost. */
body .group-contact_item.js-top::before {
    background-image: none;
}

/* icon_dropdown_pri.svg: primary-colored (#1d90c9) variant of the delivered
   icon/icon_dropdown.svg chevron — recreated inline as a data URI. */
body .m-post_sticky .product-filter_title::before {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.530273 0.530273L5.53027 5.53027L10.5303 0.530273' stroke='%231d90c9' stroke-width='1.5'/%3E%3C/svg%3E");
}

/* icon/icon_calendar.svg (missing): calendar glyph on date inputs — recreated
   in the same #888888 stroke style as the delivered icon set. */
body .form-group:has(input[type=date])::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23888888' stroke-width='1.5'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M3 9h18M8 3v4M16 3v4'/%3E%3C/svg%3E");
}

/* post-detail/icon_quote1.svg (missing): large faint double-quote watermark
   behind blockquotes in post content (sits at z-index -1 behind the text). */
body .mona-content blockquote::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 78' fill='%231d90c9' fill-opacity='0.12'%3E%3Cpath d='M12 34 Q12 12 34 8 l4 10 q-14 4 -14 16 h16 v26 H12 Z'/%3E%3Cpath d='M56 34 Q56 12 78 8 l4 10 q-14 4 -14 16 h16 v26 H56 Z'/%3E%3C/svg%3E");
}

/* Header language dropdown: common.css renders flags at natural width
   (height 1.6rem, width auto) and bumps the active one to 2.8rem, so the
   column looks uneven. Lock every flag — active included — to one box. */
body .lang-item img,
body .lang-item.is-active img {
    width: 2.4rem;
    height: 1.6rem;
    object-fit: cover;
}

/* Contact-page country dropdown (.dropdown-group): same unevenness —
   contact.css sizes flags by width only (2.4rem, auto height) and bumps the
   active one to 4.8rem. Lock list flags to the same box; the closed-state
   trigger (.dropdown-title) keeps its larger 4.2rem design size. */
body .dropdown-box .icon img,
body .dropdown-item.is-active .dropdown-box .icon img {
    width: 2.4rem;
    height: 1.6rem;
    object-fit: cover;
}

.blog-info-tag span:before {
    content: ',';
    position: absolute;
    bottom: 6px;
    right: 0;
    height: 100%;
    font-size: 16px;
    width: auto;
    padding-right: 5px;
}

.blog-info-tag span {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.blog-info-tag span:last-child:before {
    display: none
}

.wpcf7 form .wpcf7-response-output {
    border: 0;
    margin: 15px 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: red;
}

span.price-from {
    display: none;
}
.processing {
    opacity: 0.5 !important;
    position: relative;
    pointer-events: none !important;
}

.processing::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75);
    z-index: 99;
}

.hide-sitename {
    visibility: hidden;
    height: 0;
    width: 0;
}

#wp-admin-bar-wp-logo img {
    max-width: 100%;
    height: 100%;
}

.mona-empty {
    color: white;
}

.ez-toc-debug-messages {
    display: none;
}

/* Keep the primary header truly full-width on desktop while retaining the
   standard safe edge spacing and the existing tablet/mobile menu behavior. */
@media screen and (min-width: 1200px) {
    .header-main > .container {
        max-width: none;
        padding-right: clamp(2rem, 2.5vw, 4.8rem);
        padding-left: clamp(2rem, 2.5vw, 4.8rem);
    }
}
