/* Navbar */

.navbar {
    padding: unset;
    background-color: var(--navbar-bg);
}

.navbar .container-fluid {
    padding: 11px 16px;
}

.navbar .navbar-brand img {
    width: 111.73px;
}

/* Footer */
footer {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px 24px 24px 24px;
    background-color: rgba(255, 255, 255, 0.90);
    box-shadow: 0 -5px 15px 0 rgba(31, 40, 68, 0.05);
    backdrop-filter: blur(13.591408729553223px);
    z-index: 1001;
}

footer .container {
    padding: 0;
}

footer .selected-plan {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: var(--letter-spacing-default);
}

body > footer {
    margin-top: auto;
}

.submit-invalid-feedback {
    display: none;
}

.footer-total {
    margin-bottom: 12px;
}

footer .price-update {
    text-align: right;
}

.form-footer {
    margin-top: 30px;
}

.brochureware-footer {
    padding: 2rem;
    background-color: #15426d;
}

.brochureware-footer .accordion .accordion-button::after {
    background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M3.41005 6.21004C3.95678 5.6633 4.84322 5.6633 5.38995 6.21004L10 10.8201L14.6101 6.21004C15.1568 5.6633 16.0432 5.6633 16.5899 6.21004C17.1367 6.75677 17.1367 7.6432 16.5899 8.18994L10.9899 13.7899C10.4432 14.3367 9.55678 14.3367 9.01005 13.7899L3.41005 8.18994C2.86332 7.6432 2.86332 6.75677 3.41005 6.21004Z" fill="%23FFFFFF"/>%20</svg>');
}

.brochureware-footer .accordion .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M16.5899 13.7899C16.0432 14.3367 15.1568 14.3367 14.6101 13.7899L10 9.17989L5.38995 13.7899C4.84322 14.3367 3.95678 14.3367 3.41005 13.7899C2.86332 13.2432 2.86332 12.3568 3.41005 11.81L9.01005 6.21004C9.55678 5.6633 10.4432 5.6633 10.9899 6.21004L16.59 11.81C17.1367 12.3568 17.1367 13.2432 16.5899 13.7899Z" fill="%23FFFFFF"/> </svg>');   
}

.brochureware-footer * {
    color: #FFFFFF !important;
}

.brochureware-footer .stats {
    display: flex;
    background-image: url('https://get-mads.fra1.cdn.digitaloceanspaces.com/widget-shape-beige.svg');
    background-color: #2E3A8C;
    background-repeat: no-repeat;
    background-position-x: 100%;
    border-radius: 8px;
    padding: 1em;
    justify-content: space-between;
    align-items: center;
}

.brochureware-footer .stats-title svg {
    width: 4.125em;
    height: 0.8125em;
    margin-bottom: 0.419375em;
}

.brochureware-footer .stats-title {
    width: min-content;
    margin: auto;
}

.brochureware-footer .stats-title h5 {
    color: #F9F9F9 !important;
    font-size: 1.25em;
    line-height: 1.125em;
    font-weight: 400;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    word-break: unset;
    font-family: var(--font-header);
}

.brochureware-footer .stats-labels {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.brochureware-footer .stats-labels p {
    color: #2E3A8C !important;
    background-color: #F9F9F9;
    border-radius: 0.25em;
    padding: 0.1875em 0.3125em;
    font-size: 0.75em;
    line-height: 0.9375em;
    width: fit-content;
    font-weight: 500;
    margin-bottom: 2px;
}

.brochureware-footer .accordion-button {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.brochureware-footer ul {
    list-style: none;
    padding: unset;
}

.brochureware-footer li {
    margin: 8px 0px;
}

.brochureware-footer li a {
    font-size: 15px;
    font-family: var(--font-header);
}

.brochureware-footer .contact-us {
    font-family: var(--font-header);
}

.brochureware-footer .contact-us a {
    text-decoration: underline;
}

.brochureware-footer .socials {
    display: flex;
    margin: 15px 0px;
}

.brochureware-footer .socials > div {
    background-color: #FFFFFF;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    cursor: pointer;
}

.brochureware-footer .socials svg {
    margin-top: -4px;
    fill: #15426d;
}

.brochureware-footer-bottom {
    padding: 2rem;
    font-size: 13px;
}

.brochureware-footer-bottom p {
    font-family: var(--font-header);
    font-weight: 300;
    margin-bottom: unset;
}
/* Extras */

.terms-and-conditions {
    margin-bottom: unset;
    margin-top: 1rem;
    font-size: 12px;
}

#contact_details, #bank_details, #vet_name_container, 
#credit_card_container, #bank_account_container {
    display: none;
    opacity: 0;
    transition-property: display opacity;
    transition-duration: 0.3s;
    transition-behavior: allow-discrete;
}

#contact_details.show, #bank_details.show, #vet_name_container.show, 
#credit_card_container.show, #bank_account_container.show {
    display: block;
    opacity: 1;
    
    @starting-style {
        opacity: 0;
    }
}

#dog_cat_img, #thankyou_dog_cat_img {
    margin: auto;
    position: relative;
    width: fit-content;
}

#dog_cat_img::before {
    content: "";
    width: 34px;
    height: 34px;
    background-size: 34px !important;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 12%;
    top: 15%;
    background-image: url("../assets/claw_mark.a53876d441e3.svg");
}

#dog_cat_img::after {
    content: "";
    width: 46px;
    height: 46px;
    background-size: 46px !important;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 12%;
    bottom: 40%;
    background-image: url("../assets/paw.6e1f86ad33e4.svg");
}

#thankyou_dog_cat_img::after{
    content: "";
    width: 261px;
    height: 18px;
    background-size: 261px !important;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    background-image: url("../assets/thankyou_underline.24304377a6c5.svg");
}

#thankyou_dog_cat_img::before {
    content: "";
    width: 46px;
    height: 46px;
    background-size: 46px !important;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 17%;
    top: -15%;
    background-image: url("../assets/paw.6e1f86ad33e4.svg");
}

#thankyou_title {
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    position: relative;
    width: fit-content;
    margin: auto;
}