@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


#portfolio-prev.swiper-button-disabled,
#portfolio-next.swiper-button-disabled{
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
}

#enquire-form .is-invalid{
    border-color: #e2231a !important;
}
#enquire-form .invalid-feedback{
    display: block;
    color: #e2231a;
    font-size: 0.75rem;
    margin-top: 4px;
}
