.carousel .card-img-overlay {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0));
    height: 50%;
}
.carousel .carousel-item .carousel-title {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    color: var(--text-color);
    margin-bottom: 1rem;
}
.carousel .carousel-item .carousel-description {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--text-color);
}
.carousel .carousel-indicators {
    bottom: 100px;
}
.carousel .carousel-indicators li {
    width: 101px;
    height: 4px;
    border-radius: 5.3px;
    background-color: #ffffff;
}
.carousel .more-btn {
    min-width: 141px;
    width: fit-content;
    height: 48px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border:none;
    padding-left: 1rem;
    padding-right: 1rem;
    background: var(--color);
    margin-bottom: 1rem;
}

#businesses {
    position: relative;
}
#businesses-footer {
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    background: none;
}
#businesses .stb_line_single {
    position: relative;
    white-space: nowrap;
    padding: 0;
    will-change: transform;
}
#businesses .stb-item {
    padding: 0;
    /*font-size: 6.4rem;*/
    display: inline-block;
    margin-right: 6rem;
}
#businesses .business-img {
    max-width: 120px;
    width: 100%;
    height: 80px;
    object-fit: contain;
}
.card {
    border: none;
}
.card-title {
    color: var(--text-color);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 47px;
    text-align: left;
}
.grid-section .card-title {
    font-size: 22px;
    line-height: 18px;
}
.card-subtitle {
    color: var(--color);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 0.75rem;
}
.card-text,
.card-text * {
    color: var(--text-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.grid-section .card-text {
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid #CBCBCB;
}
.grid-section .card-text,
.grid-section .card-text *,
.grid-section .card-description,
.grid-section .card-description * {
    font-size: 16px;
    line-height: 22px;
}
.card-text strong {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}
.card-text a {
    color: var(--color);
    font-weight: 600;
    text-decoration: underline;
}
.card-text a:hover {
    color: var(--color);
}
.card-text ul {
    padding-inline-start: 30px;
}
.grid-section .card-text ul {
    padding-inline-start: 28px;
}
.card-text li {
    position: relative;
    list-style-type: none;
    line-height: 35px;
}
.grid-section .card-text li {
    font-weight: 500;
    line-height: 30px;
}
.card-text li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -30px;
    width: 22px;
    height: 22px;
    background-image: url(/dist/images/check-custom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.grid-section .card-text li:before {
    background-image: url(/dist/images/check.svg);
    left: -28px;
    width: 20px;
    height: 20px;
}
.card-footer {
    border: none;
    background: none;
}
.card-btn {
    width: 100%;
    height: 55px;
    background: var(--color);
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.card-btn:hover {
    color: #FFFFFF;
}
.even-odds .row:nth-child(even) .col-16:nth-child(1) {
    order: 1;
}
.even-odds .row:nth-child(even) .col-16:nth-child(2) {
    order: 0;
}
.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.grid .grid-section:nth-child(3n + 1) {
    grid-column: 1;
}
.grid .grid-section:nth-child(3n + 2) {
    grid-column: 2;
}
.grid .grid-section:nth-child(3n + 3) {
    grid-column: 1 / 3;
}
.grid-section {
    margin-bottom: 1rem;
}
.grid-section .card,
.contact-form-wrapper .card {
    border-radius: 16px;
    box-shadow: 0 4px 25px 0 rgba(87, 52, 0, 0.07);
    height: 100%;
    display: grid;
    overflow: hidden;
}
.contact-form-wrapper .card-body {
    padding: 2rem;
}
.grid-section:nth-child(3n + 1) .card,
.grid-section:nth-child(3n + 2) .card {
    grid-template-rows: minmax(250px, 250px);
}
.grid-section:nth-child(3n + 1) .card .card-body,
.grid-section:nth-child(3n + 2) .card .card-body {
    grid-row: 1;
}
.grid-section:nth-child(3n + 1) .card .card-footer,
.grid-section:nth-child(3n + 2) .card .card-footer {
    grid-row: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.grid-section:nth-child(3n + 3) .card {
    grid-template-columns: 4fr 1fr;
    align-items: center;
}
.grid-section:nth-child(3n + 3) .card .card-body {
    grid-column: 1;
    padding-right: 5px;
}
.grid-section:nth-child(3n + 3) .card .card-footer {
    grid-column: 2;
    padding-left: 5px;
}
.subheading-title {
    color: var(--text-color);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    max-width: 650px;
    margin: auto;
}
.subheading-description {
    color: var(--text-color);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 900px;
    margin: 1rem auto 2.5rem;
}
form label:has(~.form-control[required="required"]):after {
    content: "*";
}
form label {
    color: var(--text-color);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
form .form-control {
    border-radius: 8px;
    background: #F6F6F6;
    color: var(--text-color);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    border: none;
}
form input.form-control,
form select.form-control {
    height: 50px !important;
}
form .form-control:focus {
    background: #F6F6F6;
    border: none;
}
form .submitBtn {
    width: fit-content;
    min-width: 207px;
    max-width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--color);
    padding-left: 1em;
    padding-right: 1rem;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin: auto;
}
form .select-caret {
    width: 12px;
    height: 12px;
    object-fit: contain;
    position: absolute;
    top:0;
    bottom: 0;
    right: 15px;
    margin: auto;
    pointer-events: none;
}
form .note {
    color: #575757;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
form .invalid-feedback {
    position: unset;
    margin-top: .25rem;
    margin-bottom: unset;
}
@media (max-width: 1199px) {

    .carousel .carousel-item .carousel-title {
        font-size: 40px;
        line-height: 48px;
    }
    .carousel .carousel-item .carousel-description {
        font-size: 18px;
    }
    .grid-section:nth-child(3n + 3) .card {
        grid-template-columns: 3fr 1fr;
    }

}
@media (max-width: 969px) {
    .grid-section:nth-child(3n + 3) .card {
        grid-template-columns: 2fr 1fr;
    }
}
@media (max-width: 749px) {
    .even-odds .row:nth-child(odd) .col-16:nth-child(1) {
        order: 1;
    }
    .even-odds .row:nth-child(odd) .col-16:nth-child(2) .card-body {
        padding-bottom: 0;
    }
    .even-odds .row:nth-child(odd) .col-16:nth-child(2) {
        order: 0;
    }
    .grid {
        grid-template-columns: 1fr;
    }
    .grid .grid-section:nth-child(3n + 1),
    .grid .grid-section:nth-child(3n + 2),
    .grid .grid-section:nth-child(3n + 3) {
        grid-column: unset;
        grid-row: unset;
    }
    .grid-section:nth-child(3n + 1) .card,
    .grid-section:nth-child(3n + 2) .card,
    .grid-section:nth-child(3n + 3) .card {
        display: inherit;
    }
    .grid-section:nth-child(3n + 3) .card .card-body {
        padding-right: 1.25rem;
    }
    .grid-section:nth-child(3n + 3) .card .card-footer {
        padding-left: 1.25rem;
    }
}