/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

header.header {
    position: sticky;
    top: 0;
    z-index: 999;
}

.body-wrapper::after{
background:none !important:
}

/* ═══════════════════════════════════════════════════════
top header bar
═══════════════════════════════════════════════════════ */
body {font-size: 16px;font-family: arial, helvetica, sans-serif !important;}

.top-bar {
background: #292A69;
padding: 8px 0;
color: #fff;
text-align: right;
}
.container {
width: 90%;
max-width: 1200px;
margin: auto;
}
.top-bar a {
color: #fff;
text-decoration: none;
font-size: 15px;
margin: 0 8px;
font-weight: 600;
}
p.dlv-def {
margin: 0;
}
.gb-link:hover, a:hover {
color: white;
}

a.model-card-link:hover, a.scard-link:hover {
color: #2a2b69 !important;
}

a {
text-decoration: none;
color: inherit;
}

.hamburger-icon .line{
    background: rgb(42 42 105) !important;
}
  
  .rail{max-width:1320px;margin:0 auto;width:90%;}


 
/* ═══════════════════════════════════════════════
   footer
═══════════════════════════════════════════════ */
  
  .site-footer {
    background: #f7f7f7;
    font-size: 14px;
    color: #1f2e4d;
  }
  .custom-footer .row.hhs-foot-nav-cols .col-lg.col-12.col-md-6:nth-child(1) {
      flex: 1.4 !important;
  }
  .custom-footer .row.hhs-foot-nav-cols .col-lg.col-12.col-md-6:nth-child(3) {
      flex: 1.2 !important;
  }

nav#hhs-main-nav .hhs-header-cta a.cta-primary {
    background: #a12027;
    padding-right: 35px !important;
    font-size: 12px !important;
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%);
}

nav#hhs-main-nav .hhs-header-cta a.cta-primary:hover {
    background: #A12027 !important;
}


/*form style*/
  .hsfc-FormWrapper  .hsfc-Step__Content {
    padding: 0 !important;
}

.hsfc-Step__Content label {
    display: block !important;
    font-family: arial;
    font-size: 13px !important;
    font-weight: 700;
    color: #353779 !important;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 700 !important;
}

.hsfc-Step__Content input, .hsfc-Step__Content textarea {
    border: 1px solid var(--rule) !important;
    background: var(--soft) !important;
    font-family: arial !important;
    font-size: 14px !important;
    color: var(--ink) !important;
    transition: all 0.2s !important;
}

.hsfc-Step__Content .hsfc-NavigationRow__Buttons button {
    width: 100% !important;
    background: #2a2a69;
}
  
  .hsfc-FormWrapper .hsfc-Step__Content label span {
    font-size: 12px !important;
}

@media (max-width: 780px) {
  nav#hhs-main-nav .hhs-nav-grid__extras .hhs-extras-ctas {
      display: none !important;
  }
}


  /* Top Section */
  .footer-top {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    flex-wrap: wrap;
  }

  .footer-col {
    flex: 1;
    min-width: 180px;
    margin-bottom: 20px;
  }

  .footer-col h4 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
  }

  .footer-col ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
  }

  .footer-col ul li {
    margin-bottom: 8px;
    padding: 0;
  }

  .footer-col ul li a {
    text-decoration: none;
    color: #1f2e4d;
    transition: 0.3s ease;
  }

  .footer-col ul li a:hover {
    color: #2f4b7c;
  }

  /* Social Icons */
  .social-icons {
    margin-top: 15px;
    display: flex;
    gap: 10px;
  }

  .social-icons a {
    width: 34px;
    height: 34px;
    background: #1f2e4d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
  }

  .social-icons a:hover {
    background: #2f4b7c;
  }

  /* Bottom Section */
  .footer-bottom {
    border-top: 1px solid #ddd;
    padding: 20px 0;
    background: #f7f7f7;
  }

  .bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .bottom-content p{
    margin: 0;   
  }

  .bottom-links a {
    margin-left: 20px;
    text-decoration: none;
    color: #1f2e4d;
  }

  .bottom-links a:hover {
    text-decoration: underline;
  }
  footer.site-footer p, footer.site-footer a, footer.site-footer h4 {
    color: #0f0f14 !important;
  }

/* ========================================
   MOBILE STICKY CALL BUTTON (BIGGER)
   ======================================== */

.mobile-sticky-call {
  display: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  align-items: center;
  gap: 10px;
  background-color: #c41e3a;
  color: #ffffff;
  padding: 16px 28px;        /* bigger padding */
  border-radius: 50px;
  text-decoration: none;
  font-family: inherit;
  font-size: 17px;           /* bigger text */
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);  /* stronger shadow */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mobile-sticky-call__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.mobile-sticky-call__icon svg {
  width: 22px;             /* bigger icon */
  height: 22px;
}

.mobile-sticky-call:active {
  transform: scale(0.96);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}

.hhs-foot-base-nav {
    display: none;
}

.hsfc-Step__Content input.hsfc-FileInput {
    padding: 10px !important;
    width: 100%;
}

/* Show only on mobile/tablet */
@media (max-width: 768px) {
  .mobile-sticky-call {
    display: inline-flex;
  }
  .rail {
    width: 95%;
  }
}

/* Small screens */
@media (max-width: 360px) {
  .mobile-sticky-call {
    padding: 14px 22px;
    font-size: 16px;
    bottom: 18px;
    right: 18px;
  }
  .mobile-sticky-call__icon svg {
    width: 20px;
    height: 20px;
  }
}