/* .header .navbar, .header .navbar.bg-primary {
    z-index: 3 !important;
  }

  .cw-translate-spanish-btn {
    z-index: 4 !important;
    margin: -68px 1rem 1rem !important;
  } */

.header {
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(https://apihoard.webit.com/api/v1/Image/9D2F157306A22E0559E05CFB4A0D0875/9D2F157306A22E0559E05CFB4A0D0875.jpg?size=1920x1440);
    background-size: cover;
}

.contact-companyinfo a {
    display: block;
}

.form-control:focus,
.productdetails-payment select:focus {

    background: #417558 !important;
    color: white !important;

}

.text-dark {
    color: #00294d !important;
}

@media (max-width: 767px) {
    .wb__title h1 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .wb__title h1 {
        font-size: 3.5rem;
    }
}



    /* Home - Hero Section
    =================================================================================================*/

    .cw-contact-callout {
        background: #00A893;
        padding: 1.5em 1em;
        text-align: center;
    }
    .cw-contact-callout-text {
        color: var(--color-theme-text-btn);
        margin: 0;
        font-size: 1.5em;
    }

    .cw-contact-callout-text a {
        color: var(--color-theme-text-btn);
    }
    .cw-contact-callout-text a:hover {
        color: var(--color-theme-text);
    }



    /* Hero */
    .cw-hero {
        background: url(https://apihoard.webit.com/api/v1/Image/07B68C58BC1BBBA1319E834C9F342148/07B68C58BC1BBBA1319E834C9F342148.png?size=1920x1440) no-repeat 65% top;
        margin-top: -1px;
        display: block;
        position: relative;
        overflow: hidden;
        padding-top: 7em;
        padding-bottom: 7em;
        min-height: 700px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
      background-attachment: fixed;
    }
    @media(max-width: 567px){
        .cw-hero {
            padding-top: 3em;
            padding-bottom: 3em;
            min-height: 410px;
        }   

    }

    .cw-hero:after {
        overflow: hidden;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: rgba(18, 39, 64, 0.6);
    }

    .cw-hero .cw-hero-container {
        position: relative;
        z-index: 2;

    }

    .cw-hero-content {
        color: #fff;
        max-width: 800px;
        margin: auto;   
        text-align: center;
    }



    .cw-hero-lines {
        position: relative;
        text-align: center;
    }
    .cw-hero-lines span {
        display: inline-block;
        vertical-align: middle;
        max-width: 55%;
    }

    .cw-hero-lines::before,
    .cw-hero-lines::after {
        content: ' ';
        height: 3px;
        width: 10%;
        background: #EFC640;
        display: inline-block;
        vertical-align: middle;
    }

    .cw-hero-headline {
        line-height: 1.15;
    }

    @media(max-width: 567px){
        .cw-hero-headline {
            font-size: 1rem;
        }
    }


    .cw-hero-text {
        font-size: 1.2em;
        max-width: 520px;
        margin: auto;
    }

    .cw-hero-btm-line {
        height: 3px;
        width: 75%;
        background: #EFC640;
        margin: 25px auto;
    }

    .btn-outline-primary,
    .btn-outline-primary:focus {
        background-color: var(--color-theme-trans);
        color: var(--color-theme-text-btn);
        border-color: var(--color-theme-text-btn);
    }

    .btn-outline-primary:hover,
    .btn-outline-primary:not([disabled]):not(.disabled).active,
    .btn-outline-primary:not([disabled]):not(.disabled):active,
    .show > .btn-outline-primary.dropdown-toggle {
        background-color: var(--color-theme-secondary);
        color: var(--color-theme-text-btn) !important;
        border-color: var(--color-theme-secondary);
    }

    .btn-outline-primary:before {
        background: var(--color-theme-secondary);
    }

    .btn-dark {
        background: rgba(0,0,0,0.7);
    }

    .btn-dark:hover {
        color: #fff;
        background-color: rgba(0,35,31, 0.8);
        border-color: transparent;
    }







    /* 'said hero? according to the ai doc sent in' */
.cw-home {
    padding: 80px 0;
  }
  
  .cw-headline {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.3;
  }
  
  .hero-image {
    max-width: 520px;
  }
  
  /* PROBLEM / SOLUTION */
  .cw-problem-solution {
    padding: 70px 0;
  }
  
  .cw-ps-card {
    padding: 40px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  }
  
  .cw-ps-problem {
    font-size: 1.2rem;
    font-weight: 500;
  }
  
  .cw-ps-solution {
    font-size: 1.1rem;
    color: #555;
  }
  
  /* CORE SERVICES */
  .cw-core-services {
    padding: 80px 0;
  }
  
  .cw-service-card {
    padding: 40px 30px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  }
  
  .cw-service-card h4 {
    font-weight: 600;
  }
  
  .cw-service-link {
    display: inline-block;
    margin-top: 15px;
    font-weight: 500;
    text-decoration: none;
  }
  
  /* FINAL CTA */
  .cw-final-cta {
    padding: 80px 0;
    background: linear-gradient(45deg, #003d73ab, #003d73ab), url(https://apihoard.webit.com/api/v1/Image/7B365E9CB422B97A15589C3E147A45FB/7B365E9CB422B97A15589C3E147A45FB.png?size=1920x1440);
    background-size: cover;
    background-attachment: fixed;
  }
  
  .cw-final-cta h3 {
    font-weight: 600;
    color: #fff;
  }





  /* Bilingual Wealth Movement
    =================================================================================================*/



  .wealth-hero {
    background: linear-gradient(#15273f91,#15273f91),url("https://apihoard.webit.com/api/v1/Image/2B5BA0E0B5D67E405ADB461AE22A85B9/2B5BA0E0B5D67E405ADB461AE22A85B9.jpg?size=Original") no-repeat center center;
    margin-top: -1px;
    overflow: hidden;
    padding-top: 8.5em;
    padding-bottom: 7em;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
  }
  
  @media(max-width: 567px) {
    .wealth-hero {
        padding-top:3em;
        padding-bottom: 3em;
        min-height: 410px
    }
  }
  
  .wealth-hero .wealth-hero-container {
    z-index: 2
  }
  
  .wealth-hero-lines span {
    display: inline-block;
    vertical-align: middle;
    max-width: 55%;
    margin: 0 8px
  }
  
  .wealth-hero-lines::before,.wealth-hero-lines::after {
    content: ' ';
    height: 3px;
    width: 10%;
    background: #ECC648;
    display: inline-block;
    vertical-align: middle
  }
  
  .wealth-hero .display-4 {
    font-size: 2rem
  }
  
  .wealth-hero-btm-line {
    height: 3px;
    width: 75%;
    background: #ECC648;
    margin: 25px auto
  }
  
  @media(min-width: 440px) {
  }
  
  @media(min-width: 768px) {
    .wealth-hero .display-4 {
        font-size:3rem
    }
  
    .wealth-hero {
        padding-bottom: 8em
    }
  }


  .modpad {
    padding-left: 0;
    padding-right: 0;
  }

  @media (min-width: 992px) {
    .modpad {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  @media (min-width: 769px) {
    .modpad {
      padding-left: 25px;
      padding-right: 25px;
    }
  }

  .webit-services-wrapper {
    max-width: 750px;
  }

  .webit-services-list {
    margin-bottom: -9px;
  }

  .webit-services-list li {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 32px;
  }

  .webit-services-list li::before {
    float: left;
    overflow: hidden;
    width: 22px;
    height: 22px;
    content: "";
    margin-left: -30px;
    background-image: url("https://apihoard.webit.com/api/v1/Image/00959237DC6D875E6AA59B73ED13AD29/00959237DC6D875E6AA59B73ED13AD29.png?size=Original");
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  @media (min-width: 768px) {
    .page-home .webit-services .container {
      padding-top: 3.5em;
      padding-bottom: 3.5em;
    }

    .webit-services .container {
      max-width: 100%;
    }
  }

  @media (min-width: 1350px) {
    .webit-services .container {
      max-width: 90%;
    }
  }

  @media (min-width: 1450px) {
    .webit-services .container {
      max-width: 80%;
    }
  }

  @media (min-width: 1730px) {
    .webit-services .container {
      max-width: 70%;
    }
  }

  .cw-delivery-steps .circle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: var(--color-theme-primary);
  }

  @media (min-width: 576px) {
    .cw-delivery-steps .card-deck {
      -ms-flex-flow: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-flow: column;
      margin-right: -15px;
      margin-left: -15px;
      margin-bottom: 15px;
    }
  }

  @media (min-width: 768px) {
    .cw-delivery-steps .card-deck {
      -ms-flex-flow: row wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px;
    }
  }

  .cw-delivery-steps .cw-border {
    position: relative;
    display: block;
    width: 85%;
    margin: 0 auto;
  }


  .cw-get-involved {
    background-color: #ffffff;
    padding: 2rem 2rem;
    margin: 0 7rem 7rem;
    border-radius: 1rem;
    border: 1px solid #cdcdcd;
    box-shadow: 6px 6px 13px #d1d1d1;
  }

  /* Card styling */
  .cw-service {
    background-color: #17273f;
    padding: 2rem;
    border-radius: 0.75rem;
    height: 100%;
    margin-bottom: 2rem; /* space between stacked cards */
  }

  .cw-service h5 {
    color: #fff;
    margin-bottom: 0.75rem;
  }

  .cw-service p {
    color: #fff;
    margin-bottom: 0;
  }

  /* Optional: add spacing between columns on desktop */
  @media (min-width: 768px) {
    .cw-service {
      margin-bottom: 0;
    }

    .row > div[class*="col-md-6"]:first-child {
      padding-right: 1rem;
    }

    .row > div[class*="col-md-6"]:last-child {
      padding-left: 1rem;
    }
  }