.w-100 { width: 100% !important; }

.w-25 { width: 25%; }

.w-50 { width: 50%; }

.h-auto { height: auto !important; }

.bg-transparent { background-color: transparent !important; }


.mb-1 {
    margin-bottom: 15px;
}

.mb-2 {
    margin-bottom: 30px;
}

.mb-3 {
    margin-bottom: 45px;
}

.mt-1 {
    margin-top: 15px;
}

.mt-2 {
    margin-top: 30px;
}

.mt-3 {
    margin-top: 45px;
}


.border-dark-2 {
    border: 2px #000 solid !important;
}


.rounded-0 { border-radius: 0 !important; }

.rounded-left-0 {
    border-bottom-left-radius: 0% !important;
    border-top-left-radius: 0% !important;
}

.rounded-right-0 {
    border-bottom-right-radius: 0% !important;
    border-top-right-radius: 0% !important;
}

.text-start { text-align: left !important; }


.text-dark { color: #000 !important; }

.text-danger { color: #d33; }

.text-success { color: green !important; }


.fs-20 { font-size: 20px !important; }

.fs-48 { font-size: 48px !important; }

.fw-bold { font-weight: bold; }


.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.gap-1 {
    gap: 15px;
}


.service__box--exc {
    font-size: 16px !important;
    line-height: 1.5;
}

.service__boxes.col-1 {
    grid-template-columns: none;
}

select {
    appearance: none; /* Chrome, Safari */
    -webkit-appearance: none;
    -moz-appearance: none; /* Firefox */
}

select, input {
    border: 1px solid #8080801c !important;
}

input {
    outline: none;
}