.cus-btn1{
    background: transparent !important;
    border-radius: 5px !important;
    border: 2px solid white !important;
    display: inline-block;
    text-decoration: none;
}

.cus-btn2{
    background: transparent !important;
    border-radius: 5px !important;
    border: 2px solid #ec1e24 !important;
    display: inline-block;
    padding: 0.6rem 1.2rem;
    color: #ec1e24;
    text-decoration: none;
}
.cus-btn3{
    background: #ec1e24 !important;
    border-radius: 5px !important;
    padding: 0.6rem 1.2rem;
    border: 2px solid #ec1e24 !important;
    display: inline-block;
    color: white;
    text-decoration: none;
}
.form-header {
    margin-block: 0px;
}
.form {
    background-color: #ec1e2469;
}

.accordion-button::after {
    background-color: #2d2d2d;}
    
.accordion-item {
    border: 1px solid #ec1e24 !important;
}

.cus-btn2{
    background: transparent !important;
    border-radius: 5px !important;
    border: 2px solid #005a94 !important;
    display: inline-block;
}

.uppercase{
    text-transform: uppercase;
}

.cus-list{
    color: white;
    background: rgba(255,255,255, 0.2);
    padding: 0.5rem;
    border-radius: 3px;
    margin-block: 10px;
    text-align: center;
}

.team-img{
    margin-top: 30px;
}
.team-img img{
    border-radius: 3px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 20px;
}

#cus-nav{
    transition: all 200ms ease;
}
.correct-space {
        margin-bottom: .5 rem;
    }
.rounded-sm{
    border-radius: 8px;
}

@media (max-width: 992px){
    #cus-nav{
        background-color: black !important;
    }
    .container-fluid{
        padding-inline: 10px !important;
    }
    .cus-img{
        height: 400px;
    }
    .cus-title{
        font-size: 25px !important;
    }
    .locations-col{
        padding: 100px 30px !important;
    }
}
@media (max-width: 768px) {
    .call-out {
        padding-bottom: 0px;
    }
}
@media (min-width: 1640px) and (max-width: 1855px) {
    .correct-space {
        margin-bottom: 51px;
    }
}
.remove-border:after{
    display: none !important;
}













/*POPUP STYLES*********************************/
.cus-service h3{
    margin-top: 20px;
}
.cus-service img{
    border-radius: 2px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
  .popup-overlay {
    display: none ;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
  }

  .popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    position: relative;
    text-align: center;
    box-sizing: border-box;
    animation: popupFadeIn 0.3s ease-out;
  }

  .popup-close {
    position: absolute;
    top: 10px;
    right: 18px;
    cursor: pointer;
    font-size: 24px;
    color: #888;
    transition: color 0.2s ease;
  }

  .popup-close:hover {
    color: #000;
  }

    .popup-btn{
        background: transparent !important;
        padding: 0.5rem 1.3rem;
        border-radius: 4px !important;
        border: 2px solid #ec1e24 !important;
        display: inline-block;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    
  @keyframes popupFadeIn {
    from {
      opacity: 0;
      transform: scale(0.95);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  /* Responsive font size */
  #popup-text {
    font-size: 1rem;
  }

  @media (max-width: 480px) {
    .popup-content {
      padding: 15px;
    }

    .popup-close {
      top: 5px;
      right: 10px;
      font-size: 22px;
    }

    #popup-text {
      font-size: 0.95rem;
    }
  }
/*POPUP STYLES*********************************/