body {
    height: auto !important;
}
p {
    color: #636363;
}
.header-area, .stick {
    background: #fff !important;
    padding: 0 0 6px;
    border-bottom: 1px solid #2957a4;
}

.hero-banner-img{
    /*height: clamp(360px, 68vh, 760px);*/
    object-fit: cover;
}

.welcome-area-wrap {
    margin-top: 84px;
    text-align: center;
}

#servicesCarousel .carousel-item {
    cursor: all-scroll;
}

.float-left {
    float: left;
}

.max-width {
    max-width: 400px;
}

.mt-9{
    margin-top: 9rem!important;
}

.mobile .bars {
    color: #1b1e21 !important;
    background: #28559f !important;
}

/* ===== FOOTER - Estrutura em colunas (fundo escuro, textos claros) ===== */
.footer-area {
    color: #e0e0e0;
    padding-bottom: 0;
}
.footer-area .section-padding { padding-top: 2.5rem; }
.footer-main { padding: 2.5rem 0 2rem; }
.footer-columns { align-items: flex-start; }
.footer-col { margin-bottom: 1.5rem; }
.footer-brand .footer-logo {
    display: block;
    margin-bottom: 1.25rem;
    max-width: 180px;
}
.footer-brand .footer-logo img { max-height: 50px; width: auto; }
.footer-subtitle {
    color: #b0b0b0;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0 0 0.25rem;
}
.footer-text-muted {
    color: #a0a0a0;
    font-size: 0.8rem;
    margin: 0 0 1rem;
    line-height: 1.4;
}
.footer-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: none;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a {
    color: #c0c0c0;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}
.footer-links a:hover { color: #fff; }
.footer-social {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.footer-social li { margin: 0; }
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #fff;
    background: rgba(255,255,255,0.15);
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.footer-social a:hover {
    background: rgba(255,255,255,0.3);
    color: #fff;
}
.footer-contact .footer-central { margin-top: 0.5rem; }
.footer-phone {
    margin: 0.5rem 0 0;
    font-size: 1.1rem;
    font-weight: 700;
}
.footer-phone a {
    color: #fff;
    text-decoration: none;
}
.footer-phone a:hover { text-decoration: underline; }
.footer-phone i { margin-right: 0.35rem; opacity: 0.9; }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 1.25rem 0;
    text-align: center;
}
.footer-bottom {
    text-align:center;
}
.footer-legal {
    color: #888;
    font-size: 12px !important;
    margin: 0 0 0.35rem;
    line-height: 1.5;
}
.footer-address { margin-bottom: 0.5rem; }
.footer-copyright {
    color: #777;
    font-size: 0.75rem;
    margin: 1rem 0 0;
    text-transform: uppercase;
}

.primery-heading strong.filltext {
    display: none;
}

.single-blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}