.brand-logo {
    font-size: 36px;
    font-weight: bold;
    color: #55687a;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
    padding: 5px;
    min-width: 180px;
    display: block;
    transition: transform 0.3s ease;
}

.brand-logo:hover {
    transform: scale(1.1);
    color: #333;
}

.owl-carousel .owl-item img{
    border-radius: 11px !important;
}
.error-text{
    color: #dc3545;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.error-border {
    border: 1px solid #dc354550 !important;
    box-shadow: 0 0 5px #dc354580;
}
.success-border {
    border: 1px solid #19875450 !important;
    box-shadow: 0 0 5px #19875480;
}

