/* ===== ÁREA DE SERVIÇOS ===== */

.service-area {
    padding-top: 120px;
    padding-bottom: 120px;
}

    .service-area .row {
        row-gap: 30px;
    }

/* CARD */

.service-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 35px 30px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    transition: all .3s ease;
    height: 100%;
    display: flex;
}

    .service-item:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 50px rgba(0,0,0,0.12);
    }

/* CONTEÚDO */

.service-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* ÍCONE */

.service-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    font-size: 26px;
    color: #fff;
}

/* =========================================
   CARD DE SERVIÇOS - VISUAL PROFISSIONAL
========================================= */

.service-area.bg {
    background: #f4f7fb;
    padding: 90px 0 100px;
}

.section-title {
    font-size: 30px;
    font-weight: 700;
    color: #0B2154;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-item {
    position: relative;
    background: #ffffff !important;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(11, 33, 84, 0.08);
    border: 1px solid rgba(11, 33, 84, 0.08);
    overflow: hidden;
    height: 100%;
    transition: all .30s ease;
}

    .service-item:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 40px rgba(11, 33, 84, 0.14);
        border-color: rgba(216, 19, 36, 0.18);
    }

.service-content {
    padding: 28px 24px 24px !important;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: left;
}

.service-icon {
    width: 74px;
    height: 74px;
    min-width: 74px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff !important;
    margin-bottom: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,.14);
    transition: all .25s ease;
}

.service-item:hover .service-icon {
    transform: scale(1.06) translateY(-2px);
    box-shadow: 0 16px 28px rgba(0,0,0,.18);
}

.service-meta {
    margin-bottom: 12px;
}

.service-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #D81324;
    background: rgba(216, 19, 36, 0.08);
    border: 1px solid rgba(216, 19, 36, 0.12);
    border-radius: 999px;
    padding: 7px 12px;
}

.service-title {
    margin-bottom: 12px;
    line-height: 1.25;
}

    .service-title a {
        font-size: 24px !important;
        font-weight: 700;
        color: #0B2154 !important;
        text-decoration: none;
        display: inline-block;
    }

        .service-title a:hover {
            color: #D81324 !important;
        }

.service-content p {
    font-size: 15.5px;
    line-height: 1.7;
    color: #6b7280;
    margin-bottom: 0;
    flex-grow: 1;
}

.service-arrow {
    margin-top: 0px !important;
}

    .service-arrow .theme-btn {
        width: 100%;
        justify-content: center;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 12px 18px;
        border-radius: 12px;
        font-size: 15px;
        font-weight: 600;
        box-shadow: none;
    }

        .service-arrow .theme-btn i {
            margin-left: 0;
        }

/* destaque opcional */
.service-item.featured {
    border: 1px solid rgba(216, 19, 36, 0.22);
    box-shadow: 0 16px 40px rgba(216, 19, 36, 0.10);
}

    .service-item.featured::before {
        content: "Mais Procurado";
        position: absolute;
        top: 16px;
        right: 16px;
        background: linear-gradient(135deg, #D81324, #b9101f);
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        padding: 7px 10px;
        border-radius: 999px;
        z-index: 2;
        box-shadow: 0 8px 18px rgba(216, 19, 36, 0.25);
    }

/* =========================================
   CORES DOS ÍCONES
========================================= */

.icon-blue {
    background: #2563eb !important;
}

.icon-green {
    background: #16a34a !important;
}

.icon-orange {
    background: #ea580c !important;
}

.icon-purple {
    background: #7c3aed !important;
}

.icon-red {
    background: #dc2626 !important;
}

.icon-teal {
    background: #0f766e !important;
}

.icon-yellow {
    background: #d97706 !important;
}

.icon-gray {
    background: #475569 !important;
}

.icon-cyan {
    background: #0891b2 !important;
}

.icon-sky {
    background: #0284c7 !important;
}

.icon-indigo {
    background: #4f46e5 !important;
}

.icon-violet {
    background: #6d28d9 !important;
}

.icon-fuchsia {
    background: #c026d3 !important;
}

.icon-pink {
    background: #db2777 !important;
}

.icon-rose {
    background: #e11d48 !important;
}

.icon-lime {
    background: #65a30d !important;
}

.icon-emerald {
    background: #059669 !important;
}

.icon-mint {
    background: #10b981 !important;
}

.icon-brown {
    background: #92400e !important;
}

.icon-amber {
    background: #f59e0b !important;
}

.icon-gold {
    background: #ca8a04 !important;
}

.icon-slate {
    background: #334155 !important;
}

.icon-zinc {
    background: #3f3f46 !important;
}

.icon-stone {
    background: #57534e !important;
}

.icon-navy {
    background: #1e3a8a !important;
}

.icon-maroon {
    background: #7f1d1d !important;
}

.icon-olive {
    background: #4d7c0f !important;
}

.icon-coral {
    background: #f97316 !important;
}

.icon-success2 {
    background: #15803d !important;
}

.icon-info {
    background: #0369a1 !important;
}

.icon-dark {
    background: #1f2937 !important;
}

/* =========================================
   GRID / RESPIRO
========================================= */

.service-area .row.g-4 {
    --bs-gutter-x: 1.6rem;
    --bs-gutter-y: 1.6rem;
}

/* =========================================
   RESPONSIVO
========================================= */

@media (max-width: 991.98px) {
    .section-title {
        font-size: 26px;
    }

    .service-content {
        padding: 24px 20px 20px !important;
    }

    .service-title a {
        font-size: 22px !important;
    }
}

@media (max-width: 575.98px) {
    .service-area.bg {
        padding: 70px 0 80px;
    }

    .section-title {
        font-size: 22px;
    }

    .service-icon {
        width: 66px;
        height: 66px;
        min-width: 66px;
        font-size: 24px;
        border-radius: 16px;
    }

    .service-title a {
        font-size: 20px !important;
    }

    .service-content p {
        font-size: 14.5px;
    }
}



/* TÍTULO */

.service-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

    .service-title a {
        color: #1a1a1a;
    }

/* TEXTO */

.service-content p {
    font-size: 15px;
    color: #6c757d;
    margin-bottom: 25px;
    flex-grow: 1;
}

/* BOTÃO */

.service-home-btn {
    background: #273354;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 14px;
    display: inline-block;
}

    .service-home-btn:hover {
        background: #48daff;
        color: #fff;
    }

/* GARANTE MESMA ALTURA */

.service-area .col-md-6,
.service-area .col-lg-4 {
    display: flex;
}



/*PESQUISA*/

/* ==========================================
   BANNER HERO COM PESQUISA - MAIS ELEGANTE
========================================== */

.breadcrumb-search-hero {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    padding: 170px 0 120px;
    overflow: hidden;
    z-index: 1;
}

    .breadcrumb-search-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(3, 15, 35, .78) 0%, rgba(3, 15, 35, .58) 45%, rgba(3, 15, 35, .68) 100%);
        z-index: -2;
    }

    .breadcrumb-search-hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(255,255,255,.10), transparent 30%), radial-gradient(circle at bottom left, rgba(255,255,255,.08), transparent 28%);
        z-index: -1;
    }

.breadcrumb-search-hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.hero-mini-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .18);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .4px;
    backdrop-filter: blur(4px);
}

    .hero-mini-badge i {
        color: var(--primary);
    }

.breadcrumb-hero-title {
    margin: 0 0 18px;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 800;
    color: #fff !important;
    text-shadow: 0 8px 30px rgba(0,0,0,.18);
}

.breadcrumb-hero-subtitle {
    max-width: 760px;
    margin: 0 auto 34px;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255,255,255,.92);
}

.breadcrumb-search-wrapper {
    max-width: 760px;
    margin: 0 auto 26px;
}

.breadcrumb-search-box {
    display: flex;
    align-items: center;
    min-height: 72px;
    padding: 10px;
    border-radius: 18px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 18px 45px rgba(0,0,0,.18);
    border: 1px solid rgba(255,255,255,.35);
}

.breadcrumb-search-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(var(--primary-rgb), .10);
    color: var(--primary);
    font-size: 20px;
}

.breadcrumb-search-input {
    flex: 1;
    height: 58px;
    border: none;
    outline: none;
    background: transparent;
    padding: 0 18px;
    font-size: 17px;
    color: #243342;
}

    .breadcrumb-search-input::placeholder {
        color: #7b8794;
    }

.breadcrumb-search-button {
    height: 58px;
    min-width: 155px;
    padding: 0 24px;
    border: none;
    border-radius: 14px;
    background: var(--primary);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(var(--primary-rgb), .28);
    transition: all .3s ease;
}

    .breadcrumb-search-button:hover {
        background: var(--secondary);
        transform: translateY(-1px);
    }

.breadcrumb-menu-modern {
    margin-top: 8px;
}

    .breadcrumb-menu-modern li {
        position: relative;
        display: inline-block;
        margin: 0 14px;
        color: rgba(255,255,255,.88);
        font-size: 15px;
        font-weight: 500;
    }

        .breadcrumb-menu-modern li a {
            color: #fff !important;
        }

            .breadcrumb-menu-modern li a:hover {
                color: var(--primary) !important;
            }

        .breadcrumb-menu-modern li::after {
            content: "/";
            position: absolute;
            right: -18px;
            top: 0;
            color: rgba(255,255,255,.55);
        }

        .breadcrumb-menu-modern li:last-child::after {
            display: none;
        }

        .breadcrumb-menu-modern li.active {
            color: var(--primary);
        }

@media (max-width: 991px) {
    .breadcrumb-search-hero {
        min-height: 460px;
        padding: 150px 0 90px;
    }

    .breadcrumb-hero-title {
        font-size: 38px;
    }

    .breadcrumb-hero-subtitle {
        font-size: 16px;
        margin-bottom: 26px;
    }

    .breadcrumb-search-box {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 14px;
        min-height: auto;
    }

    .breadcrumb-search-icon {
        display: none;
    }

    .breadcrumb-search-input {
        width: 100%;
        height: 56px;
        padding: 0 14px;
        border-radius: 12px;
        background: #fff;
    }

    .breadcrumb-search-button {
        width: 100%;
        min-width: auto;
    }
}

@media (max-width: 767px) {
    .breadcrumb-search-hero {
        min-height: 400px;
        padding: 135px 0 75px;
    }

    .breadcrumb-hero-title {
        font-size: 30px;
    }

    .hero-mini-badge {
        font-size: 13px;
        padding: 9px 14px;
        top:50px;
    }

    .breadcrumb-hero-subtitle {
        font-size: 15px;
        line-height: 1.7;
    }
}