/* My Widgets v1.5.0 — premium, consistent, responsive frontend styles */
.elementor-widget-my-premium-banner,
.elementor-widget-my-premium-services,
.elementor-widget-my-premium-faq,
.elementor-widget-my-premium-gallery {
    font-family: "DM Sans", Arial, sans-serif;
    --mw-accent: #e60000;
    --mw-ink: #111111;
    --mw-muted: #666666;
    --mw-section-title-size: clamp(32px, 3.2vw, 48px);
    --mw-section-title-weight: 600;
    --mw-body-size: 15.5px;
    --mw-body-line: 1.62;
    position: relative;
    z-index: 0;
}

.elementor-widget-my-premium-banner *,
.elementor-widget-my-premium-services *,
.elementor-widget-my-premium-faq *,
.elementor-widget-my-premium-gallery * { box-sizing: border-box; }

.mw-fullbleed {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    margin-left: calc(50% - 50vw);
    left: auto;
    transform: none;
}

.mw-icon-svg,
.mw-service-card svg,
.mw-faq-item svg,
.mw-services__carousel-arrow svg,
.mw-gallery-lightbox svg,
.mw-banner-visual__accent svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Banner */
.mw-banner {
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    isolation: isolate;
    background: #0a0a0a;
    margin-top: 0 !important;
    top: auto !important;
}
.mw-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: .38;
    background-image: radial-gradient(var(--mw-dot-color, rgba(255,255,255,.08)) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: linear-gradient(to right, rgba(0,0,0,.94), rgba(0,0,0,.5), transparent 88%);
}
.mw-banner::after {
    content: "";
    position: absolute;
    width: min(48vw, 820px);
    height: min(48vw, 820px);
    right: -12vw;
    top: -16vw;
    z-index: -2;
    border-radius: 50%;
    background: radial-gradient(circle, var(--mw-glow-color, rgba(230,0,0,.22)) 0, rgba(230,0,0,.075) 40%, transparent 70%);
    filter: blur(3px);
    pointer-events: none;
}
.mw-banner__content {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, var(--mw-visual-width, 38%));
    align-items: center;
    gap: clamp(32px, 4.5vw, 76px);
}
.mw-banner--no-visual .mw-banner__content { grid-template-columns: minmax(0, 1fr); }
.mw-banner__copy { min-width: 0; max-width: 980px; }
.mw-banner__breadcrumbs { display:flex; gap:8px; align-items:center; font-size:14px; line-height:1.45; margin-bottom:22px; font-weight:500; }
.mw-banner__breadcrumbs a { text-decoration:none; transition:opacity .2s ease; }
.mw-banner__breadcrumbs a:hover { opacity:.76; }
.mw-banner__crumb-sep { opacity:.55; width:14px; height:14px; flex:0 0 14px; }
.mw-banner__crumb-sep svg { display:block; width:100%; height:100%; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
@media (min-width:768px) { .mw-banner__breadcrumbs.mw-breadcrumb--desktop-hidden { display:none; } }
.mw-banner__eyebrow { font-size:12.5px; font-weight:600; letter-spacing:.15em; margin-bottom:16px; text-transform:uppercase; }
.mw-banner__title { margin:0; font-size:clamp(40px,4.15vw,64px); line-height:1.035; letter-spacing:-.042em; font-weight:600; max-width:1000px; text-wrap:balance; }
.mw-banner__highlight { position:relative; display:inline; }
.mw-banner__highlight::after { content:""; position:absolute; left:0; right:0; bottom:.055em; height:.055em; background:currentColor; opacity:.42; border-radius:99px; }
.mw-banner__description { margin-top:22px; max-width:820px; font-size:clamp(15px,1vw,18px); font-weight:400; line-height:1.62; }

.mw-banner-visual {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(255,255,255,.10);
    background: #171717;
    box-shadow: 0 28px 72px rgba(0,0,0,.32);
}
.mw-banner-visual::before {
    content:"";
    position:absolute;
    inset:0;
    z-index:2;
    pointer-events:none;
    border:1px solid rgba(255,255,255,.07);
    border-radius:inherit;
}
.mw-banner-visual__image { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:-2; transform:scale(1.01); }
.mw-banner-visual__overlay { position:absolute; inset:0; z-index:-1; background:linear-gradient(180deg, rgba(0,0,0,.04) 14%, rgba(0,0,0,.24) 48%, rgba(0,0,0,.88) 100%); }
.mw-banner-visual__content { position:absolute; left:0; right:0; bottom:0; padding:clamp(22px,2.6vw,34px); }
.mw-banner-visual__badge { width:max-content; max-width:100%; margin-bottom:12px; padding:7px 10px; border-radius:999px; background:rgba(230,0,0,.90); backdrop-filter:blur(10px); font-size:10.5px; line-height:1.2; letter-spacing:.10em; font-weight:600; }
.mw-banner-visual__title { max-width:440px; font-size:clamp(22px,1.9vw,31px); line-height:1.1; letter-spacing:-.028em; font-weight:600; text-wrap:balance; }
.mw-banner-visual__note { max-width:450px; margin-top:9px; font-size:13px; line-height:1.5; font-weight:400; }
.mw-banner-visual__accent { position:absolute; top:20px; right:20px; width:52px; height:52px; padding:14px; border:1px solid rgba(255,255,255,.22); border-radius:50%; backdrop-filter:blur(12px); background:rgba(255,255,255,.08); color:#fff; }

/* Shared section headings */
.mw-services, .mw-faq, .mw-gallery { box-sizing:border-box; }
.mw-services__inner, .mw-gallery__inner { width:100%; max-width:1700px; margin:0 auto; }
.mw-services__header { max-width:790px; margin:0 auto 36px; text-align:center; }
.mw-gallery__header { max-width:790px; margin-bottom:34px; }
.mw-services__eyebrow, .mw-gallery__eyebrow, .mw-faq__eyebrow { font-size:12px; line-height:1.2; letter-spacing:.16em; font-weight:600; text-transform:uppercase; margin-bottom:12px; }
.mw-services__title, .mw-gallery__title, .mw-faq__title { font-size:var(--mw-section-title-size); letter-spacing:-.034em; line-height:1.08; margin:0; font-weight:var(--mw-section-title-weight); text-wrap:balance; }
.mw-services__description, .mw-gallery__description { margin-top:14px; font-size:var(--mw-body-size); line-height:var(--mw-body-line); font-weight:400; color:#666666; }

/* Services */
.mw-services__grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.mw-service-card {
    position: relative;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    background:#fff;
    box-shadow:0 1px 2px rgba(17,17,17,.02);
    transition:transform .42s cubic-bezier(.2,.7,.2,1), box-shadow .42s cubic-bezier(.2,.7,.2,1), border-color .42s ease;
    will-change: transform;
}
.mw-service-card:hover {
    transform:translateY(-4px);
    box-shadow:0 22px 62px rgba(17,17,17,.09), 0 8px 24px rgba(17,17,17,.045);
}
.mw-service-card__media { overflow:hidden; background:#EEEEEE; }
.mw-service-card__media img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .65s cubic-bezier(.2,.7,.2,1); }
.mw-service-card:hover .mw-service-card__media img { transform:scale(1.03); }
.mw-service-card__body { display:flex; flex-direction:column; flex:1; }
.mw-service-card__title { margin:0 0 10px; font-size:22px; line-height:1.22; letter-spacing:-.024em; font-weight:600; }
.mw-service-card__description { font-size:15px; line-height:1.58; font-weight:400; margin-bottom:16px; }
.mw-service-card__features { list-style:none; margin:0 0 20px; padding:0; display:grid; gap:8px; font-size:14px; line-height:1.45; font-weight:400; }
.mw-service-card__features li { display:flex; align-items:flex-start; gap:9px; }
.mw-service-card__check { flex:0 0 17px; width:17px; height:17px; border:1.2px solid currentColor; border-radius:999px; display:grid; place-items:center; margin-top:2px; padding:3px; }
.mw-service-card__check svg { stroke-width:2.1; }
.mw-service-card__link { display:inline-flex; gap:8px; align-items:center; margin-top:auto; text-decoration:none; font-size:14.5px; line-height:1.2; font-weight:600; width:max-content; }
.mw-service-card__arrow { width:17px; height:17px; transition:transform .28s ease; }
.mw-service-card__link:hover .mw-service-card__arrow { transform:translateX(4px); }

.mw-services__carousel-nav { display:none; align-items:center; justify-content:center; gap:13px; margin-top:22px; }
.mw-services__carousel-arrow { width:40px; height:40px; padding:11px; border-radius:999px; border:1px solid #e5e5e5; background:#fff; color:#111; display:grid; place-items:center; cursor:pointer; transition:transform .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease, opacity .25s ease; box-shadow:0 8px 24px rgba(0,0,0,.045); }
.mw-services__carousel-arrow:hover { transform:translateY(-2px); border-color:var(--mw-accent); color:var(--mw-accent); box-shadow:0 12px 30px rgba(0,0,0,.07); }
.mw-services__carousel-arrow:disabled { opacity:.32; cursor:default; transform:none; box-shadow:none; }
.mw-services__carousel-dots { display:flex; align-items:center; justify-content:center; gap:7px; min-width:76px; }
.mw-services__carousel-dot { width:7px; height:7px; padding:0; border:0; border-radius:999px; background:#cfcfcf; cursor:pointer; transition:width .25s ease, background .25s ease, transform .25s ease; }
.mw-services__carousel-dot.is-active { width:20px; background:var(--mw-accent); }

/* FAQ */
.mw-faq__inner { width:100%; margin:0 auto; }
.mw-faq__header { text-align:center; margin-bottom:36px; }
.mw-faq__list { display:grid; gap:12px; }
.mw-faq-item { overflow:hidden; transition:border-color .28s ease, transform .28s ease, box-shadow .28s ease; }
.mw-faq-item.is-open { transform:translateY(-1px); }
.mw-faq-item__question { width:100%; appearance:none; border:0; background:transparent; font:inherit; font-size:16.5px; line-height:1.4; font-weight:600; display:flex; justify-content:space-between; align-items:center; gap:20px; text-align:left; padding:22px 26px; cursor:pointer; }
.mw-faq-item__icon { flex:0 0 auto; width:20px; height:20px; transition:transform .28s ease; transform-origin:center; }
.mw-faq-item.is-open .mw-faq-item__icon { transform:rotate(180deg); }
.mw-faq-item__panel { padding:0 26px 24px; }
.mw-faq-item__answer { font-size:15px; line-height:1.66; font-weight:400; }
.mw-faq-item__answer p:last-child { margin-bottom:0; }

/* Gallery — image only */
.mw-gallery__grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; grid-auto-flow:dense; }
.mw-gallery-card {
    min-height:330px;
    position:relative;
    overflow:hidden;
    isolation:isolate;
    display:block;
    width:100%;
    padding:0;
    border:0;
    appearance:none;
    background:#181818;
    cursor:zoom-in;
    text-align:inherit;
    box-shadow:0 8px 28px rgba(0,0,0,.12);
    transition:transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease;
}
.mw-gallery-card.is-featured { grid-column:span 2; grid-row:span 2; min-height:676px; }
.mw-gallery-card img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:-2; transition:transform .62s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.mw-gallery-card__scrim { position:absolute; inset:0; z-index:-1; background:linear-gradient(180deg, rgba(0,0,0,.01), rgba(0,0,0,.10)); opacity:.55; transition:opacity .35s ease; }
.mw-gallery-card:hover { transform:translateY(-3px); box-shadow:0 20px 52px rgba(0,0,0,.20); }
.mw-gallery-card:hover img { transform:scale(1.035); }
.mw-gallery-card:hover .mw-gallery-card__scrim { opacity:.18; }
.mw-gallery-card:focus-visible { outline:3px solid var(--mw-accent); outline-offset:3px; }

/* Gallery lightbox */
body.mw-lightbox-open { overflow:hidden; }
.mw-gallery-lightbox[hidden] { display:none !important; }
.mw-gallery-lightbox {
    --mw-lightbox-accent:#e60000;
    position:fixed;
    inset:0;
    z-index:999999;
    display:grid;
    place-items:center;
    padding:24px;
    opacity:0;
    visibility:hidden;
    transition:opacity .24s ease, visibility .24s ease;
}
.mw-gallery-lightbox.is-open { opacity:1; visibility:visible; }
.mw-gallery-lightbox__backdrop { position:absolute; inset:0; background:rgba(5,5,5,.94); backdrop-filter:blur(10px); }
.mw-gallery-lightbox__dialog { position:relative; z-index:1; width:min(92vw, 1500px); height:min(88vh, 980px); display:grid; place-items:center; }
.mw-gallery-lightbox__stage { width:100%; height:100%; display:grid; place-items:center; overflow:hidden; touch-action:pan-y; }
.mw-gallery-lightbox__image { display:block; max-width:100%; max-height:100%; width:auto; height:auto; object-fit:contain; border-radius:14px; box-shadow:0 30px 90px rgba(0,0,0,.40); opacity:1; transform:scale(1); transition:opacity .16s ease, transform .22s ease; user-select:none; -webkit-user-drag:none; }
.mw-gallery-lightbox__image.is-switching { opacity:.15; transform:scale(.992); }
.mw-gallery-lightbox__control { position:absolute; z-index:2; width:46px; height:46px; padding:13px; border-radius:50%; border:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.10); color:#fff; backdrop-filter:blur(10px); cursor:pointer; transition:background .22s ease, border-color .22s ease, transform .22s ease, color .22s ease; }
.mw-gallery-lightbox__control:hover { background:var(--mw-lightbox-accent); border-color:var(--mw-lightbox-accent); transform:scale(1.04); }
.mw-gallery-lightbox__close { top:0; right:0; }
.mw-gallery-lightbox__prev { left:0; top:50%; transform:translateY(-50%); }
.mw-gallery-lightbox__next { right:0; top:50%; transform:translateY(-50%); }
.mw-gallery-lightbox__prev:hover, .mw-gallery-lightbox__next:hover { transform:translateY(-50%) scale(1.04); }
.mw-gallery-lightbox__counter { position:absolute; left:50%; bottom:2px; transform:translateX(-50%); color:rgba(255,255,255,.78); font-size:12px; font-weight:500; letter-spacing:.08em; }

/* Laptop / medium desktop */
@media (max-width:1280px) {
    .mw-banner__content { gap:38px; }
    .mw-banner__title { font-size:clamp(38px,4.7vw,58px); }
    .mw-banner-visual { min-height:365px; }
    .mw-service-card__title { font-size:21px; }
}

/* Tablet */
@media (max-width:1024px) {
    .elementor-widget-my-premium-banner,
    .elementor-widget-my-premium-services,
    .elementor-widget-my-premium-faq,
    .elementor-widget-my-premium-gallery { --mw-section-title-size:clamp(30px,4.8vw,42px); --mw-body-size:15px; }

    .mw-banner__content { grid-template-columns:minmax(0, 1fr) minmax(280px, 40%); gap:28px; }
    .mw-banner__title { font-size:clamp(36px,5.5vw,52px); }
    .mw-banner__description { font-size:15.5px; }
    .mw-banner-visual { min-height:330px; }
    .mw-banner-visual__title { font-size:24px; }
    .mw-service-card__title { font-size:20px; }
    .mw-gallery-card.is-featured { grid-column:span 2; grid-row:span 1; min-height:480px; }
}

/* Mobile */
@media (max-width:767px) {
    /* Keep theme/Elementor headers safely above the banner without changing header positioning. */
    body .elementor-location-header,
    body #masthead,
    body .site-header { z-index:9999; }

    .elementor-widget-my-premium-banner,
    .elementor-widget-my-premium-services,
    .elementor-widget-my-premium-faq,
    .elementor-widget-my-premium-gallery { --mw-section-title-size:clamp(28px,7.8vw,34px); --mw-body-size:14.5px; }

    .mw-banner__breadcrumbs.mw-breadcrumb--mobile-hidden { display:none; }

    .mw-services--mobile-carousel .mw-services__grid {
        display:flex !important;
        grid-template-columns:none !important;
        overflow-x:auto;
        overflow-y:visible;
        scroll-snap-type:x mandatory;
        scroll-behavior:smooth;
        -webkit-overflow-scrolling:touch;
        overscroll-behavior-inline:contain;
        scrollbar-width:none;
        padding:8px 10px 18px 2px;
        margin-right:-10px;
    }
    .mw-services--mobile-carousel .mw-services__grid::-webkit-scrollbar { display:none; }
    .mw-services--mobile-carousel .mw-service-card {
        flex:0 0 var(--mw-mobile-card-width, 92%);
        min-width:0;
        scroll-snap-align:start;
        scroll-snap-stop:always;
        transform:none;
    }
    .mw-services--mobile-carousel .mw-service-card:hover { transform:none; box-shadow:0 14px 38px rgba(17,17,17,.07); }
    .mw-services--mobile-carousel .mw-services__carousel-nav { display:flex; }

    .mw-banner { align-items:flex-start; }
    .mw-banner__content { grid-template-columns:1fr; gap:26px; }
    .mw-banner__copy { max-width:none; }
    .mw-banner__breadcrumbs { font-size:12.5px; margin-bottom:17px; }
    .mw-banner__eyebrow { font-size:11px; margin-bottom:12px; }
    .mw-banner__title { font-size:clamp(30px,8.8vw,38px); line-height:1.07; letter-spacing:-.034em; font-weight:600; }
    .mw-banner__description { font-size:14.5px; margin-top:16px; line-height:1.58; }
    .mw-banner-visual { min-height:280px; }
    .mw-banner-visual__content { padding:20px; }
    .mw-banner-visual__title { font-size:20px; }
    .mw-banner-visual__note { font-size:12.5px; }
    .mw-banner-visual__accent { width:44px; height:44px; padding:12px; top:14px; right:14px; }

    .mw-services__header, .mw-faq__header { margin-bottom:27px; }
    .mw-gallery__header { margin-bottom:25px; }
    .mw-services__description, .mw-gallery__description { font-size:14.5px; }
    .mw-service-card__title { font-size:19px; }
    .mw-service-card__description { font-size:14px; }
    .mw-service-card__features { font-size:13.5px; }
    .mw-service-card__link { font-size:14px; }
    .mw-faq-item__question { padding:18px 16px; font-size:15px; gap:13px; }
    .mw-faq-item__panel { padding:0 17px 20px; }
    .mw-faq-item__answer { font-size:14px; }

    .mw-gallery-card.is-featured { grid-column:span 2; grid-row:span 1; min-height:300px; }
    .mw-gallery-lightbox { padding:12px; }
    .mw-gallery-lightbox__dialog { width:100%; height:88vh; }
    .mw-gallery-lightbox__control { width:40px; height:40px; padding:11px; }
    .mw-gallery-lightbox__close { top:6px; right:6px; }
    .mw-gallery-lightbox__prev { left:6px; }
    .mw-gallery-lightbox__next { right:6px; }
}

/* Small phones */
@media (max-width:480px) {
    .mw-banner__title { font-size:clamp(29px,9.2vw,36px); }
    .mw-banner-visual { min-height:255px; }
    .mw-banner-visual__badge { font-size:9.5px; letter-spacing:.075em; }
    .mw-service-card__title { font-size:18.5px; }
    .mw-faq-item__question { font-size:14.5px; }
    .mw-gallery-card.is-featured { min-height:270px; }
}

/* Large monitor / widescreen: controlled scaling keeps every widget consistent. */
@media (min-width:1600px) {
    .elementor-widget-my-premium-banner,
    .elementor-widget-my-premium-services,
    .elementor-widget-my-premium-faq,
    .elementor-widget-my-premium-gallery { --mw-section-title-size:50px; --mw-body-size:16px; }

    .mw-banner__content, .mw-services__inner, .mw-gallery__inner { max-width:1740px; }
    .mw-banner__title { font-size:64px; }
    .mw-banner__description { font-size:18px; }
    .mw-banner-visual { min-height:410px; }
}

@media (prefers-reduced-motion: reduce) {
    .mw-service-card,
    .mw-service-card__media img,
    .mw-gallery-card,
    .mw-gallery-card img,
    .mw-gallery-lightbox,
    .mw-gallery-lightbox__image,
    .mw-services__carousel-arrow,
    .mw-service-card__arrow,
    .mw-faq-item__icon { transition:none !important; scroll-behavior:auto !important; }
}
