@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
    --primary-blue: #004D83;
    --dark-blue: #002d5c;
    --accent-yellow: #ffcc00;
    --roxo: #582291;
    --escuro: #2D2B32;
    --font-main: "Poppins", sans-serif;
}

body {
    font-family: var(--font-main);
    overflow-x: hidden !important;
}

.form-control {
    border: none;
    padding: 10px 10px 10px 15px;
    background-color: #F2F2F2 !important;
    border-radius: 16px;
}

/* Bootstrap Overrides */
.text-primary {
    color: var(--primary-blue) !important;
}

.text-secondary {
    color: var(--escuro) !important;
}

.text-muted {
    color: var(--escuro) !important;
}

.bg-primary {
    background-color: var(--primary-blue) !important;
}

.btn-primary {
    background-color: var(--roxo);
    border-color: var(--roxo);
}

.btn-primary:hover {
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
}

.text-warning {
    color: var(--accent-yellow) !important;
}

.bg-warning {
    background-color: var(--accent-yellow) !important;
}

.text-primary-dark {
    color: var(--dark-blue) !important;
}

.bg-primary-dark {
    background-color: var(--dark-blue) !important;
}

.shadow-sm {
    box-shadow: 5.24px 6.74px 22px -2.25px rgba(0, 0, 0, 0.25) !important
}

.fw-medium {
    color: var(--primary-blue);
    font-size: 20px;
    font-weight: 700 !important;
}

.btn.fw-bold {
    height: 65px;
    width: 313px;
    padding: 10px 20px;
    font-size: 28px;
    font-weight: 700 !important;
    border-radius: 18px;
}

.banner {
    background-image: url(../images/banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.banner h1 {
    font-size: 55px;
    font-weight: 800;
}

.banner p {
    font-size: 32px;
    font-weight: 700;
}

.banner .position-absolute {
    bottom: 0;
    left: 34%;
}

.hero-form {
    max-width: 360px;
    border-radius: 17.5px;
}

.forms-check {
    font-size: 10px;
    color: #000000;
}

section.bem-vindo {
    position: relative;
    overflow: hidden;
    min-height: 660px;
}

.loja {
    right: 0;
}

.loja img {
    position: absolute;
    right: 0;
    width: 791px;
    height: 637px;
}

.bem-vindo h2 {
    font-size: 46.5px;
}

.bem-vindo p {
    font-size: 20px;
}

section.aparelhos h2,
.cuidados h2,
.testimonials h2,
.unidades h2 {
    font-size: 48px;
}

section.aparelhos .sub-aparelhos,
.cuidados .sub-branco,
.testimonials .sub-testimonials {
    font-size: 40px;
    font-weight: 400;
}

.desc-produtos h3 {
    font-size: 32px;
}

.cuidados {
    max-height: 529px;
}

.cuidados .sub-branco {
    color: #ffffff;
}

.cuidados .card {
    max-width: 275.5px;
    width: 100%;
    max-height: 430px;
    border-radius: 22.4px;
}

.cuidados .card img {
    height: 180px;
    object-fit: cover;
    border-radius: 22.4px;
}

.cuidados .card-title {
    font-size: 18px;
    padding: 10px;
}

.testimonials {
    margin-top: 120px;
}

.testimonials .card-body {
    border-radius: 16px;

}

.contato-footer h3 {
    font-size: 32px;
    font-weight: 700;
}

.contato-footer p {
    font-size: 27.21px;
    font-weight: 400;
}

.direitos p {
    font-size: 18px;
}

.contato-footer a {
    text-decoration: none;
    color: #ffffff;
}
@media (min-width: 1921px) {
    .banner .position-absolute {
    left: 36% !important;
}
}
@media (max-width: 1199.99px) { 
    .cuidados .card img {
        height: 150px;
    }
}
/* Mobile Hero Adjustments */
@media (max-width: 991.98px) {
    section {
        padding: 0 20px;
    }

    .hero-form {
        max-width: 95% !important;
    }

    .banner {
        background: url('../images/banner.webp');
        background-size: cover;
        background-position: left;
        text-align: left;
        height: auto;
        padding: 40px 20px 0 20px;
        flex-direction: column;
    }

    .logo {
        padding: 0 10px !important;
    }

    .banner h1 {
        font-size: 28.22px;
    }

    .banner .lead,
    .card-title {
        font-size: 16.5px;
    }

    .banner p.h5 {
        font-size: 20.78px;
    }

    .btn.fw-bold {
        font-size: 22.96px;
        width: 100%;
        height: 54px;
    }

    .offset-lg-1 {
        display: flex;
        justify-content: center;
    }

    .produto-banner.position-absolute {
        position: relative !important;
        left: auto;
        top: auto;
        padding-top: 40px;
    }

    .bem-vindo {
        padding: 0 !important;
    }

    .texto-bv {
        padding: 0 20px !important;
    }

    .bem-vindo h2 {
        font-size: 39.5px;
    }

    .bem-vindo p {
        font-size: 17px;
    }

    .loja-mobile img {
        object-fit: contain;
        width: auto;
        height: 315px;
    }

    .testimonials img {
        width: 100% !important;
        height: auto !important;
    }

    .aparelhos {
        text-align: center;
    }

    .aparelhos h2 {
        font-size: 28.32px !important;
        font-weight: 800;
        line-height: 2rem;
    }

    .sub-aparelhos {
        font-size: 24px !important;
    }

    .product-item img {
        max-height: 280px !important;
    }

    .desc-produtos h3 {
        font-size: 27.42px !important;
    }

    .cuidados {
        max-height: 100% !important;
        padding-bottom: 80px !important;
    }

    .cuidados h2 {
        font-size: 33.8px !important;
    }

    .cuidados .sub-branco {
        font-size: 25px !important;
    }

    .cuidados .col-md-6 {
        display: flex;
        justify-content: center;
    }

    .testimonials {
        margin-top: 0 !important;
        padding-top: 10px !important;
    }

    .testimonials h2 {
        font-size: 25.47px !important;
    }

    .testimonials .sub-testimonials {
        font-size: 24px !important;
    }

    .unidades h2,
    .forms-footer h2 {
        font-size: 24px !important;
    }

    .forms-footer img {
        max-width: 200px !important;
        padding-bottom: 40px;
    }

    footer {
        padding: 0 40px;
    }
    footer .col-md-6 {
        padding: 0 !important;
    }

    .contato-footer h3 {
        font-size: 22px;
    }

    .contato-footer p {
        font-size: 18.21px;
    }
    .img-redes {
        width:55px;
        height: 55px;
    }
    .img-redes.instagram {
        width:70px;
        height: 70px;
    }
    .redes-footer {
        padding-top: 40px;
    }

}

/* Service Cards */
.service-card {
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

/* Navbar */
.nav-link {
    font-size: 0.95rem;
}

.nav-link:hover {
    color: var(--primary-blue) !important;
}

/* Footer */
.footer-social a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Floating WhatsApp button */
.whatsapp-float-btn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 64px;
    height: 64px;
    border: none;
    border-radius: 50%;
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1080;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.3);
}

.whatsapp-float-btn i {
    font-size: 1.9rem;
}

@media (max-width: 575.98px) {
    .whatsapp-float-btn {
        right: 16px;
        bottom: 16px;
        width: 58px;
        height: 58px;
    }
}
