@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;
    object-position: center;
}

.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;
    }
}

.btn-whatsapp {
    background-color: #25d366;
    color: white;
    transition: background 0.3s;
}

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

.color-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
    border: 1px solid #ddd;
}

.card-product {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.2s;
}

.card-product:hover {
    transform: translateY(-5px);
}

#hero-video .text-primary {
    color: #25d366 !important; 
    text-shadow: 0px 0px 15px rgba(255, 215, 0, 0.4);
}

#hero-video h6 {
    text-transform: uppercase;
    letter-spacing: 1px;
}

#hero-video p.small {
    line-height: 1.2;
}

.btn-hero {
    background-color: #25d366;
    border-color: #25d366;
    color: white;
    transition: background 0.3s, border-color 0.3s;
}

.badge-venezuela {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 8px 15px;
    border-radius: 50px;
    color: white;
    font-size: 0.9rem;
    animation: fadeInRight 1s ease-out;
}

.flag-mini {
    width: 20px;
    height: 12px;
    background: linear-gradient(to bottom, 
        #fce300 33.3%, 
        #0038a8 33.3%, #0038a8 66.6%, 
        #cf142b 66.6%);
    border-radius: 2px;
}

.color-swatch-sm {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.1); 
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1); 
}

.color-swatch-sm:hover {
    transform: scale(1.1);
    transition: transform 0.2s ease;
    cursor: pointer;
}

.owl-carousel .card-img-top {
    height: 280px;
    object-fit: cover;
}

.color-swatch-sm {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.1);
}

.whatsapp-btn {
    background-color: #25d366;
    color: white;
    border-radius: 8px;
    transition: 0.3s ease;
}

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

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

#carousel-principales {
    padding-bottom: 30px; 
    padding-top: 10px;
}

#carousel-principales .card {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 5px; 
}

#carousel-principales .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

#carousel-principales .card-img-top {
    height: 280px;
    object-fit: cover;
}

@keyframes fadeInRight {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0); }
}




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

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

/* --- 1. NAVBAR GENERAL */
.navbar-glass {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    padding: 15px 0;
    transition: all 0.3s ease;
}

.navbar-brand {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    color: #2c3e50; 
}

.btn-contact-gray {
    background-color: #6c757d; 
    color: #ffffff !important; 
    border: none;
    transition: all 0.3s ease;
}

.btn-contact-gray:hover {
    background-color: #495057;
    color: #ffffff !important;
    transform: translateY(-2px); 
    box-shadow: 0 5px 15px rgba(0,0,0,0.2) !important;
}

@media (max-width: 991px) {
    .navbar-collapse {
        background: #ffffff;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
        margin-top: 15px;
        border: 1px solid rgba(0,0,0,0.05);
        text-align: center;
    }

    .nav-link.mobile-link {
        padding: 12px 0;
        border-bottom: 1px solid #f0f0f0;
        color: #555;
        transition: color 0.3s, background 0.3s;
    }
    
    .nav-link.mobile-link:hover, 
    .nav-link.mobile-link:active {
        color: #0d6efd;
        background-color: #f8f9fa;
        border-radius: 8px;
    }

    .nav-item:last-child {
        margin-top: 15px;
        width: 100%;
    }
    
    .nav-item:last-child .btn {
        width: 100%;
        display: block;
    }
}

.custom-toggler:focus { box-shadow: none; }

.hamburger-lines {
    width: 28px;
    height: 22px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger-lines .line {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 10px;
    background: #333;
}

.hamburger-lines .line1 { transition: transform 0.4s ease-in-out; }
.hamburger-lines .line2 { transition: transform 0.2s ease-in-out; }
.hamburger-lines .line3 { transition: transform 0.4s ease-in-out; }

button[aria-expanded="true"] .line1 { transform: rotate(45deg) translate(6px, 6px); }
button[aria-expanded="true"] .line2 { transform: scaleY(0); }
button[aria-expanded="true"] .line3 { transform: rotate(-45deg) translate(6px, -6px); }


/*ESTADOS AL HACER SCROLL */

.navbar-glass.scrolled-nav {
    background: rgba(0, 0, 0, 0.95); 
    box-shadow: 0 4px 30px rgba(255, 255, 255, 0.1);
}

.scrolled-nav .navbar-brand,
.scrolled-nav .nav-link,
.scrolled-nav .hamburger-lines .line {
    color: #ffffff !important;
    background-color: transparent; 
}

.scrolled-nav .hamburger-lines .line {
    background: #ffffff !important;
}


@media (max-width: 991px) {
    .scrolled-nav .navbar-collapse {
        background: rgba(15, 15, 15, 0.98) !important; 
        border: 1px solid rgba(255, 255, 255, 0.1); 
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8); 
    }

    .scrolled-nav .nav-link.mobile-link {
        color: #ffffff !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
    }
    
    .scrolled-nav .nav-link.mobile-link:hover,
    .scrolled-nav .nav-link.mobile-link:active {
        background-color: rgba(255, 255, 255, 0.15) !important; 
        color: #ffffff !important;
    }
}

.container-fluid {
    --bs-gutter-x: 0;
}