/* ========== MAIN INDEX CSS - Página Index-Final ========== */
/* Todos os estilos customizados e do main.css utilizados nesta página */

/* ========== THEME BUTTONS - From main.css ========== */
.theme-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding: 22px 40px;
  transition: 0.5s ease-in-out;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  border-radius: 30px;
  border: 1px solid rgba(207, 208, 212, 0.2);
  background: linear-gradient(135deg, #FF5911, #c8440c);
}
.theme-btn::after {
  content: "";
  background: linear-gradient(135deg, #FF5911, #c8440c);
  color:#fff;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}
.theme-btn i {
  margin-left: 10px;
}
.theme-btn:hover {
  color: #fff;
  transform: translateY(-10px);

}
.theme-btn:hover::after {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}
@media (max-width: 767px) {
  .theme-btn {
    padding: 20px 32px;
  }
}
@media (max-width: 575px) {
  .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}

/* ========== ABOUT WRAPPER - From main.css ========== */
.about-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .about-wrapper {
    flex-wrap: wrap;
  }
}
.about-wrapper .nav {
  display: grid;
  gap: 16px;
  padding: 0;
  border-right: 1px solid rgba(207, 208, 212, 0.2);
  padding-right: 40px;
}
@media (max-width: 1399px) {
  .about-wrapper .nav {
    padding-right: 0;
    border-right: none;
    display: flex;
    margin-bottom: 50px;
  }
}
.about-wrapper .nav .nav-item .nav-link {
  border-radius: 100px;
  border: 1px solid rgba(207, 208, 212, 0.2);
  background: #000000;
  font-size: 24px;
  font-weight: 500;
  max-width: 100%;
  color: var(--white);
  font-family: "Satoshi Variable", sans-serif;
  padding: 35px 60px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .about-wrapper .nav .nav-item .nav-link {
    font-size: 18px;
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .about-wrapper .nav .nav-item .nav-link {
    font-size: 18px;
    padding: 18px 30px;
  }
}
.about-wrapper .nav .nav-item .nav-link.active {
    background: linear-gradient(90deg, #000000, #000000);
    color: #FF5911 !important;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 89, 17, 0.3);
}
.about-wrapper .about-items {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 991px) {
  .about-wrapper .about-items {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.about-wrapper .about-items .about-content {
  max-width: 380px;
}
.about-wrapper .about-items .about-content .list-items {
  margin-top: 25px;
  margin-bottom: 50px;
}
.about-wrapper .about-items .about-content .list-items li span {
  display: inline-block;
  font-weight: 700;
  color: var(--white);
  padding-left: 10px;
}
.about-wrapper .about-items .about-content .list-items li:not(:last-child) {
  margin-bottom: 15px;
}
.about-wrapper .about-items .about-image {
  max-width: 542px;
}
.about-wrapper .about-items .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

/* ========== COUNTER WRAPPER - From main.css ========== */
.counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 1199px) {
  .counter-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.counter-wrapper .counter-items {
  display: flex;
  align-items: center;
  gap: 30px;
}
.counter-wrapper .counter-items .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 200px 200px 0px 200px;
  background-color: var(--theme);
  color: var(--header);
  font-size: 42px;
  text-align: center;
}
.counter-wrapper .counter-items .content {
  border-left: 1px solid rgba(207, 208, 212, 0.3);
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .counter-wrapper .counter-items .content {
    padding-left: 0;
    border-left: none;
  }
}
.counter-wrapper .counter-items .content h2 {
  font-size: 70px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .counter-wrapper .counter-items .content h2 {
    font-size: 50px;
  }
}
.counter-wrapper .counter-items .content p {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .counter-wrapper .counter-items .content p {
    font-size: 20px;
  }
}

/* ========== MESSAGE ITEMS - From main.css ========== */
.message-items {
  position: relative;
  z-index: 8;
}
.message-items h2 {
  font-size: 100px;
  line-height: 1;
  margin-top: -15px;
}
@media (max-width: 991px) {
  .message-items h2 {
    font-size: 100px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .message-items h2 {
    font-size: 85px;
  }
}
@media (max-width: 575px) {
  .message-items h2 {
    font-size: 55px;
  }
}
@media (max-width: 470px) {
  .message-items h2 {
    font-size: 40px;
  }
}
.message-items h2 span {
  font-weight: 400;
}
.message-items h2 span b {
  font-weight: 400;
  color: var(--theme);
}

/* ========== SECTION TITLE ========== */
.section-title {
  margin-bottom: 50px;
}
.section-title h6 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--white);
}
.section-title h2 {
  font-size: 50px;
  line-height: 1.3;
  margin-top: 12px;
}
.section-title h2 span {
  font-weight: 400;
  display: block;
}
.section-title h2 span b {
  color: var(--theme);
}
@media (max-width: 575px) {
  .section-title h2 {
    font-size: 35px;
  }
}

.section-title.ml-200 {
  margin-left: 200px;
}
@media (max-width: 991px) {
  .section-title.ml-200 {
    margin-left: 0;
  }
}

/* Custom styles for the Integrations section */
.custom-integration-section.paralax-section {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
}

.custom-integration-section .message-items {
    text-align: center;
    margin-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
}

.custom-integration-section .small-heading {
    color: #FFF;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
    font-family: 'Satoshi Variable', sans-serif;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.custom-integration-section h2 span {
    font-weight: 400;
}

/* Estilo para a imagem de fundo */
.custom-integration-section .paralax-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.custom-integration-section .paralax-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay opcional para melhor legibilidade */
.custom-integration-section .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

/* Garante que o conteúdo fique acima da imagem e overlay */
.custom-integration-section .container,
.custom-integration-section .brand-carousel-container {
    position: relative;
    z-index: 3;
}

/* Estilo do carrossel de marcas */
.brand-carousel-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
}

.brand-carousel-wrapper {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.brand-carousel-inner {
    display: inline-flex;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* Animação para rolar para a esquerda */
.scroll-left .brand-carousel-inner {
    animation-name: scrollLeft;
    animation-duration: 60s;
}

/* Animação para rolar para a direita */
.scroll-right .brand-carousel-inner {
    animation-name: scrollRight;
    animation-duration: 60s;
}

.brand-item {
    display: inline-block;
    width: 120px;
    height: 120px;
    background-color: rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: transform 0.3s ease-in-out, border-color 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 8px;
    backdrop-filter: blur(5px);
}

.brand-item:hover {
    transform: scale(1.05);
    border-color: rgba(255, 255, 255, 0.3);
}

.brand-item img {
    max-width: 80%;
    max-height: 80%;
    height: auto;
    opacity: 0.8;
    transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.brand-item:hover img {
    filter: grayscale(0%) brightness(100%);
    opacity: 1;
}

/* Animações Keyframe */
@keyframes scrollLeft {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0%);
    }
}

/* Estilos do Formulário de Contato - Integrado ao design existente */
.contact-form-wrapper {
    max-width: 800px;
    margin: 50px auto 0;
    background: rgba(0, 0, 0, 0);
    padding: 10px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 3;
}

.contact-form .form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.contact-form .form-group {
    padding: 0 15px;
    margin-bottom: 25px;
}

.contact-form .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.contact-form .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.contact-form label {
    font-weight: 600;
    color: #FFF;
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    font-family: 'Satoshi Variable', sans-serif;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.contact-form .form-control {
    width: 100%;
    padding: 15px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    color: #FFF;
    backdrop-filter: blur(5px);
}

.contact-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.contact-form .form-control:focus {
    border-color: #FF5911;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
    background: rgba(255, 255, 255, 0.15);
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.btn-submit {
    background: linear-gradient(135deg, #FF5911, #c8440c);
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    color: white;
    transition: all 0.3s ease;
    cursor: pointer;
    letter-spacing: 1px;
    font-family: 'Satoshi Variable', sans-serif;
    position: relative;
    overflow: hidden;
}

.btn-submit:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(255, 89, 0, 0.4);
    background: linear-gradient(135deg, #FF5911, #c8440c);
}

.btn-submit:active {
    transform: translateY(0);
}

.btn-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.error-message {
    color: #ff6b6b;
    font-size: 12px;
    margin-top: 5px;
    display: block;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.form-control.error {
    border-color: #ff6b6b;
    background: rgba(255, 107, 107, 0.1);
}

.form-control.success {
    border-color: #28a745;
    background: rgba(40, 167, 69, 0.1);
}

.success-message {
    background: rgba(40, 167, 69, 0.2);
    border: 2px solid #28a745;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    color: #28a745;
    margin-top: 20px;
    font-weight: 600;
}

.success-message i {
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
}

.error-message-general {
    background: rgba(255, 107, 107, 0.2);
    border: 2px solid #ff6b6b;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    color: #ff6b6b;
    margin-top: 20px;
    font-weight: 600;
}

.error-message-general i {
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
}

/* ========== AJUSTES RESPONSIVOS ========== */

@media (max-width: 991px) {
    .custom-integration-section h2 {
        font-size: 100px;
    }
    .brand-item {
        width: 100px;
        height: 100px;
    }
    .scroll-left .brand-carousel-inner {
        animation-duration: 60s;
    }
    .scroll-right .brand-carousel-inner {
        animation-duration: 60s;
    }
}

@media (max-width: 767px) {
    .custom-integration-section h2 {
        font-size: 85px;
    }
    .section-title.ml-200 {
        margin-left: 0;
        text-align: center;
    }
    
    .about-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .about-wrapper .nav {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin-bottom: 40px;
    }
    
    .about-wrapper .nav .nav-item .nav-link {
        font-size: 18px;
        padding: 12px 20px;
        width: 100%;
    }
    
    .about-wrapper .about-items {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
    
    .about-wrapper .about-items .about-content {
        max-width: 100%;
        width: 100%;
    }
    
    .about-wrapper .about-items .about-image {
        max-width: 100%;
        width: 100%;
    }

    .contact-form-wrapper {
        margin: 30px 15px 0;
        padding: 25px;
    }
    
    .contact-form .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .contact-form .form-control {
        padding: 12px;
        font-size: 14px;
    }
    
    .btn-submit {
        padding: 12px 30px;
        font-size: 14px;
    }
    
    .contact-form .form-row {
        margin: 0 -10px;
    }
    
    .contact-form .form-group {
        padding: 0 10px;
    }

    .brand-item {
        width: 80px;
        height: 80px;
        margin: 0 5px;
    }
    .scroll-left .brand-carousel-inner {
        animation-duration: 80s;
    }
    .scroll-right .brand-carousel-inner {
        animation-duration: 80s;
    }
}

@media (max-width: 575px) {
    .custom-integration-section h2 {
        font-size: 55px;
    }
}

@media (max-width: 470px) {
    .custom-integration-section h2 {
        font-size: 40px;
    }
}

/* Barra de serviços */
        /* Resets básicos para uma melhor visualização */
        body {
            margin: 0;
            font-family: "Satoshi Variable", sans-serif;
        }

        /* 2. Estilos da Faixa (O container principal) */
        .scrolling-banner {
            background-color: #000000; /* Cor de fundo solicitada */
            color: #ffffff;             /* Cor do texto solicitada */
            padding: 1.2rem 0;          /* Espaçamento vertical para dar altura à faixa */
            overflow: hidden;           /* ESSENCIAL: Esconde o texto que está fora da faixa */
            white-space: nowrap;        /* ESSENCIAL: Impede que o texto quebre a linha */
            width: 100%;                /* Ocupa toda a largura da tela */
        }

        /* 3. Estilos do conteúdo que vai se mover */
        .scrolling-banner-content {
            display: inline-block; /* Permite que a animação funcione corretamente */
            /* A animação 'scroll-left' dura 30 segundos, tem velocidade constante (linear) e se repete infinitamente */
            animation: scroll-left 30s linear infinite;
        }

        /* 4. Estilos para cada item da lista */
        .scrolling-banner-content span {
            font-size: 1.1rem; /* Tamanho da fonte */
            font-weight: 400;  /* Deixa a fonte um pouco mais grossa (bold) */
            margin: 0 2rem;    /* Espaçamento horizontal entre as palavras */
        }
        
        /* Pausa a animação quando o mouse está sobre a faixa */
        .scrolling-banner:hover .scrolling-banner-content {
            animation-play-state: paused;
        }

        /* 5. A Animação (Keyframes) */
        @keyframes scroll-left {
            0% {
                transform: translateX(0%); /* Posição inicial */
            }
            100% {
                /* Move o conteúdo para a esquerda pela metade de sua largura total, criando um loop perfeito */
                transform: translateX(-50%); 
            }
        }
