@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    padding-top: 66px;
}


#main-nav {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: background-color 0.3s ease;
}

#main-nav.scrolled {
    background-color: #212529;
    transition: background-color 0.3s ease;
}

#main-nav.scrolled .nav-link,
#main-nav.scrolled .navbar-brand {
    color: #ffffff !important;
}

.nav-link.active {
    font-weight: 700;
    color: #0d6efd !important;
}


.hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('https://plus.unsplash.com/premium_photo-1683140425081-14c44089acd0?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8R3JhbmRlcyUyMHNvZiVDMyVBMXMlMjBzZWNjaW9uYWxlc3xlbnwwfHwwfHx8MA%3D%3D&fm=jpg&q=60&w=3000');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    color: white;
    position: relative;
}

.furni-pro-logo {
    font-size: 6rem;
    font-weight: 900;
    letter-spacing: 0.5rem;
    text-transform: uppercase;
    line-height: 1;
}

.value-prop-icon {
    font-size: 2rem;
    color: #25D366;
    margin-bottom: 0.5rem;
}

.custom-btn-glow {
    box-shadow: 0 0 15px rgba(13, 110, 253, 0.5);
    transition: all 0.3s ease;
}

.custom-btn-glow:hover {
    box-shadow: 0 0 25px rgba(13, 110, 253, 0.8);
    transform: scale(1.05);
}


.section-3d-focus {
    background-color: #000000;
    background-image: radial-gradient(circle, #343a40, #000000);
    color: white;
}

.interactive-viewer-box {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

#viewer-container {
    background-color: #2c3e50 !important;
    border: 2px solid #0d6efd;
    position: relative;
    overflow: hidden;
    transition: background-image 0.5s ease;
}


.product-card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border: none;
    border-radius: 12px;
    overflow: hidden;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card-img-top {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.product-price {
    font-size: 1.5rem;
    font-weight: 800;
    color: #28a745;
}

.whatsapp-btn {
    background-color: #25D366;
    border-color: #25D366;
    color: white;
}

.whatsapp-btn:hover {
    background-color: #128C7E;
    border-color: #128C7E;
    color: white;
}

#vista-ambiente .container {
    position: relative;
    padding-bottom: 100px;
}


.carousel-background-img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    filter: brightness(0.8);
}


.static-furniture-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.furniture-image {
    width: 400px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}


.bg-dark-transparent {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
}


.color-swatch {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #ccc;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    opacity: 0.8;
}

.color-swatch.active {
    border-color: #000;
    transform: scale(1.1);
    opacity: 1;
}


.color-options-container {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.text-primary {
    --bs-text-opacity: 1;
    color: #25D366 !important;
}

@media (max-width: 991.98px) {
    body {
        padding-top: 56px;
    }
}

.map-container iframe {
    border-radius: 8px;
}


.social-icons-contact .social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.social-icons-contact .social-btn.facebook {
    background-color: #3b5998;
}

.social-icons-contact .social-btn.instagram {
    background-color: #E1306C;
}

.social-icons-contact .social-btn.tiktok {
    background-color: #000000;
}

/* Efecto hover */
.social-icons-contact .social-btn.facebook:hover {
    background-color: #2d4373;
    transform: translateY(-2px);
}

.social-icons-contact .social-btn.instagram:hover {
    background-color: #c13584;
    transform: translateY(-2px);
}

.category-img-wrapper {
    overflow: hidden;
    height: 350px;
    position: relative;
}

.category-img-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.category-link:hover .category-img-wrapper img {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .category-img-wrapper {
        height: 200px;
    }
}

@media (max-width: 768px) {

    .furni-pro-logo {
        font-size: 2.2rem;
        letter-spacing: 0.1rem;
        margin-bottom: 1rem;
    }

    .hero-section {
        min-height: auto;
        padding: 4rem 1rem;
        text-align: center;
    }

    .hero-section p.lead {
        font-size: 1.1rem;
    }

    .value-prop-icon {
        font-size: 1.5rem;
    }

    .col-4 .small {
        font-size: 0.75rem;
    }


    .carousel-background-img {
        height: 350px;
    }


    .furniture-image {
        width: auto;
        max-width: 85vw;
        height: auto;
    }

    .static-furniture-overlay {
        top: 60%;
        width: 100%;
        text-align: center;
    }

    .card-img-top {
        height: 200px;
    }

    .category-img-wrapper {
        height: 160px;
    }

    .category-link h5 {
        font-size: 0.9rem;
      
    }

   
    h2 {
        font-size: 1.8rem;
        
    }

    .display-4 {
        font-size: 2.5rem;
    }
}


@media (max-width: 380px) {
    .furni-pro-logo {
        font-size: 1.8rem;
    }

    .btn {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}