/*
Theme Name: INX
Theme URI: 
Author: 
Author URI: 
Description: A modern WordPress theme featuring Bootstrap, Font Awesome, and Animate.js
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inx
Tags: bootstrap, animate.js, font-awesome, responsive
*/

/* ==========================================================================
   Variables
   ========================================================================== */
:root {
    --primary-color: #fff;
    --secondary-color: rgba(255, 255, 255, 0.8);
    --transition-speed: 0.3s;
    --header-height: 76px;
    --border-radius: 50px;
}

/* ==========================================================================
   Base Styles
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

html {
    scroll-behavior: smooth;
    margin-top: 0 !important;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #333;
    margin-top: 0 !important;
}

/* Hide WordPress Admin Bar */
#wpadminbar {
    display: none !important;
}

/* ==========================================================================
   Header Styles
   ========================================================================== */
.site-header,
.site-header-mobile {
    background-color: transparent;
    transition: all var(--transition-speed) ease;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

/* Desktop Header */
.site-header {
    padding: 0;
}

.site-header .navbar {
    padding: 0;
}

.site-header .container-fluid {
    display: flex;
    flex-direction: row;
    padding: 0;
}

/* Logo Section */
.logo-section {
    padding: 10px 30px 10px 50px;
    border-bottom-right-radius: var(--border-radius);
    display: flex;
    align-items: center;
}

/* Menu Section */
.menu-section {
    padding: 10px 50px 10px 30px;
    border-bottom-left-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
}

/* Instagram Icon */
.instagram {
    margin: 0 15px;
    z-index: 10;
}

.instagram img {
    max-height: 30px;
    transition: transform var(--transition-speed) ease;
}

.instagram img:hover {
    transform: scale(1.1);
}

/* Navigation Links */
.navbar-dark .navbar-nav .nav-link {
    color: var(--primary-color);
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: color var(--transition-speed) ease;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: var(--secondary-color);
}

/* Header Spacer */
.header-spacer {
    height: var(--header-height);
}

/* Mobile Header */
.site-header-mobile .navbar-brand img {
    max-height: 40px;
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */
@media (max-width: 991.98px) {
    .site-header {
        display: none;
    }
    
    .site-header-mobile {
        display: block;
    }
}

@media (min-width: 992px) {
    .site-header {
        display: block;
    }
    
    .site-header-mobile {
        display: none;
    }
}

/* Add your custom styles below */ 

.main-product-container {
    margin-top: 10rem;
}
.site-footer{
    overflow-x: hidden;
}
div#product-container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding-bottom: 4rem;
}

.banner-section {
    position: relative;
    overflow: hidden;
    height: 44rem;
    background-size: cover;
    background-position: center;
}

.banner-slider {
    height: 100%;
}

.banner-slide {
    height: 44rem;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.banner-prev,
.banner-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.banner-prev:hover,
.banner-next:hover {
    background: rgba(255, 255, 255, 0.4);
}

.banner-prev {
    left: 20px;
}

.banner-next {
    right: 20px;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
}

.banner-content {
    padding: 2rem;
    color: #fff;
}

.banner-text {
    font: normal normal 300 72px/80px Poppins;
    letter-spacing: -4.32px;
    color: #304445;
    opacity: 1;
}

.banner-content a {
    background: #79B82B;
    border: 0;
    height: 3rem;
    display: flex;
    align-items: center;
    max-width: 18rem;
    text-align: center;
    justify-content: center;
    transition: 0.5s;
}

.banner-content a:hover {
    background: #F15A2B;
}

@media (max-width: 767px) {
    .banner-section,
    .banner-slide {
        height: auto;
        min-height: 80vh;
    }
    
    .banner-text {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .banner-prev,
    .banner-next {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .card-body p{
        text-align: center !important;
    }
    .titulo-comentarios {
        padding: 0rem 3rem;
        text-align: center;
    }
    .titulo-comentarios {
        text-align: center;
    }
}
button.owl-prev {
    margin-top: -2rem;
}
button.owl-next {
    margin-top: -2rem;
}
.card-body p {
    text-align: justify;
    font-size: 22px;
    color: #fff;
}
h5.card-title {
    text-align: justify;
    color: #fff;
}
.testimonial-stars {
    color: #fff;
    margin-bottom: 15px;
    text-align: justify;
}
.titulo-comentarios {
    padding: 0rem 4rem;
}
.titulo-comentarios {
    margin-bottom: 0 !important;
}
.instagram-icon {
    color: #F15A2B;
}
.nombre-instagram {
    font-size: 1.2rem;
}
.titulo-instagram {
    font-size: 2.8rem;
}
.imagen-instagram {
    margin-bottom: 20px;
}

