.breadcrumb-sec {
    aspect-ratio: 1920 / 540;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.breadcrumb-sec h1 {
    font-size: 2.75rem;
}

label.form-label {
    margin-bottom: 0.25rem;
}


/* Input Fields */
.input-field,
.textarea-field,
.select-input.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding: 0.625rem 1rem;
    background-color: white;
    border: 1px solid #c7ddff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.input-field:focus-visible,
.select-input.bootstrap-select>.dropdown-toggle:focus,
.select-input.bootstrap-select>.dropdown-toggle:focus-visible {
    border-color: #b2d1ff;
    outline: none !important;
    box-shadow: 2px 3px 10px #37363621;
}

@media screen and (max-width: 768px) {
    .breadcrumb-sec h1 {
        font-size: 2rem;
    }
}