/**********************************/
/******** GENERAL STYLES **********/
/**********************************/
body{
    background-color: #151515;
    font-family: 'DM Sans';
    color: white !important;
}
a{
    text-decoration: none !important;
    color: white !important;
}
h1{
    font-weight: 600;
}
/**********************************/
/********** NAVBAR MENU OLD ***********/
/**********************************/
/* .logo-box {
    width: 120px;
    height: 120px;
    background-color: #3CDD3C;
    padding: 6px 10px;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    
  }
.navbar.scrolled .logo-box {
background-color: transparent;
}  
.fixed-top {
z-index: 1030;
}
.navbar-nav .nav-link {
    padding: 6px 38px !important;
    border-radius: 100px;
    background-color: transparent;
    margin: 0px 6px;
    backdrop-filter: blur(8px);
    transition: background-color 0.3s ease;
    color: rgba(255, 255, 255, 0.7); 
  }
  
.navbar-nav .nav-link:hover {
    background-color: #ffffff1a; 
    color: rgba(255, 255, 255, 0.85);
}
.navbar-toggler{
    border: 0px !important;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    background-color: #ffffff31;
    border-radius: 100px;
    color: white;
    backdrop-filter: blur(8px);
    filter: drop-shadow(0px 13px 22px rgba(8, 155, 33, 0.418));
}
@media (max-width: 991.98px) {
.navbar .navbar-collapse.show {
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 1rem;
  }
}*/
.nav-menu-mobile{
    background-color: #24242483;
    backdrop-filter: blur(8px);
    border-radius: 18px;
    color: white;
    padding: 6px 36px !important;
}
.nav-menu-mobile{
    color: #3CDD3C !important;
} 
/**********************************/
/********** search MENU ***********/
/**********************************/
.search-input-wrapper {
    position: relative;
    width: 100%;
    text-align: end;
  }
  
  .search-input {
    padding-left: 2.5rem;
    background-color: #44444448;
    border: 1px solid #5f5f5f;
    border-radius: 100px;
    color: rgba(255, 255, 255, 0.205) !important;
  }
  
  .search-input::placeholder {
    color: rgba(255, 255, 255, 0.281);
  }
  
  .search-icon {
    position: absolute;
    top: 50%;
    left: 0.75rem;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    opacity: 0.5;
  }
/**********************************/
/********** INDEX PAGE ***********/
/**********************************/ 

.web-card-banner{
    width: 100%;
    height: 30vh;
    background-color: #4242426c;
    backdrop-filter: blur(8px);
    padding: 26px;
    border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: drop-shadow(0px 13px 22px rgba(116, 116, 116, 0.295));
}
@media (max-width: 768px) {
    .web-card-banner {
        padding: 20px;
    }
}
.web-card-banner-fw{
    width: 360px;
    height: calc(30vh - 52px);
    background-color: #ffffff15;
    backdrop-filter: blur(8px);
    border-radius: 20px;
    padding: 52px 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .web-card-banner-fw {
        width: 100%;
    }
}
.web-card-sm{
    width: 100%;
    height: auto;
    background-color: #4242426c;
    /* background-color: #24242483; */
    backdrop-filter: blur(8px);
    padding: 16px;
    border-radius: 12% 12% 12% 12% / 10% 10% 10% 10% ;
    
    margin-bottom: 20px;
}
.web-card-sm:hover{
    filter: drop-shadow(0px 13px 16px rgba(30, 42, 49, 0.295));
}

.web-card-sm-img{
    width: 100%;
    height: 260px;
    border-radius: 8% 8% 8% 8% / 8% 8% 8% 8% ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 768px) {
    .web-card-sm-img {
        height: 160px;
    }
}
.web-card-sm-fw{
    width: 100%;
    height: auto;
    padding: 10px 0px;
    color: white;
}
.web-fw-hashtag{
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: lighter;
}
.web-btn-light{
    width: 100%;
    height: auto;
    background-color: white;
    color: #151515;
    border-radius: 100px;
    border: 1px solid white;
    padding: 6px 38px !important;
    font-family: 'DM Sans';
    filter: drop-shadow(0px 13px 22px rgba(52, 131, 56, 0.295));
}
.web-btn-dark{
    width: auto;
    height: auto;
    background-color: #151515d2;
    color: white;
    border-radius: 100px;
    border: 1px solid #151515d2;
    padding: 6px 22px !important;
    font-family: 'DM Sans';
}
/**********************************/
/********** ITEMS PAGES ***********/
/**********************************/
.web-card-md{
    width: 100%;
    height: 50vh;
    background-color: #ffffff15;
    backdrop-filter: blur(8px);
    border-radius: 20px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .web-card-md {
        padding: 0px;
    }
}
.web-card-md-img{
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.web-card-md-fw{
    width: 100%;
    height: auto;
    background-color: #ffffff15;
    backdrop-filter: blur(8px);
    border-radius: 20px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.web-card-md-fw p {
    margin-bottom: 0px !important;
}
.chiquip_abajo{
    font-size: 12px !important;
}
.web-card-user{
    width: 60px;
    height: 60px;
    background-color: #151515;
    border-radius: 100px;
}
.web-form-control {
    width: 100%;
    height: auto;
    background-color: #151515;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.753) !important;
    border: 1px solid #151515 !important;
}

.web-form-control:focus{
    background-color: #151515;
}
.form-floating>label{
    color: rgba(255, 255, 255, 0.596) !important;
    background-color: transparent !important;
}
.form-floating>textarea:focus~label::after, .form-floating>textarea:not(:placeholder-shown)~label::after{
    background-color: transparent !important;
}
.col-foruser{
   width: 10%;
   height: auto;
   flex-shrink: 0 !important;
}
@media (max-width: 991px) {
  .col-foruser {
     width: 100%;
     flex-shrink: 0;
  }
}
/**********************************/
/********** ITEMS BLUR ANIMATION ***********/
/**********************************/
.background-blur-ball {
    position: fixed;
    border-radius: 50%;
    filter: blur(150px);
    opacity: 0.6;
    z-index: -1;
    animation: moveBlur 15s ease-in-out infinite alternate;
  }
  
  /* Verde: la original */
  .green-ball {
    top: 20%;
    left: 10%;
    width: 400px;
    height: 400px;
    background: #49E05B;
    animation-delay: 0s;
  }
  
  /* Azul: la nueva */
  .blue-ball {
    bottom: 15%;
    right: 5%;
    width: 300px;
    height: 300px;
    background: #009FE3;
    animation-delay: 3s;
  }
  
  /* Animación compartida */
  @keyframes moveBlur {
    0% {
      transform: translate(0, 0) scale(1);
    }
    50% {
      transform: translate(40px, -20px) scale(1.05);
    }
    100% {
      transform: translate(-30px, 30px) scale(0.95);
    }
  }
/**********************************/
/********** COMMENT BOX ***********/
/**********************************/
  .comment-box {
    width: 100%;
    height: auto;
    background-color: #151515da;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.753) !important;
    border: 1px solid #151515 !important;
    padding: 1rem;
  }

  .comment-box textarea {
    background-color: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    resize: none;
  }

  .comment-box textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
  }

  .comment-box button,
  .comment-box label,
  .comment-box .dropdown-toggle {
    background-color: #1f1f1f;
    border: none;
    color: rgba(255, 255, 255, 0.8);
  }

  .comment-box img.preview-img {
    max-width: 150px;
    margin-top: 10px;
    border-radius: 8px;
  }

  .comment-box .dropdown-menu {
    background-color: #1f1f1f;
    border: none;
  }

  .comment-box .dropdown-menu img {
    width: 50px;
    cursor: pointer;
  }
  /* Focus del textarea: sin borde azul y color de texto mantenido */
.comment-box textarea:focus {
    outline: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.85);
  }
  
  /* Placeholder con buen contraste */
  .comment-box textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  
  /* Color del texto seleccionado (opcional, estético) */
  .comment-box textarea::selection {
    background: rgba(255, 255, 255, 0.2);
    color: white;
  }
  
  /* También puedes evitar que el botón al hacer focus se ilumine raro */
  .comment-box button:focus,
  .comment-box .dropdown-toggle:focus,
  .comment-box label:focus {
    box-shadow: none !important;
    outline: none !important;
  }
  .nav-item{
    list-style: none !important;
}
.web-bng-footer {
    font-weight: 400 !important;
    opacity: 0.8;
}

/* MENU B&D GARAGE */
/* =====================
   VARIABLES GENERALES
===================== */
:root {
  --header-height: 40px;
  --logo-size: 120px;
  --logo-gap: 24px;

  --header-bg: #000;
  --brand-color: #49E05B;
  --menu-text: #9b9b9b;
}
@media (max-width: 768px) {
  :root {
    --menu-text: #ffffff; 
}
}
/* =====================
   BARRA NEGRA
===================== */
.web-navbar-dark {
  background-color: var(--header-bg);
}

/* Wrapper que reserva altura */
.header-wrapper {
  height: var(--header-height);
  padding-bottom: calc(var(--logo-size) - var(--header-height));
}

/* Container relativo (CLAVE) */
.header-container {
  position: relative;
  height: 100%;
}

/* =====================
   LOGO FLAG
===================== */
.web-flag-logo {
  width: var(--logo-size);
  height: var(--logo-size);
  background-color: var(--brand-color);

  position: absolute;
  top: 0;
  left: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.web-flag-logo img {
  max-width: 70%;
  height: auto;
}

/* =====================
   GRID HEADER
===================== */
.header-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  height: 100%;

  padding-left: calc(var(--logo-size) + var(--logo-gap));
}

/* =====================
   BRANDS
===================== */
.header-brands {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-brands img {
    width: 50px;
  opacity: 0.35;
  transition: opacity 0.3s ease;
}

.header-brands img:hover {
  opacity: 1;
}

/* =====================
   MENÚ PRINCIPAL
===================== */
.web-navbar-nav-white {
  padding-left: calc(var(--logo-size) + var(--logo-gap)) !important;
  padding-top: 8px; 
}
.web-navbar-nav-white .nav-link {
  color: var(--menu-text) !important;
  letter-spacing: 1px;
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .nav-link {
    color: rgb(216, 216, 216) !important;
  }
}
.active-page {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: var(--brand-color);
}

/* =====================
   MOBILE MENU
===================== */
.web-navbar-open {
  position: fixed;          /* 🔑 */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;

  background-color: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(30px);

  padding: 40px;
  z-index: 9999;

  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.web-navbar-open.show {
  transform: translateY(0);
  opacity: 1;
}

.web-navbar-open.collapsing {
  height: 100vh;         
  display: block;  
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-header img {
  width: 70px;
}

.close {
  background: none;
  border: 0;
  color: white;
  font-size: 1.5rem;
}
.navbar-toggler {
  position: absolute;
  top: 50%;             
  right: 0;             
  transform: translateY(-50%);
  z-index: 20;           
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  padding: 0.25rem 0.5rem;
}

/* =====================
   MOBILE LINKS
===================== */
@media (max-width: 991px) {
  .navbar-nav .nav-link {
    color: white;
    font-size: 14px;
    padding: 10px 0;
  }
}

.language-switch a{
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #27A8FF !important;
    font-weight: 600;
}
a{
    text-decoration: none !important;
}