/* EasyMarks Custom Overrides - Sticky Calculator & Reduced Side Space */
.sub-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
    min-height: auto !important;
    height: auto !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    transition: padding 0.3s ease !important;
}
.sub-header > .container {
    max-width: 96% !important;
}
/* Collapsed state - only show calculator */
.sub-header.collapsed {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.sub-header.collapsed .sub-header__block > h2 {
    display: none !important;
}
.sub-header.collapsed .pre-order-wrp {
    margin-top: 0 !important;
}

/* Hide navigation menu instantly via CSS (no flash) */
nav.nav,
.container.nav-container {
  display: none !important;
}

/* Calculator form left alignment */
.pre-order-wrp {
  max-width: 900px;
  margin: 0 auto 0 80px !important;
}

/* Prevent content from going under sticky calculator */
.sub-header {
  transition: padding 0.3s ease, min-height 0.3s ease;
}

/* Show WhatsApp number in header on all screen sizes */
.header-phone__num {
    display: inline-block !important;
    color: #2c3e6b;
    font-weight: 600;
    font-size: 15px;
}

/* Show WhatsApp number in footer */
.footer-links-tel {
    display: inline-block !important;
}
