

/* Override Bootstrap primary color */
.btn-primary {
  background:#fc5414;
  border-color: #fc5414;
  font-weight: 600;
}

.btn-primary:hover,
.btn-primary:focus {
  background:#ffffff;
  color: #000000;
  border-color: #fc5414;
}

.text-primary {
  color: var(--primary-color) !important;
}

/* General Styles - Tema Oscuro */
body {
  
  line-height: 1.6;
  background: #000000;
  color: #ffffff;
}

.badge {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: #fc5414 !important;
}

/* Override Bootstrap para tema oscuro */
.bg-light {
  background: #2d3748 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
}

.text-muted {
  color: #a0aec0 !important;
}

.lead {
  color: #a0aec0;
}

/* Phone Mockup Styles */
.phone-mockup {
  position: relative;
  display: inline-block;
  padding: 20px;
}

.phone-frame {
  position: relative;
  width: 280px;
  height: 570px;
  background-image: url("./assets/img/mobil-placeholder.png");
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover; 
  padding: 12px;
 
  overflow: hidden;
}

.phone-frame::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 28px;
  background: #000;
  border-radius: 16px;
  z-index: 10;
}

.phone-frame::after {
  content: '';
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  z-index: 11;
}

.phone-screen {
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 35px;
  overflow: hidden;
  position: relative;
}

.phone-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease-in-out;
}

/* Feature List Styles - Sin Border Radius */
.feature-list {
  padding: 0;
}

.feature-item {
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
 
}

.feature-item:hover {
  background: #2d3748;
  border-left-color: var(--primary-color);
  transform: translateX(5px);
  box-shadow:  0 0.5rem 1rem rgba(0, 0, 0, 0.4);;
}

.feature-item.active {
  background: #2d3748;
  border-left-color: var(--primary-color);
  box-shadow:  0 0.5rem 1rem rgba(0, 0, 0, 0.4);;
}

.feature-item h6 {
  margin: 0;
  color:#ffffff;
  font-size: 0.95rem;
  line-height: 1.5;
}

.feature-item.active h6 {
  color: var(--primary-color);
}

/* Push Notifications */
.push-sec {
  background:#000000;
    
}

.restaurante-sec {
  background:#000000;
    
}


.idioma-sec {
  background:#0f0f0f;
    
}
.features-sec {
  background: #0f0f0f;
    
}

.funcion-app-sec {
  background:#0f0f0f;
  padding: 100px 0 0 0 !important;
    
}
.contacto-sec {
  background:#0f0f0f;
  padding: 100px 0 0 0 !important;
    
}

/* Dashboard Section Styles - Tema Oscuro y Boxes Más Pequeños */
#dashboard-section {
  background: #000000;
}

.text-slide-container {
  position: relative;
}

.text-slide-item {
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;


}

.text-slide-item:hover {
  border-color: var(--primary-color);
  background: #2d3748;
  box-shadow:  0 0.5rem 1rem rgba(0, 0, 0, 0.4);;
  transform: translateY(-2px);
}

.text-slide-item.active {
  border-color: var(--primary-color);
  background:#2d3748;
  box-shadow:  0 0.5rem 1rem rgba(0, 0, 0, 0.4);;
}

.text-slide-item h5 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 1rem;
}

.text-slide-item.active h5 {
  color: var(--primary-color);
}

.text-slide-item p {
  margin: 0;
  line-height: 1.4;
  color: #a0aec0;
}

/* Dashboard Image Container - Más Grande */
.dashboard-container {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.6);
  background: #343a40;
}

.dashboard-img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.5s ease-in-out;
  border-radius: 8px;
}

/* Fade Animation Classes */
.fade-out {
  opacity: 0;
}

.fade-in {
  opacity: 1;
}

/* Responsive Design */
@media (max-width: 992px) {
  .phone-frame {
    width: 240px;
    height: 490px;
  }

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

  .display-5 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .phone-mockup {
    padding: 10px;
  }

  .phone-frame {
    width: 200px;
    height: 410px;
    border-radius: 35px;
    padding: 10px;
  }

  .phone-frame::before {
    width: 120px;
    height: 24px;
    border-radius: 12px;
  }

  .phone-screen {
    border-radius: 28px;
  }

  .feature-item {
    padding: 15px;
    margin-bottom: 8px;
  }

  .text-slide-item {
    padding: 12px;
    margin-bottom: 8px;
  }

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

  .display-5 {
    font-size: 1.75rem;
  }

  /* Stack features below phone on mobile */
  #driver-section .col-lg-4:last-child {
    order: 3;
    margin-top: 2rem;
  }

  /* Dashboard en móvil - imagen primero */
  #dashboard-section .order-1 {
    margin-bottom: 2rem;
  }
}

@media (max-width: 576px) {
  .phone-frame {
    width: 370px;
    height: 737px;
  }

  .feature-item h6,
  .text-slide-item h5 {
    
  }

  .text-slide-item p {
   
  }

  .btn-lg {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }
}

/* Loading and Transition States */
.loading {
  opacity: 0.7;
  pointer-events: none;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Custom scrollbar for WebKit browsers */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #fc5414;
}


/* Whithe Label--------------- */


