/* Importação da fonte (opcional, mas recomendado) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    padding-top: 80px;
}

#main-navbar {
    z-index: 1050;
}

/* ================= WHATSAPP FLOAT ================= */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 1000;
    box-shadow: 2px 2px 3px #999;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: whatsapp-bounce 2s infinite ease-in-out;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    transform: scale(1.05);
    animation: none;
}

@keyframes whatsapp-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* ================= NAVBAR ================= */
.navbar {
    background-color: #fff !important;
    transition: background-color 0.3s;
}

.navbar-brand .logo {
    height: 50px;
}

.navbar-nav .nav-link {
    color: #170404 !important;
    font-weight: 600;
    margin: 0 15px;
    transition: color 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover {
    color: #e54c7d !important;
}

/* BOTÕES */
.btn-danger {
    background-color: #e5346e;
    border-color: #e5346e;
}

.btn-danger:hover {
    background-color: #c93e6a;
    border-color: #c93e6a;
}

.btn-secondary-custom {
    background-color: #29A6C2;
    border-color: #29A6C2;
    color: white;
    font-weight: bold;
}

.btn-danger-nav {
    background-color: #e5346e !important;
    border-color: #e5346e !important;
    color: #fff !important;
    font-weight: bold;
}

.btn-danger-nav:hover,
.btn-danger-nav:focus {
    background-color: #c93e6a !important;
    border-color: #c93e6a !important;
    color: #fff !important;
}

/* ================= HERO CAROUSEL ================= */
#heroCarousel {
    position: relative;
    height: 90vh;
    overflow: visible;
}

#heroCarousel .carousel-item {
    height: 75vh;
    background-size: cover;
    background-position: center;
}

.carousel-caption h1,
.carousel-caption h2 {
    font-weight: 700;
    color: #fff;
}

/* Formulário de pesquisa (Posicionamento para Fora) */
#flight-form {
    position: absolute;
    bottom: -185px; /* Valor negativo para empurrar o formulário para fora */
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    max-width: 1200px; /* Largura maior para as 4 abas */
    z-index: 10;
}

#flight-form .card {
    border: none;
    border-radius: 5px;
    background-color: #ffffff; /* Fundo branco garantido */
}

/* --- Estilos do Formulário de Abas --- */
.form-tabs {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 0 !important;
}

.form-tabs .nav-link {
    color: #333; 
    font-weight: 600;
    border: none;
    padding: 20px 70px;
    font-size: 1.0rem; /* Fonte menor para caber as 4 abas */
    display: flex;
    align-items: center;
}

.form-tabs .nav-link.active {
    color: #e5346e; 
    background-color: #fff;
    border-bottom: 3px solid #e5346e; 
}

.form-tabs .nav-link:hover {
    color: #e5346e;
}

.form-tabs .nav-link i {
    margin-right: 8px;
}

/* Estilo do botão de busca */
.btn-search {
    background-color: #e5346e;; /*  botão 'Search' */
    border-color: #e5346e;
    color: white;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 5px;
    transition: background-color 0.2s;
}

.btn-search:hover {
    background-color:#e5346e;;
    border-color: #e5346e;
    color: white;
}

/* Ajuste para inputs */
.form-control, .form-select {
    height: 50px;
}

.form-check-input:checked {
    background-color: #e5346e;
    border-color: #e5346e;
}

/* ================= SERVICES ================= */
.services-section {
    margin-top: 290px;
    
    background-color: #f9f9f9;
}

/* ================= CARDS ================= */
.service-card {
    border: none;
    border-radius: 10px;
    transition: transform 0.3s;
}

.service-card:hover {
    transform: translateY(-10px);
}

/* ================= CORREÇÃO IMPORTANTE ================= */
/* Estilo geral para todos os cards de destaque */
.destaque-card-giant,
.destaque-card-small {
    overflow: hidden;
    min-height: 550px;
}

/* ================= ROOT (mantido sem remover nada) ================= */


/* ================= OUTROS ESTILOS MANTIDOS ================= */
.text-danger-nav { color: var(--danger-nav-color) !important; }
.bg-danger-nav { background-color: var(--danger-nav-color) !important; }
.text-turquesa { color: var(--turquesa-color) !important; }
.bg-turquesa { background-color: var(--turquesa-color) !important; }

/* ================= HERO VISTOS ================= */
.hero-vistos {
    background-color: #f7f9fd;
    padding-top: 150px !important;
    padding-bottom: 50px;
}

/* ================= VISA CARDS ================= */
.visa-request-card {
    background-color: #ffffff;
    border-left: 5px solid;
    border-radius: 0.75rem;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
}

/* ================= SAFARI / AQUATIC ================= */
.safari-card-horizontal,
.aquatic-card {
    border-radius: 12px;
    overflow: hidden;
    min-height: 320px;
}

/* ================= HERO CINEMATIC ================= */
.cinema-hero {
    height: 95vh;
    background: url('../imagens/publicidade/hero-mundial.jpg') center/cover no-repeat;
}

/* ================= DROPDOWN FIX ================= */
.dropdown-menu {
    display: none;
}

/* ================= MOBILE MENU ================= */
#mobile-menu-overlay.active {
    display: flex !important;
}

.footer-section {
    background-color: #1a1a3b !important; /* Cor de fundo escura do tema */
    color: #fff !important; /* FORÇA o texto base para branco */
}

.footer-section h5 {
    color: #e54c7d; /* Cor de destaque para títulos do footer (rosa) */
    margin-bottom: 20px;
}

/* Força links, textos em listas e parágrafos a serem visíveis */
.footer-section a, 
.footer-section p,
.footer-section ul li {
    transition: color 0.3s;
    color: #ccc !important; /* Cinza claro para visibilidade */
}

.footer-section a:hover {
    color: #fff !important; /* Branco puro no hover */
}

.footer-section .social-icons a {
    font-size: 1.5rem;
    margin-right: 15px;
    color: #fff !important; /* Garante que os ícones sociais sejam brancos */
}

.footer-section .map-placeholder {
    width: 100%;
    background-color: #495057 !important; 
}


.price-label {
    font-size: 0.7rem; /* Tamanho menor para o rótulo */
    font-weight: 400;
    display: block; /* Faz o texto ficar por cima ou numa linha separada */
    margin-bottom: -5px;
    text-transform: none;
}
/* Título da Seção */
.section-title {
    font-weight: 850;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 30px;
}

/* Card de Voo - Tamanho Ajustado */
.flight-card-mini {
    height: 280px; /* Altura reduzida para não ficar gigante */
    border-radius: 18px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    transition: all 0.3s ease;
}

/* Gradiente de visibilidade */
.flight-card-mini::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.85) 100%);
    z-index: 1;
}

.card-top, .card-bottom {
    position: relative;
    z-index: 2;
}

.dest-city { 
    font-weight: 800; 
    font-size: 1.3rem; 
    margin: 0;
}

.dest-route { 
    font-size: 0.75rem; 
    font-weight: 600; 
    margin-bottom: 2px;
}

.dest-price { 
    font-weight: 800; 
    font-size: 1.2rem; 
    color: #fff;
}

/* Botão de Reserva no Hover */
.btn-hover-wa {
    background-color: #e54c7d;
    color: white !important;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.8rem;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 3;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.3s ease-in-out;
}

.flight-card-mini:hover .btn-hover-wa {
    opacity: 1;
    transform: translateY(0);
}

/* Esconder preço no hover para dar lugar ao botão */
.flight-card-mini:hover .card-bottom {
    opacity: 0;
}
