html {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.icon-container {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    border: 1px solid rgba(0,0,0,0.05);
}

#appointmentButton {
    border: 2px solid white;
    border-radius: 12px;
    transition: all 0.3s;
}

#appointmentButton:hover {
    background-color: white;
    color: black !important;
}

#appointmentButton:hover div > i {
    color: black !important;
}

#appointmentButton:hover label {
    color: black !important;
}

#appointmentButton > div {
    border-left: 2px solid white;
}

.splide__pagination.splide__pagination--ltr {
    margin-bottom:  -36px;
}

.splide__pagination__page.is-active {
    color: #2d4ea9 !important;
    background-color: #2d4ea9 !important;
}

#section8Image {
    flex: 1;
    height: 600px;
    max-height: 600px;
}

.banner {
    /* Change the 95% to adjust the height of the shape and the 55%/45% to change the width of the triangle */
    clip-path: polygon(0 0, 100% 0, 100% 95%, 55% 95%, 50% 100%, 45% 95%, 0 95%);
}

/* lg */
@media (min-width: 992px) {
    .banner {
        clip-path: polygon(0 0, 100% 0, 100% 95%, 52% 95%, 50% 100%, 48% 95%, 0 95%);
    }
}

.home-carousel-prev {
    left: 0 !important;
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 0 !important;
}

.home-carousel-next {
    right: 0 !important;
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 0 !important;
}

.home-carousel-prev-primary {
    left: 0 !important;
    background: rgba(45, 78, 169, 1) !important;
    border-radius: 0 !important;
}

.home-carousel-next-primary {
    right: 0 !important;
    background: rgba(45, 78, 169, 1) !important;
    border-radius: 0 !important;
}

.accordion {
    --bs-accordion-active-color: white;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-btn-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'><path d='M2 5L8 11L14 5'/></svg>")
}

.accordion-button::after {
    margin-left: 1rem;
}
