/*
Theme Name: MotoWorkz
Template: hello-elementor
Version: 1.0.0
Text Domain: motoworkz
*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600;700&family=Manrope:wght@600;700&display=swap');

:root {
  --mw-red: #e8323d;
  --mw-red-dark: #c90000;
  --mw-ink: #0d0d0e;
  --mw-graphite: #242426;
  --mw-surface: #f8f8f8;
  --mw-surface-2: #ececec;
  --mw-border: #e2e2e2;
  --mw-muted: #69696f;
  --mw-radius: 24px;
  --mw-width: 1168px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--mw-ink); background: var(--mw-surface); font-family: Inter, Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
h1, h2, h3, h4, .mw-display { font-family: 'Bebas Neue', Impact, sans-serif; font-weight: 400; letter-spacing: .005em; }
.mw-wrap { width: min(calc(100% - 40px), var(--mw-width)); margin-inline: auto; }
.mw-red { color: var(--mw-red); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.mw-topbar { background: var(--mw-red-dark); color: #fff; text-align: center; padding: 7px 10px; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.mw-header { position: sticky; top: 0; z-index: 1000; background: #fff; border-bottom: 1px solid var(--mw-border); }
.admin-bar .mw-header { top: 32px; }
.mw-header-main { min-height: 97px; display: flex; align-items: center; gap: 30px; }
.mw-logo img { display: block; width: 116px; }
.mw-nav { display: flex; gap: 30px; align-items: center; font-size: 14px; font-weight: 500; }
.mw-nav a:hover, .mw-footer a:hover { color: var(--mw-red); }
.mw-nav-group { position: relative; }
.mw-nav-group summary { list-style: none; cursor: pointer; }
.mw-nav-group summary::-webkit-details-marker { display: none; }
.mw-nav-group > div { display: none; position: absolute; top: calc(100% + 15px); left: -20px; width: 220px; padding: 14px 20px; background: #fff; border: 1px solid var(--mw-border); border-radius: 14px; box-shadow: 0 18px 40px rgba(0,0,0,.12); }
.mw-nav-group:hover > div, .mw-nav-group[open] > div { display: grid; gap: 12px; }
.mw-header-tools { margin-left: auto; display: flex; align-items: center; gap: 17px; }
.mw-search { width: 330px; display: flex; align-items: center; background: var(--mw-surface); border: 1px solid var(--mw-border); border-radius: 999px; padding: 10px 16px; }
.mw-search input { width: 100%; border: 0; outline: 0; background: transparent; font: inherit; font-size: 13px; }
.mw-tool, .mw-search-toggle { position: relative; width: 40px; height: 40px; display: grid; place-items: center; border: 0; background: transparent; font-size: 18px; }
.mw-search-toggle { display: none; }
.mw-cart-count { font: 700 10px Inter; color: #fff; background: var(--mw-red); min-width: 17px; height: 17px; border-radius: 50%; display: inline-grid; place-items: center; }
.mw-tool .mw-cart-count, .mw-tool .mw-wishlist-count { position: absolute; top: 0; right: -2px; }
.mw-menu-toggle { display: none; border: 0; background: transparent; font-size: 24px; padding: 8px; }
.mw-trustbar { background: var(--mw-surface-2); }
.mw-trustbar .mw-wrap { display: flex; justify-content: center; gap: 35px; padding: 6px 0; font-size: 11px; font-weight: 600; }
.mw-trustbar span:before { content: '\2713'; color: var(--mw-red); margin-right: 6px; }

.mw-mini-cart { position: fixed; z-index: 1200; top: 0; right: 0; width: min(420px, 100%); height: 100dvh; padding: 34px 28px; overflow: auto; background: #fff; box-shadow: -20px 0 60px rgba(0,0,0,.2); transform: translateX(105%); transition: transform .3s ease; }
.mw-mini-cart.is-open { transform: translateX(0); }
.mw-mini-cart h2 { font-size: 38px; margin: 0 0 24px; }
.mw-panel-close { float: right; border: 0; background: none; font-size: 32px; }
.mw-panel-backdrop { position: fixed; z-index: 1100; inset: 0; background: rgba(0,0,0,.48); }
.mw-mini-cart .woocommerce-mini-cart { list-style: none; padding: 0; }
.mw-mini-cart .woocommerce-mini-cart-item { min-height: 84px; padding: 10px 24px 10px 86px !important; border-bottom: 1px solid var(--mw-border); }
.mw-mini-cart .woocommerce-mini-cart-item img { position: absolute; left: 0; width: 70px !important; }

.mw-footer { background: var(--mw-ink); color: rgba(255,255,255,.62); padding: 80px 0 28px; }
.mw-footer-grid { display: grid; grid-template-columns: 2fr repeat(4, 1fr); gap: 45px; }
.mw-footer-logo { width: 96px; margin-bottom: 22px; }
.mw-footer p, .mw-footer li { font-size: 13px; line-height: 1.7; }
.mw-footer h3, .mw-footer summary { color: #fff; font-family: 'Bebas Neue', sans-serif; font-size: 18px; margin: 0 0 18px; list-style: none; }
.mw-footer summary::-webkit-details-marker { display: none; }
.mw-footer ul { list-style: none; padding: 0; margin: 0; }
.mw-footer li { margin: 7px 0; }
.mw-footer-bottom { margin-top: 70px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.07); display: flex; justify-content: space-between; gap: 20px; font-size: 11px; }
.mw-footer-legal { display: flex; gap: 25px; flex-wrap: wrap; }
.mw-socials { display: flex; gap: 20px; margin-top: 30px; font-size: 12px; }

.elementor-widget-container > h1, .elementor-widget-container > h2, .elementor-widget-container > h3 { margin-top: 0; }
.mw-hero { min-height: 70vh; color: #fff; display: flex; align-items: center; background: var(--mw-ink) center/cover no-repeat; position: relative; }
.home .mw-hero { min-height: calc(100vh - 161px); }
.mw-hero:before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.43); }
.mw-hero > .e-con-inner, .mw-hero > .elementor-element { position: relative; z-index: 1; }
body .mw-hero h1.elementor-heading-title, body .mw-hero .elementor-heading-title { color: #fff; font-size: clamp(46px, 6vw, 84px); line-height: .94; max-width: 760px; margin: 0 0 20px; }
.mw-hero p { font-size: 18px; line-height: 1.6; max-width: 620px; }
.mw-inner-hero { background: linear-gradient(110deg, #0d0d0e 55%, #351114); color: #fff; padding: 105px max(20px, calc((100vw - var(--mw-width))/2)) 80px; }
.mw-inner-hero h1 { font-size: clamp(52px, 7vw, 88px); line-height: .9; margin: 12px 0 20px; }
.mw-inner-hero p { max-width: 680px; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.6; }
.mw-eyebrow { color: var(--mw-red); font: 700 12px Manrope, sans-serif; letter-spacing: .25em; text-transform: uppercase; }
.mw-section { padding: 82px max(20px, calc((100vw - var(--mw-width))/2)) !important; }
.mw-section > * { width: min(100%, var(--mw-width)); margin-left: auto !important; margin-right: auto !important; }
.mw-section-white { background: #fff; }
.mw-section-grey { background: var(--mw-surface); }
.mw-section-dark { background: var(--mw-ink); color: #fff; }
.mw-section h2 { font-size: clamp(40px, 5vw, 68px); line-height: .95; margin-bottom: 34px; }
.mw-copy { max-width: 800px; color: var(--mw-muted); line-height: 1.75; }
.mw-copy h2, .mw-copy h3 { color: var(--mw-ink); }
.mw-copy h3 { font-size: 30px; margin: 32px 0 8px; }
.mw-btn .elementor-button, .elementor-widget-button.mw-btn .elementor-button, .mw-button, button.button, a.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 12px 24px; border: 0; border-radius: 999px; background: var(--mw-red); color: #fff; font-weight: 700; }
.mw-button-dark { background: var(--mw-ink); }
.mw-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.mw-card { background: #fff; border: 1px solid var(--mw-border); border-radius: var(--mw-radius); padding: 28px; box-shadow: 0 12px 30px rgba(0,0,0,.05); }
.mw-card h3 { font-family: Manrope, sans-serif; font-size: 17px; font-weight: 700; }
.mw-card p { color: var(--mw-muted); font-size: 14px; line-height: 1.65; }
.mw-icon { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; background: var(--mw-red); color: #fff; margin-bottom: 18px; }
.mw-brand-grid { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.mw-brand-card { overflow: hidden; border-radius: var(--mw-radius); background: #fff; border: 1px solid var(--mw-border); }
.mw-brand-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.mw-brand-card > .elementor-element:not(:first-child) { margin-left: 22px; margin-right: 22px; }
.mw-brand-card > .elementor-element:last-child { margin-bottom: 22px; }
.mw-brand-card h3 { font-size: 32px; margin: 0; }

.woocommerce .products { display: grid !important; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; margin: 0 !important; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; content: none !important; }
.woocommerce ul.products li.product { position: relative; float: none !important; clear: none !important; width: auto !important; margin: 0 !important; background: #fff; border: 1px solid var(--mw-border); border-radius: 22px; padding: 14px; overflow: hidden; display: flex; flex-direction: column; }
.woocommerce ul.products li.product { transition: transform .35s ease, box-shadow .35s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-8px); box-shadow: 0 22px 44px rgba(0,0,0,.12); }
.woocommerce ul.products li.product a img { transition: transform 1.2s ease; }
.woocommerce ul.products li.product:hover a img { transform: scale(1.06); }
.woocommerce ul.products li.product a img { aspect-ratio: 1/1; object-fit: contain; margin: 0 0 15px; border-radius: 14px; background: #fff; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: Manrope, sans-serif; font-size: 15px; font-weight: 700; line-height: 1.35; min-height: 42px; }
.woocommerce ul.products li.product .price { color: var(--mw-ink); font: 700 18px 'Bebas Neue'; }
.woocommerce span.onsale { background: var(--mw-red); min-width: auto; min-height: auto; line-height: 1; padding: 8px 11px; border-radius: 999px; }
.mw-wishlist-toggle { position: absolute; z-index: 4; top: 12px; right: 12px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--mw-border); border-radius: 50%; background: rgba(255,255,255,.94); color: var(--mw-ink); font-size: 20px; cursor: pointer; }
.mw-wishlist-toggle.is-active { color: var(--mw-red); }
.single-product .summary .mw-wishlist-toggle { position: static; margin: 18px 0; }
.mw-wishlist-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.mw-wishlist-grid .mw-card { padding: 16px; }
.mw-wishlist-grid img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.mw-wishlist-remove { border: 0; background: none; color: var(--mw-red); padding: 8px 0; }
.mw-shop-shell { padding: 70px max(20px, calc((100vw - var(--mw-width))/2)); min-height: 60vh; }
.mw-shop-hero { padding: 96px 0 76px; background: linear-gradient(110deg, #0d0d0e 55%, #351114); color: #fff; }
.mw-shop-hero h1 { margin: 10px 0 18px; color: #fff; font-size: 60px; line-height: .9; }
.mw-shop-hero p { color: rgba(255,255,255,.72); }
.mw-category-rail { background: #fff; border-bottom: 1px solid var(--mw-border); }
.mw-category-rail .mw-wrap { display: flex; gap: 25px; padding: 22px 0; overflow-x: auto; white-space: nowrap; font-size: 12px; font-weight: 700; }
.mw-category-rail a:hover, .mw-shop-filters a:hover { color: var(--mw-red); }
.mw-shop-layout { display: grid; grid-template-columns: 230px minmax(0,1fr); gap: 42px; padding-top: 64px; padding-bottom: 80px; }
.mw-shop-layout .mw-shop-shell { min-width: 0; padding: 0; }
.mw-shop-filters { position: sticky; top: 175px; align-self: start; padding: 25px; border: 1px solid var(--mw-border); border-radius: 20px; background: #fff; }
.mw-shop-filters h2 { margin-top: 0; font-size: 30px; }
.mw-shop-filters h3 { margin: 24px 0 10px; font: 700 13px Manrope, sans-serif; text-transform: uppercase; }
.mw-shop-filters ul { list-style: none; margin: 0; padding: 0; }
.mw-shop-filters li { margin: 9px 0; color: var(--mw-muted); font-size: 13px; }
.mw-filter-toggle, .mw-filter-close { display: none; }
.mw-load-more { display: block; margin: 32px auto 0; padding: 13px 28px; border: 1px solid var(--mw-ink); border-radius: 999px; background: transparent; font-weight: 700; }
.mw-shop-news { padding: 72px 0; background: var(--mw-ink); color: #fff; }
.mw-shop-trending { padding: 80px 0; background: var(--mw-surface-2); }
.mw-shop-trending h2 { margin: 10px 0 36px; font-size: 52px; }
.mw-shop-news .mw-wrap { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.mw-shop-news h2 { margin: 8px 0; color: #fff; font-size: 52px; }
.mw-shop-page > .elementor > .e-con:first-child { background: linear-gradient(110deg, #0d0d0e 55%, #351114); color: #fff; padding: 105px max(20px, calc((100vw - var(--mw-width))/2)) 80px !important; }
.mw-shop-page > .elementor > .e-con:first-child h1 { color: #fff; font-size: clamp(52px, 7vw, 80px); line-height: .9; }
.mw-shop-page > .elementor > .e-con:first-child p { color: rgba(255,255,255,.72); }
.mw-shop-page > .elementor > .e-con:nth-child(2) { padding: 70px max(20px, calc((100vw - var(--mw-width))/2)) !important; }
.mw-shop-page > .elementor > .e-con:nth-child(2) > * { width: min(100%, var(--mw-width)); margin-left: auto; margin-right: auto; }
.mw-shop-head { margin-bottom: 42px; }
.mw-shop-head h1 { font-size: clamp(48px, 7vw, 80px); margin: 0; }
.woocommerce div.product { padding: 65px max(20px, calc((100vw - var(--mw-width))/2)); background: #fff; }
.woocommerce div.product div.images img { border: 1px solid var(--mw-border); border-radius: 22px; }
.woocommerce div.product .product_title { font-size: clamp(42px,5vw,64px); line-height: .95; }
.mw-specs { clear: both; margin-top: 42px; padding: 28px; border: 1px solid var(--mw-border); border-radius: var(--mw-radius); background: #fff; }
.mw-specs dl { display: grid; grid-template-columns: minmax(120px, .4fr) 1fr; margin: 0; }
.mw-specs dt, .mw-specs dd { margin: 0; padding: 10px 0; border-bottom: 1px solid var(--mw-border); }
.mw-specs dt { font-weight: 700; }
.woocommerce div.product p.price { color: var(--mw-ink); font: 400 32px 'Bebas Neue'; }
.woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related { clear: both; padding-top: 55px; }
.woocommerce div.product section.related.products { display: block !important; float: none !important; width: 100% !important; }
.woocommerce div.product section.related.products > h2 { width: 100%; }
.woocommerce div.product section.related.products ul.products { display: grid !important; width: 100% !important; grid-template-columns: repeat(4, minmax(0,1fr)) !important; }
.woocommerce div.product form.cart .single_add_to_cart_button { min-height: 48px; border-radius: 999px; background: var(--mw-ink) !important; color: #fff !important; }
.woocommerce div.product form.cart .single_add_to_cart_button.disabled { opacity: .45; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--mw-red); }
.woocommerce-message:before, .woocommerce-info:before { color: var(--mw-red); }
.mw-empty { padding: 70px 25px; text-align: center; background: #fff; border: 1px dashed var(--mw-border); border-radius: var(--mw-radius); }
.mw-empty h2 { font-size: 38px; margin: 0 0 8px; }

.mw-contact-form { display: grid; gap: 15px; }
.mw-contact-form label { font-weight: 600; font-size: 13px; }
.mw-contact-form input, .mw-contact-form select, .mw-contact-form textarea { width: 100%; border: 1px solid var(--mw-border); border-radius: 14px; padding: 13px 15px; font: inherit; background: #fff; }
.mw-contact-form textarea { min-height: 150px; resize: vertical; }
.mw-notice { border-radius: 14px; padding: 14px 18px; background: #edf9ef; color: #176426; margin-bottom: 18px; }

@media (max-width: 1279px) {
  .mw-header-main { min-height: 73px; }
  .mw-nav, .mw-search { display: none; }
  .mw-search-toggle { display: grid; }
  .mw-menu-toggle { display: block; }
  .mw-search.is-open { display: flex; position: absolute; top: 100%; left: 20px; right: 20px; width: auto; z-index: 10; background: #fff; box-shadow: 0 14px 30px rgba(0,0,0,.12); }
  .mw-nav.is-open { display: flex; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 25px 24px; background: #fff; border-top: 1px solid var(--mw-border); box-shadow: 0 22px 40px rgba(0,0,0,.12); }
  .mw-nav.is-open a { padding: 13px 0; border-bottom: 1px solid var(--mw-border); }
  .mw-nav-group { border-bottom: 1px solid var(--mw-border); }
  .mw-nav-group summary { padding: 13px 0; }
  .mw-nav-group > div { position: static; width: auto; border: 0; border-radius: 0; box-shadow: none; padding: 0 0 8px 18px; }
}

@media (max-width: 767px) {
  .admin-bar .mw-header { top: 46px; }
  .mw-wrap { width: min(calc(100% - 40px), var(--mw-width)); }
  .mw-logo img { width: 84px; }
  .mw-header-tools { gap: 6px; }
  .mw-tool-account { display: none; }
  .mw-trustbar { display: none; }
  .mw-hero { min-height: 610px; text-align: center; }
  .home .mw-hero { min-height: calc(100vh - 101px) !important; }
  .mw-hero h1 { font-size: 36px; }
  .mw-hero p { font-size: 15px; }
  .mw-inner-hero { padding-top: 70px; padding-bottom: 55px; }
  .mw-inner-hero h1 { font-size: 48px; }
  .mw-section { padding-top: 58px; padding-bottom: 58px; }
  .mw-card-grid, .woocommerce .products { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
  .mw-card { padding: 20px; }
  .mw-brand-grid { grid-template-columns: 1fr; }
  .mw-footer { padding-top: 55px; }
  .mw-footer-grid { grid-template-columns: 1fr; gap: 0; }
  .mw-footer-about { display: none; }
  .mw-footer-column { border-bottom: 1px solid rgba(255,255,255,.1); }
  .mw-footer-column summary { margin: 0; padding: 15px 0; cursor: pointer; }
  .mw-footer-column summary:after { content: '+'; float: right; }
  .mw-footer-column[open] summary:after { content: '-'; }
  .mw-footer-column ul { padding-bottom: 12px; }
  .mw-footer-bottom { margin-top: 45px; flex-direction: column; }
  .woocommerce div.product { padding-top: 35px; }
  .woocommerce div.product div.summary { margin-bottom: 0; }
  .woocommerce div.product div.images img { min-height: 520px; object-fit: contain; }
  .woocommerce div.product section.related.products ul.products { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
  .mw-wishlist-grid { grid-template-columns: 1fr 1fr; }
  .mw-shop-hero { padding: 74px 20px 62px; }
  .mw-shop-hero h1 { font-size: 36px; }
  .mw-category-rail .mw-wrap { padding: 17px 0; }
  .mw-shop-layout { display: block; width: auto; padding: 38px 20px 58px; }
  .mw-filter-toggle { display: block; width: calc(100% - 40px); margin: 22px auto 0; padding: 13px 20px; border: 1px solid var(--mw-border); border-radius: 999px; background: #fff; font-weight: 700; }
  .mw-shop-filters { display: block; position: fixed; z-index: 1300; top: auto; right: 0; bottom: 0; left: 0; max-height: 86dvh; overflow: auto; border-radius: 28px 28px 0 0; transform: translateY(105%); transition: transform .3s ease; }
  .mw-shop-filters.is-open { transform: translateY(0); }
  .mw-filter-close { display: block; float: right; border: 0; background: none; font-size: 30px; }
  .mw-shop-news { padding: 58px 20px; }
  .mw-shop-trending { padding: 58px 20px; }
  .mw-shop-trending h2 { font-size: 40px; }
  .mw-shop-news .mw-wrap { width: 100%; flex-direction: column; align-items: flex-start; }
  .mw-shop-news h2 { font-size: 40px; }
  body.woocommerce .mw-shop-shell ul.products li.product.mw-mobile-hidden { display: none !important; }
}

@media (max-width: 420px) {
  .woocommerce ul.products li.product { padding: 9px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 12px; }
  .mw-footer-grid { grid-template-columns: 1fr; }
}

/* Homepage hero: preserve Elementor editability while matching the source grid. */
.home .mw-hero {
  min-height: 80vh !important;
}
.home .mw-hero > .e-con-inner {
  display: grid !important;
  grid-template-columns: 192px 238px 1fr !important;
  align-content: center !important;
  align-items: start !important;
  justify-content: start !important;
  column-gap: 14px !important;
  width: min(100%, 1344px) !important;
  max-width: 1344px !important;
  padding-inline: 56px !important;
}
.home .mw-hero > .e-con-inner > .elementor-widget-heading,
.home .mw-hero > .e-con-inner > .elementor-widget-text-editor {
  grid-column: 1 / 4;
  justify-self: start !important;
  margin-left: 0 !important;
}
.home .mw-hero > .e-con-inner > .elementor-widget-button:nth-child(3) { grid-column: 1; justify-self: stretch !important; }
.home .mw-hero > .e-con-inner > .elementor-widget-button:nth-child(4) { grid-column: 2; justify-self: stretch !important; }
@media (min-width: 768px) {
  .home .mw-hero > .e-con-inner > .elementor-widget-heading { transform: translateX(max(-306px, calc(366px - 50vw))); }
  .home .mw-hero > .e-con-inner > .elementor-widget-text-editor { transform: translateX(max(-346px, calc(326px - 50vw))); }
  .home .mw-hero > .e-con-inner > .elementor-widget-button:nth-child(3) { transform: translateX(max(-551px, calc(121px - 50vw))); }
  .home .mw-hero > .e-con-inner > .elementor-widget-button:nth-child(4) { transform: translateX(max(-291px, calc(381px - 50vw))); }
}
body.home .mw-hero h1.elementor-heading-title {
  max-width: 620px;
  color: #fff !important;
  font-size: 72px !important;
  text-align: left !important;
}
body.home .mw-hero .elementor-widget-text-editor,
body.home .mw-hero .elementor-widget-text-editor p {
  max-width: 540px;
  color: #fff !important;
  font-size: 20px;
  line-height: 1.45;
  text-align: left !important;
}
.home .mw-hero .elementor-widget-button .elementor-button {
  width: 100%;
  min-height: 48px;
}
.home .mw-hero .elementor-widget-button:last-child .elementor-button {
  border: 1px solid #fff;
  background: rgba(255,255,255,.1);
}

@media (max-width: 767px) {
  .home .mw-hero {
    min-height: 630px !important;
  }
  .home .mw-hero > .e-con-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    padding-inline: 20px !important;
    text-align: center;
  }
  body.home .mw-hero h1.elementor-heading-title {
    max-width: 350px;
    font-size: 36px !important;
    text-align: center !important;
  }
  body.home .mw-hero .elementor-widget-text-editor,
  body.home .mw-hero .elementor-widget-text-editor p {
    max-width: 350px;
    font-size: 18px;
    text-align: center !important;
  }
  .home .mw-hero .elementor-widget-button,
  .home .mw-hero .elementor-widget-button .elementor-button {
    width: 100%;
    align-self: stretch !important;
  }
}
