/* hero */
.container-0- {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: left;
    background-color: rgba(11, 11, 11, 0.32);
}

.background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.container-0 {
    position: relative;
    width: 100%;
    text-align: center;
}

.container-1 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.text-2 {
    font-size: 5rem;
    font-weight: bolder;
    color: #fff;
    text-align: center;
}

.section {
    padding-top: 80px;
    padding-bottom: 50px;
}

form .firest{
    display: flex;
    justify-content: space-between;
    gap: 10px;


}


form .listes .name select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
form .listes .last_name select{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}
form input[type="checkbox"] {
    accent-color: #076767;
  }
.contact-img{
    object-fit: contain;
}

.our-locations{
    min-height: 90vh;
}

.our-locations .container{
    display: flex;
    gap: 20px;
    width: 100%;
    min-height: 80vh;
}

.our-locations iframe{
    border:0;
    border-radius: 5px;
    min-height: 250px;
    height: 100%;
    width: 100%;
}

input,textarea{
    background-color: #f5f5f5 !important;
    border: none !important;
}

input:focus,textarea:focus{
    box-shadow: 0 0 0 .25rem #18a6856c !important;
}

form{
    width: 100%;
}

@media (max-width: 768px) {
    .our-locations .container{
        flex-wrap: wrap;
    }
    .location{
        margin-bottom: 20px;
    }
}
@media (max-width: 992px) {
    .our-locations{
        margin-top: 50px;
    }

}

.contact-info{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.form-card{
    padding: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    border: none !important;
    box-shadow: -5px 5px 20px 10px #2334de1a;
}

.contact-info .card {
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    border: none;
    box-shadow: 0 10px 20px #2334de1a;
    transition: all 0.3s ease;
}

.contact-info .card:hover {
    scale: 1.01;
    box-shadow: 0 10px 20px 10px #2334de1a;
}

.contact-info .card i{
    font-size: 2rem;
}
