.elementor-25 .elementor-element.elementor-element-2b307da{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:0px;--padding-right:0px;--padding-bottom:0px;--padding-left:0px;}/* Start custom CSS for html, class: .elementor-element-81bc1d7 */* { margin: 0; padding: 0; box-sizing: border-box; }
  body {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #f1f1f1;
    color: #0b2347;
    line-height: 1.4;
  }
  .flyer {
    max-width: 1040px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
  }

  /* ===== HERO ===== */
  .hero {
    background: linear-gradient(135deg, #0b2347 0%, #0f3260 100%);
    color: #fff;
    padding: 40px 50px 60px;
    position: relative;
    overflow: hidden;
  }
  .hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
  }
  .hero-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
  }
  .hero-logo-icon {
    width: 70px;
    height: 60px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23f5b324' stroke-width='3'><path d='M6 30 L32 8 L58 30 L58 56 L6 56 Z'/><rect x='14' y='34' width='10' height='18' stroke='%23ffffff'/><rect x='27' y='34' width='10' height='18' stroke='%23ffffff'/><rect x='40' y='34' width='10' height='18' stroke='%23ffffff'/></svg>") no-repeat center / contain;
  }
  .hero h1 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 6px;
    color: #ffffff;
  }
  .hero h2 {
    font-size: 78px;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -1px;
    color: #ffffff;
  }
  .hero h2 .accent { color: #f5b324; }
  .hero .tagline-bar {
    background: rgba(255,255,255,0.08);
    display: inline-block;
    padding: 8px 18px;
    margin-top: 18px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 3px;
  }
  .hero .tagline-bar .dot { color: #f5b324; }
  .hero .repair-all {
    margin-top: 22px;
    font-size: 17px;
    font-weight: 700;
  }
  .hero .repair-all-sub {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #f5b324;
    border-bottom: 2px solid #f5b324;
    display: inline-block;
    padding-bottom: 4px;
    margin-top: 4px;
  }
  .hero-right {
    position: relative;
    min-height: 340px;
    background: linear-gradient(180deg,#fff 0%, #e8eef6 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7c93;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
  }
  .hero-right .placeholder { padding: 20px; }
  .badge {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 130px;
    background: #f5b324;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #0b2347;
    font-weight: 900;
    text-align: center;
    border: 4px dashed #fff;
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
  }
  .badge .stars { font-size: 12px; letter-spacing: 2px; }
  .badge .top { font-size: 13px; letter-spacing: 2px; }
  .badge .big { font-size: 22px; line-height: 1; margin: 4px 0; }

  /* ===== SERVICES ===== */
  .services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 50px;
  }
  .service-list { display: flex; flex-direction: column; gap: 22px; }
  .service-item {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 18px;
    border-left: 4px solid #f5b324;
    padding-left: 18px;
    align-items: center;
  }
  .service-icon {
    width: 60px;
    height: 60px;
    border: 2.5px solid #0b2347;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #0b2347;
  }
  .service-text h3 {
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
    color: #0b2347;
    margin-bottom: 4px;
  }
  .service-text p {
    font-size: 13px;
    color: #4a5b75;
    line-height: 1.45;
  }

  /* ===== GALLERY / CTA ===== */
  .right-col { display: flex; flex-direction: column; gap: 14px; }
  .gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .gallery-img {
    height: 130px;
    background: linear-gradient(135deg, #cdd6e3, #94a3b8);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
  }
  .cta-box {
    background: #0b2347;
    color: #fff;
    border: 3px solid #f5b324;
    border-radius: 12px;
    padding: 22px;
    text-align: center;
    margin-top: 8px;
  }
  .cta-box .cta-label {
    color: #f5b324;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 8px;
  }
  .cta-box .cta-phone {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
  }
  .cta-box .phone-circle {
    width: 42px;
    height: 42px;
    background: #f5b324;
    color: #0b2347;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
  }

  /* ===== FEATURES STRIP ===== */
  .features {
    background: #0b2347;
    color: #fff;
    padding: 30px 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    border-top: 3px solid #f5b324;
  }
  .feature {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 14px;
    align-items: center;
  }
  .feature-icon {
    width: 46px;
    height: 46px;
    background: #f5b324;
    color: #0b2347;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 900;
  }
  .feature h4 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
    color: #ffffff;
  }
  .feature p { font-size: 11px; color: #c3cbd9; margin-top: 3px; }

  /* ===== FOOTER ===== */
  .footer-row {
    background: #f3f3f3;
    padding: 18px 50px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 20px;
    align-items: center;
  }
  .timing {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .clock {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #0b2347;
    color: #f5b324;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
  }
  .timing-text .label {
    font-size: 12px;
    font-weight: 700;
    color: #0b2347;
    letter-spacing: 2px;
  }
  .timing-text .hours {
    font-size: 18px;
    font-weight: 900;
    color: #0b2347;
  }
  .timing-text .hours span { color: #f5b324; }
  .timing-text .days {
    background: #f5b324;
    color: #0b2347;
    font-size: 11px;
    font-weight: 800;
    padding: 2px 8px;
    display: inline-block;
    margin-top: 3px;
    letter-spacing: 1px;
  }
  .satisfaction {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 900;
    color: #0b2347;
  }
  .satisfaction .pct { font-size: 26px; }
  .satisfaction .stars { color: #f5b324; font-size: 12px; }
  .satisfaction .txt { font-size: 10px; letter-spacing: 1px; }
  .satisfaction .guar {
    background: #0b2347;
    color: #fff;
    font-size: 9px;
    padding: 2px 8px;
    margin-top: 2px;
    letter-spacing: 1px;
  }
  .response {
    background: #0b2347;
    color: #fff;
    padding: 12px 18px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
  }
  .response .truck {
    background: #f5b324;
    color: #0b2347;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
  .response-text {
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .response-text span { color: #f5b324; }

  .ribbon {
    background: #f5b324;
    color: #0b2347;
    text-align: center;
    padding: 12px;
    font-weight: 900;
    letter-spacing: 4px;
    font-size: 15px;
  }
  .ribbon .sep { color: #0b2347; margin: 0 10px; }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 820px) {
    .hero { padding: 30px 25px 50px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero h2 { font-size: 52px; }
    .services { grid-template-columns: 1fr; padding: 30px 25px; }
    .features { grid-template-columns: 1fr 1fr; padding: 25px; }
    .footer-row { grid-template-columns: 1fr; text-align: center; }
    .timing, .response { justify-content: center; }
  }/* End custom CSS */