.elementor-5944 .elementor-element.elementor-element-7b74b6b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-5944 .elementor-element.elementor-element-659ae683{width:100%;max-width:100%;}.elementor-5944 .elementor-element.elementor-element-659ae683 > .elementor-widget-container{padding:0px 0px 0px 0px;}}/* Start custom CSS for synckhomev1header, class: .elementor-element-659ae683 *//* =========================================================
   Cyber Castellum — Header Responsive Fix
   Mobile/Tablet header shows ONLY: Logo | Contact Us | Hamburger

   Paste into: Elementor/Theme > Custom CSS
   (site-wide, since the header appears on every page)
   ========================================================= */


/* ---------- TABLET + MOBILE (≤991px) ---------- */

@media (max-width: 991px) {

  /* Duplicate desktop CTA block (phone number + second Contact Us
     button on the far right) — not needed, the compact button
     in header-left-right covers this */
  .header-right {
    display: none !important;
  }

  /* Remove "Free Consultation" entirely */
  .header-left-right .mobile-book-btn {
    display: none !important;
  }

  .custom-row.align-items-center.justify-content-between {
    flex-wrap: nowrap !important;
  }

  .header-area .custom-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .header-left {
    width: 100% !important;
    justify-content: space-between !important;
  }

  .header-left-right {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-shrink: 0 !important;
  }

  /* Base Contact Us button look — sizing overridden per
     breakpoint below. Hover/focus/active match the resting
     state exactly so nothing changes on tap/hover. */
  .header-left-right .theme-btn,
  .header-left-right .theme-btn:hover,
  .header-left-right .theme-btn:focus,
  .header-left-right .theme-btn:active {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    border-radius: 6px !important;
    transform: none !important;
    box-shadow: none !important;
    transition: none !important;
  }

  .menu-bar {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
  }
}


/* ---------- TABLET (768px–991px) ---------- */

@media (min-width: 768px) and (max-width: 991px) {

  .logo img {
    max-width: 160px !important;
    width: 160px !important;
    height: auto !important;
  }

  .header-left-right .theme-btn,
  .header-left-right .theme-btn:hover,
  .header-left-right .theme-btn:focus,
  .header-left-right .theme-btn:active {
    height: 44px !important;
    padding: 0 22px !important;
    font-size: 15px !important;
  }

  .menu-bar {
    margin-left: 8px !important;
    font-size: 24px !important;
  }
}


/* ---------- MOBILE (481px–767px) ---------- */

@media (min-width: 481px) and (max-width: 767px) {

  .logo img {
    max-width: 130px !important;
    width: 130px !important;
    height: auto !important;
  }

  .header-left-right .theme-btn,
  .header-left-right .theme-btn:hover,
  .header-left-right .theme-btn:focus,
  .header-left-right .theme-btn:active {
    height: 38px !important;
    padding: 0 16px !important;
    font-size: 14px !important;
  }

  .menu-bar {
    margin-left: 6px !important;
    font-size: 22px !important;
  }
}


/* ---------- SMALL PHONES (≤480px) ---------- */

@media (max-width: 480px) {

  .logo img {
    max-width: 110px !important;
    width: 110px !important;
    height: auto !important;
  }

  .header-left-right .theme-btn,
  .header-left-right .theme-btn:hover,
  .header-left-right .theme-btn:focus,
  .header-left-right .theme-btn:active {
    height: 34px !important;
    padding: 0 12px !important;
    font-size: 12px !important;
    border-radius: 5px !important;
  }

  .menu-bar {
    margin-left: 4px !important;
    font-size: 20px !important;
  }
}/* End custom CSS */