.btn-blue {
    border-radius: 5px;
    border: 1px solid transparent;
    background-color: #003B4D !important;
    color: #FFFFFF !important;
}
.text-deep-blue{
    color:#003B4D !important;
}
.d-inline{
    display: inline;
}
.my-sm {

}
h2{
    font-size: 36px;
    color: #007078;
}

.contactModal .modal-header {
    border-bottom: 0px;
}

.contactModal .py-sm, .contact .py-sm{
    padding: 10px 0px 10px 0px;
}

.contactModal .my-sm, .contact .my-sm{
    margin: 20px 0px 20px 0px;
}
.contactModal .modal-content{
    border-radius: 10px;
}
.contactModal .close{
    font-weight: 200;
}
.contactModal a{
    font-weight: 500;
    text-decoration: none !important;
}
.contactModal .modal-dialog {
    margin-top: 150px;
}
.contactModal .modal-title {
    font-weight: 700;
}
.contactModal .modal-header{
    display: block;
}

/* Plumbing Quote CSS */
/* The container that will slide in from the right */
.modal-container {
    position: fixed;
    right: -100%;
    top: 0;
    width: 75%;
    height: 100%;
    background-color: white;
    z-index: 1000;
    transition: right 0.5s ease;
    box-shadow: -2px 0 5px rgba(0,0,0,0.2);
    overflow-y: auto;
    /*padding-top: 20px;*/
}

.modal-container.alignfull {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.modal-container .modal-body {
    /*background-color: #F8F4F2;*/
    background-color: #ffffff;
    min-height: 100%;
}
.modal-body .question-title {
    color: #007078;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px !important;
}
.modal-container .modal-footer{
    border-radius: 0;
    display: block;
}
.modal-container .modal-footer a, .contact a{
    text-decoration:none;
}
.no-margin{
    padding-top:0px !important;
}

/* Modal overlay to fade the background */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    z-index: 1000; /* Place the overlay below the modal */
    display: none; /* Hide the overlay initially */
}

/* Show the overlay when the modal is active */
.modal-active #modal-overlay {
    display: block;
}
/*.modal-content .quote-form-header {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

.modal-container .quote-form-header h3{
    margin: 0;
}

.close {
    font-size: 24px;
    cursor: pointer;
}

/* When the container is active */
.modal-container.active{
    right: 0;
}

.plumbing-question-form {
    margin-top: 20px;
}
.modal-container{
    margin-top: 0px;
}
.modal-header{
    border:0;
    display: block;
}
.bg-teal {
    background-color: #007078;
}
.text-teal{
    color:#007078 !important;
}
.bg-shade2{
    background-color: #004E54;
}
.bg-green{
    background-color: #003B4D;
}
.text-lime {
    color:#C5E552 !important;
}
.bg-lime{
    background-color: #C5E552;
}

button.close-modal {
    padding: 0;
    background-color: transparent;
    border: 0;
    font-weight: 200;
}

input[type="radio"].custom-radio-input, input[type="radio"].slot-radio-input {
    display: none !important; /* Hide the radio input */
}
/* Style the custom radio as a span with borders */
.custom-radio {
    display: inline-block;
    padding: 10px 20px;
    margin: 3px;
    border: 1px solid #003B4D;
    border-radius: 30px; /* Make it oval */
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
    font-size: 16px;
    color: #003B4D;
}

/* Hover state */
.custom-radio:hover {
    border-color: #003B4D;
}

/* Style when the radio input is checked */
input[type="radio"]:checked + .custom-radio {
    background-color: #C5E552;
    color: #003B4D;
    border-color: #C5E552;
}

.border-sm {
    border-radius: 5px;
}

.input-border{
    border: 1px solid #003B4D;
}
.input-border:focus{
    border: 1px solid #003B4D;
}
.price-details .price{
    font-size: 3.5rem;
}
/*.price-details .description ul{*/
/*    list-style: none;*/
/*}*/
/*.price-details .description ul li{*/
/*    padding:10px;*/
/*    border-bottom: 1px solid #4D9BA1;*/
/*}*/
/*.price-details .description ul li:first-child {*/
/*    border-top: 2px solid #4D9BA1;*/
/*}*/

.w-40 {
    width: 40% !important;
}
a{
    color:#003B4D;
}
a:hover{
    color:#007078;
}
.modal-footer img.img{
    height: 30px;
}

#getaddress_dropdown{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 1px solid #003B4D;
    margin-top:5px;
    margin-bottom:5px;
    margin-right: 2px;
}
#getaddress_input {
    display: none;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #003B4D;
}
#getaddress_button{
    display: none;
    height: calc(1.5em + .75rem + 2px);
    background-color: #003B4D !important;
    color: #FFFFFF !important;
    width:25%;
}
input[type=radio], input[type="checkbox"]{
    accent-color: #003B4D;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #003B4D;
    background-color: #003B4D;
}
.border-green-deep{
    border-color:#003B4D !important;
}
.text-green-deep{
    color:#003B4D;
}
#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* White with transparency */
    backdrop-filter: blur(5px); /* Blur background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#loading-message {
    font-size: 18px;
    color: #333;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.modal-top .modal-header .modal-title{
    font-size: 50px;
}

.no-margin {
    margin: 0px !important;
}
.modal-body .question-title-sm {
    color: #007078;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px !important;
}
a.underline{
    text-decoration: underline !important;
    text-underline-position: under
}
.boiler .description ul{
    list-style-position: inside;
    padding-left: 0;
}
.boiler .description ul li:not(:last-child) {
    margin-bottom: 3px;
}
.bottom-border{
    border-bottom: 1px solid;
}
a, .no-underline, a.no-underline:hover{
    text-decoration: none;
}
.modal-container a{
    color: white;
    text-decoration: underline;
}
.modal-container a:hover{
    color:#C5E552;
}
.custom-control-label::before{
    top: .1rem;
}

/* Position the start-again button at the bottom */
#start-again-container {
    margin-top: auto;
    padding: 1rem 0;
    width: 100%;
    text-align: center;
    position: sticky;
    bottom: 0;
    background-color: #fff; /* Set background color to match the modal */
    border-top: 1px solid #ddd; /* Optional border for separation */
}

/**  media queries */

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-40 {
        width: 40% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .h-sm-100 {
        height: 100% !important;
    }

    .h-sm-75 {
        height: 75% !important;
    }

    .h-sm-50 {
        height: 50% !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }
}


@media (max-width: 768px) {
    .modal-container {
        width: 100%;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-40 {
        width: 40% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .h-md-25 {
        height: 25% !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .h-xl-100 {
        height: 100% !important;
    }

    .h-xl-75 {
        height: 75% !important;
    }

    .h-xl-50 {
        height: 50% !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }
}