section.about-us {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1.4) 0%, rgba(0, 0, 0, 0.40) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 40.37%, #000 100%), url("/assets_2025/images/fabricator/Initial_BG.png") no-repeat center center;
    background-size: cover;
}

.map-subtitle h5 {
    color: var(--bs-warning);
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.map-subtitle small {
    color: var( --bs-light);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



/* TESTIMONIALS */
.slider-container {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: auto;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    position: relative;
}

.slider-track {
    display: flex;
    gap: 20px;
}

.card-testimonials {
    flex: 0 0 100%;
    min-width: 0;
    box-sizing: border-box;
    word-wrap: break-word;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    border-radius: 10px;
}

    .card-testimonials .card-body {
        padding-bottom: 23px;
        padding-top: 23px;
    }


/* Setas */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*background: rgba(0,0,0,0.6);*/
    color: rgba(255, 175, 31, 1);
    width: 40px;
    height: 100%;
    /*border-radius: 50%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 34px;
    z-index: 10;
    user-select: none;
}

.arrow-left {
    /*left: 1.5px;*/
    left: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0));
}

.arrow-right {
    /*right: 1.5px;*/
    right: 0;
    background: linear-gradient(to left, rgba(0,0,0,0.9), rgba(0,0,0,0));
}

.arrow:hover {
    /*background: rgba(0,0,0,0.7);*/
    color: rgba(255, 175, 31, 1);
}

@media (max-width: 767px) {
    .card-feature {
        padding: 20px;
    }
}



.play-video {
    position: absolute;
    top: -70%;
    left: 46%;
    transform: translate(0%, 100%);
    font-size: 3rem;
    color: var(--bs-warning);
    cursor: pointer;
    opacity: 0.7;
}


    .play-video:hover {
        opacity: 1;
    }

@media (min-width: 576px) {
    .card-testimonials {
        flex: 0 0 calc(80% - 1rem);
        box-sizing: border-box;
        min-width: 0;
    }
}

@media (min-width: 992px) {
    .card-testimonials {
        flex: 0 0 calc(56% - 1rem);
        box-sizing: border-box;
        min-width: 0;
    }
}

@media (min-width: 1025px) {
    .card-testimonials {
        flex: 0 0 calc(108% / 3);
        box-sizing: border-box;
        min-width: 0;
    }
}

/* END TESTIMONIALS */

.bg-gray-custom {
    background: #0d0d0d;
}

.card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: #222;
    color: var(--bs-warning);
    border-radius: 5px;
    margin-right: 10px;
    font-size: 18px;
}


.banner-section1-kit .overlay-text {
    position: absolute;
    top: 50%; /* joga para o meio vertical */
    left: 50%; /* joga para o meio horizontal */
    transform: translate(-50%, -50%); /* corrige a centralização */
    color: white; /* cor do texto */
    font-size: 1.5rem; /* tamanho do texto */
    font-weight: bold;
    text-shadow: 0 2px 5px rgba(0,0,0,0.6); /* contraste com a imagem */
}

.overlay-text p {
    color: var(--bs-warning);
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 150.354px */
    letter-spacing: -1.087px;
    text-transform: uppercase;
}

.h1 {
    font-size: clamp(2rem, 6.25vw, 7.5rem); /* min 32px, preferido 6.25vw, max 120px */
}

.h2 {
    font-size: clamp(1.75rem, 5.21vw, 6.25rem); /* min 28px, preferido ~5.21vw, max 100px */
}

.h3 {
    font-size: clamp(1.5rem, 4.48vw, 5.375rem); /* min 24px, preferido ~4.48vw, max 86px */
    letter-spacing: -0.0485625rem; /* -0.777px convertido para rem */
}

.form-control, .form-select {
    background-color: #212529;
    border: 1px solid #495057;
    color: var(--bs-light);
}

    .form-control:focus, .form-select:focus {
        background-color: #212529;
        color: var(--bs-light);
        border-color: var(--bs-warning) !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0, .075), 0 0 4px var(--bs-warning) !important;
    }
