/* Root Variables */
:root {
    /* ...tus variables de colores oscuros se mantienen... */
    --primary-color: #ff8c00;
    --secondary-color: #ffa500;
    --warning-color: #ffc107;
    --dark-bg: #0a0e1a;
    --dark-card: #1a1f2e;
    --dark-card-hover: #252a3a;
    --text-light: #e0e6ed;
    --text-muted: #9ca3af;
    --gradient-primary: linear-gradient(135deg, #ff8c00 0%, #ffa500 100%);
    --gradient-bg: linear-gradient(135deg, #0a0e1a 0%, #1a1f2e 50%, #0a0e1a 100%);
    --shadow-card: 0 10px 30px rgba(0, 0, 0, 0.1); /* Sombra más suave para tema claro */
    --shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.15); /* Sombra más suave para tema claro */
}

/* Global Styles */
body {
    font-family: 'Inter', sans-serif;
    /* ▼▼ CAMBIA ESTAS DOS LÍNEAS ▼▼ */
    background: linear-gradient(135deg, #f0f2f5 0%, #ffffff 100%);
    color: #212529; /* Texto oscuro principal */

    line-height: 1.6;
    overflow-x: hidden;
    padding-top: 80px; /* Mantenemos el espacio para el menú */
}

html {
    scroll-behavior: smooth;
}

/* ======================================================= */
/* PERSONALIZAR COLOR DEL ÍCONO DEL MENÚ HAMBURGUESA     */
/* ======================================================= */

/* Cambia el color de las tres líneas del ícono */
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(40, 167, 69, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Cambia el color del borde del botón */
.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
}

/* ======================================================= */
/* ESTILOS PERSONALIZADOS PARA TARJETAS DE PÁGINA PRODUCTOS */
/* ======================================================= */

/* Estilos para la tarjeta base */
.product-page-cards .card {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 15px; /* Bordes redondeados consistentes */
    color: #212529;
    transition: all 0.3s ease;
    overflow: hidden; /* Para que la imagen respete los bordes redondeados */
}

/* ======================================================= */
/* NUEVOS ESTILOS DE BOTÓN PERSONALIZADOS (VERDE Y ROJO)   */
/* ======================================================= */

/* --- Estilo para el Botón Verde --- */
.btn-verde {
    background: #28a745; /* Color verde */
    border: none;
    color: white !important; /* Texto blanco */
    font-weight: 600;
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-verde:hover {
    background: #218838; /* Verde un poco más oscuro al pasar el mouse */
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(40, 167, 69, 0.3);
    color: white !important;
}

/* --- Estilo para el Botón Rojo --- */
.btn-rojo {
    background: #dc3545; /* Color rojo */
    border: none;
    color: white !important; /* Texto blanco */
    font-weight: 600;
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-rojo:hover {
    background: #c82333; /* Rojo un poco más oscuro al pasar el mouse */
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(220, 53, 69, 0.3);
    color: white !important;
}

/* Efecto hover para la tarjeta */
.product-page-cards .card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
    background-color: var(--dark-card-hover);
}

/* Ajuste para la imagen de la tarjeta */
.product-page-cards .card-img-top {
    height: 220px;
    object-fit: cover; /* Asegura que la imagen cubra el espacio sin deformarse */
    border-bottom: 1px solid rgba(255, 140, 0, 0.1);
}

/* Estilos para el título y texto de la tarjeta */
.product-page-cards .card-title {
    color: #212529;
    font-weight: 600;
}

.product-page-cards .card-text {
    color: #6c757d;
    flex-grow: 1; /* Permite que el texto crezca y empuje el botón hacia abajo */
}

/* ================================== */
/* ESTILOS PARA EL BANNER      */
/* ================================== */

/* Ajuste para que el contenido no quede oculto bajo el menú fijo */
body {
    padding-top: 80px; /* Ajusta este valor si la altura de tu menú es diferente */
}

.page-banner {
    /* --- Imagen y Color de Fondo --- */
    /* REEMPLAZA 'images/carrusel1.png' CON LA RUTA DE TU IMAGEN DE FONDO */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/QUIENES.JPG');
    background-size: cover; /* Para que la imagen cubra todo el espacio sin deformarse */
    background-position: center center; /* Centra la imagen */

    /* --- Dimensiones y Espaciado --- */
    height: 40vh; /* Altura del banner (40% de la altura de la ventana) */
    padding: 2rem;

    /* --- Centrado del Texto --- */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.page-banner2 {
    /* --- Imagen y Color de Fondo --- */
    /* REEMPLAZA 'images/carrusel1.png' CON LA RUTA DE TU IMAGEN DE FONDO */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/QUIENESSOMOS-BANNER.PNG');
    background-size: cover; /* Para que la imagen cubra todo el espacio sin deformarse */
    background-position: center center; /* Centra la imagen */
    
     /* --- Dimensiones y Espaciado --- */
    height: 40vh; /* Altura del banner (40% de la altura de la ventana) */
    padding: 2rem;

    /* --- Centrado del Texto --- */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}

.page-banner3 {
    /* --- Imagen y Color de Fondo --- */
    /* REEMPLAZA 'images/carrusel1.png' CON LA RUTA DE TU IMAGEN DE FONDO */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/SERVICIOS.JPG');
    background-size: cover; /* Para que la imagen cubra todo el espacio sin deformarse */
    background-position: center center; /* Centra la imagen */

    /* --- Dimensiones y Espaciado --- */
    height: 40vh; /* Altura del banner (40% de la altura de la ventana) */
    padding: 2rem;

    /* --- Centrado del Texto --- */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.page-banner4 {
    /* --- Imagen y Color de Fondo --- */
    /* REEMPLAZA 'images/carrusel1.png' CON LA RUTA DE TU IMAGEN DE FONDO */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/CONTACT.JPG');
    background-size: cover; /* Para que la imagen cubra todo el espacio sin deformarse */
    background-position: center center; /* Centra la imagen */

    /* --- Dimensiones y Espaciado --- */
    height: 40vh; /* Altura del banner (40% de la altura de la ventana) */
    padding: 2rem;

    /* --- Centrado del Texto --- */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.page-banner h1 {
    color: white;
    font-size: 3.5rem;
    font-weight: 700;
    /* Sombra para que el texto sea más legible */
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); 
}

/* Navigation Styles */
/* Navigation Styles */
.navbar {
    background: rgba(255, 255, 255, 0.85); /* Fondo blanco semitransparente */
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #dee2e6;     /* Borde gris claro, a juego con las tarjetas */
    transition: all 0.3s ease;
    padding: 1rem 0;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #212529 !important; /* Cambiar a oscuro */
}
/* Estilo para el enlace del menú de la página activa */
.navbar-nav .nav-link.active {
    color: #28a745 !important; /* <-- CAMBIADO A VERDE */
}

.navbar-nav .nav-link.active::after {
    width: 100%;
}

.navbar-nav .nav-link {
    color: #212529 !important; /* Cambiar a oscuro */
    font-weight: 500;
    margin: 0 0.5rem;
    transition: all 0.3s ease;
    position: relative;
}

.navbar-nav .nav-link:hover {
    color: #28a745 !important; /* <-- CAMBIADO A VERDE */
    transform: translateY(-2px);
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 50%;
    background: #28a745; /* <-- CAMBIADO A VERDE */
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

/* Hero Section */
.hero-section { 
    min-height: 110vh; 
    display: flex; 
    align-items: center; 
    position: relative; 
    background-color: var(--light-bg); /* Usa background-color en lugar de background */
    background-image: url('/images/COVER2.JPG'); /* Usa la ruta absoluta */ 
    background-size: cover; /* Cubre todo el espacio */ 
    background-position: center; /* Centra la imagen */ 
    background-repeat: no-repeat; /* No la repitas */ 
    overflow: hidden; }

/*.hero-section::before {
   /*content: '';
   /* position: absolute;
   /* top: 0;
   /* left: 0;
   /* right: 0;
   /* bottom: 0;
   /* background: radial-gradient(circle at 30% 70%, rgba(255, 140, 0, 0.1) 0%, transparent 50%),
    /*            radial-gradient(circle at 70% 30%, rgba(255, 165, 0, 0.1) 0%, transparent 50%);
  /*  z-index: 1;
}*/

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-badge .badge {
    font-size: 0.9rem;
    font-weight: 600;
    animation: pulse 2s infinite;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2rem;
    animation: fadeInUp 1s ease-out;
    color: #212529; /* Cambiar a oscuro */
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #6c757d; /* Cambiar a gris oscuro */
    animation: fadeInUp 1s ease-out 0.2s both;
}

.hero-buttons {
    animation: fadeInUp 1s ease-out 0.4s both;
}

.hero-buttons .btn {
    padding: 0.7rem 1.2rem; 
    font-size: 0.9rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-buttons .btn:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
}

/* Floating Elements */
.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.floating-icon {
    position: absolute;
    font-size: 2rem;
    color: rgba(255, 140, 0, 0.3);
    animation: float 6s ease-in-out infinite;
}

.floating-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.floating-2 {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.floating-3 {
    bottom: 30%;
    left: 20%;
    animation-delay: 4s;
}

/* Section Styles */
.services-section,
.products-section,
.contact-section
{ 
    background: transparent; /* Fondo transparente para que se vea el del body */
    position: relative;
}

.section-badge .badge {
    font-size: 0.9rem;
    font-weight: 600;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #6c757d;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-muted);
}

/* === ESTILOS ACTUALIZADOS PARA TARJETAS DE SERVICIO === */

/* Modificación de la tarjeta de servicio */
.service-card {
    padding: 0; /* Eliminamos el padding original para que la imagen ocupe todo el ancho */
    overflow: hidden; /* Nos aseguramos de que la imagen no se salga de los bordes redondeados */
    display: flex; /* Usamos flexbox para controlar el contenido interno */
    flex-direction: column; /* Apilamos la imagen y el contenido verticalmente */
    background: #ffffff;
    border: 1px solid #dee2e6;
}

/* Estilos para la nueva imagen de la tarjeta */
.service-card-img {
    width: 100%;
    height: 250px; /* Altura fija para la imagen, esto ayuda a que la card se vea más cuadrada */
    object-fit: cover; /* La imagen cubre el espacio sin deformarse */
    transition: transform 0.3s ease;
}

.service-card:hover .service-card-img {
    transform: scale(1.05); /* Efecto de zoom suave en la imagen al pasar el mouse */
}

/* Nuevo contenedor para el contenido de texto */
.service-card-content {
    padding: 2rem; /* Reaplicamos el padding que quitamos de .service-card */
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Permite que esta sección crezca para rellenar el espacio disponible */
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

/* ======================================================= */
/* NUEVO EFECTO HOVER PARA TODAS LAS TARJETAS         */
/* ======================================================= */
.service-card:hover,
.product-page-cards .card:hover, 
.contact-info-card:hover, 
.about-card:hover {
    transform: translateY(-8px); /* La tarjeta se "eleva" un poco */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12); /* Una sombra más pronunciada */
    border-color: var(--primary-color); /* El borde cambia al color naranja principal */
    
    /* Importante: No cambiamos el color de fondo para que el texto siga siendo legible */
    background-color: var(--light-card); 
}

/* Eliminamos el icono que fue reemplazado por la imagen */
.service-icon {
    display: none;
}

.service-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 1rem;
}

.service-description {
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.service-features {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.service-features li {
    padding: 0.5rem 0;
    color: #6c757d;
}

/* Product Cards */
.product-card {
    background: #ffffff; /* Fondo blanco */
    border-radius: 20px;
    padding: 2rem;
    transition: all 0.3s ease;
    border: 1px solid #dee2e6; /* Borde gris claro */
    position: relative;
    overflow: hidden;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.product-card:hover::before {
    transform: scaleX(1);
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
}

.product-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    /* El color naranja del icono se mantiene */
}

.product-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #212529; /* Texto del título oscuro */
    margin-bottom: 1rem;
}

.product-description {
    color: #6c757d; /* Texto de la descripción en gris oscuro */
    margin-bottom: 1.5rem;
}

.product-features {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.product-features li {
    padding: 0.5rem 0;
    color: #6c757d; /* Texto de la lista en gris oscuro */
}

/* Contact Section */
.contact-info-card {
    background: #ffffff;
    border: 1px solid #dee2e6;
    padding: 2rem;
    color: #212529;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 140, 0, 0.1);
    
}

/* Contact Section */
.contact-info-card {
    background: #d7dbdd; /* Fondo blanco */
    border: 1px solid #dee2e6; /* Borde gris claro */
    border-radius: 15px;
    padding: 2rem;
    transition: all 0.3s ease;
    text-align: center; /* Aseguramos que el texto esté centrado */
}

/* Forzamos el color del título a oscuro */
.contact-info-card h5 {
    color: #212529 !important; 
}

/* Forzamos el color del párrafo a gris oscuro */
.contact-info-card p {
    color: #6c757d !important;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-card);
}

.contact-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    /* El color naranja del icono se mantiene y se ve bien */
}

/* Form Styles */
.form-control,
.form-select {
   background: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #212529;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--warning-color);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
    color: var(--text-light);
}

.form-control::placeholder {
    color: var(--text-muted);
}

.form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #212529;
}

/* Button Styles */
.btn-warning {
    background: var(--gradient-primary);
    border: none;
    color: #000;
    font-weight: 600;
    border-radius: 50px;
    padding: 0.75rem 2rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-warning:hover {
    background: linear-gradient(135deg, #e67e00 0%, #ff8c00 100%);
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
    color: #000;
}

.btn-outline-light {
    border: 2px solid var(--text-light);
    color: var(--text-light);
    font-weight: 600;
    border-radius: 50px;
    padding: 0.75rem 2rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-outline-light:hover {
    background: var(--text-light);
    color: var(--dark-bg);
    transform: translateY(-2px);
    box-shadow: var(--shadow-card);
}
/* ======================================================= */
/* FORZAR COLOR DE TEXTO EN BOTONES DEL MENÚ               */
/* ======================================================= */

/*
 * Esta regla es muy específica y asegura que el texto
 * de los botones verde y rojo en el menú sea siempre blanco.
*/
.navbar-nav .btn.btn-verde,
.navbar-nav .btn.btn-rojo {
    color: white !important;
}
/* Footer */
.footer-section {
    background: #e9ecef; /* Gris claro para el footer */
    border-top: 1px solid #dee2e6;
}

.footer-section p {
    color: #6c757d !important;
}
/* ============================================== */
/* ESTILOS PARA EL BOTÓN FLOTANTE DE WHATSAPP   */
/* ============================================== */

.whatsapp-flotante {
    position: fixed; /* Fija el botón en la pantalla */
    width: 60px; /* Ancho del botón */
    height: 60px; /* Alto del botón */
    bottom: 40px; /* Distancia desde abajo */
    right: 40px; /* Distancia desde la derecha */
    background-color: #25D366; /* Color verde de WhatsApp */
    color: #FFF; /* Color del ícono (blanco) */
    border-radius: 50%; /* Lo hace completamente redondo */
    text-align: center; /* Centra el ícono */
    font-size: 30px; /* Tamaño del ícono */
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4); /* Sombra para que resalte */
    z-index: 1000; /* Asegura que esté por encima de otros elementos */
    transition: all 0.3s ease; /* Transición suave para el hover */
}

/* Centra el ícono verticalmente */
.whatsapp-flotante i {
    margin-top: 15px;
}

/* Efecto al pasar el mouse por encima */
.whatsapp-flotante:hover {
    transform: scale(1.1); /* Lo agranda un poco */
    color: #FFF; /* Mantiene el color del ícono */
    background-color: #128C7E; /* Verde un poco más oscuro */
}

/* ============================================== */
/* ESTILO PARA EL CONTENEDOR DE LA BANDERA        */
/* ============================================== */

/* ============================================== */
/* ESTILO PARA EL CONTENEDOR DE LA BANDERA        */
/* ============================================== */

.contenedor-bandera {
    width: 100%; /* Ocupará el 100% de la columna más pequeña que creamos */
    height: 90px; /* Puedes ajustar esta altura para cambiar las proporciones */
    
    /* --- Imagen de Fondo --- */
    background-image: url('../images/BANDERA.PNG'); /* Asegúrate de que la ruta sea correcta */
    
    /* --- Ajustes de la Imagen --- */
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    
    /* --- Estilo del Contenedor --- */
    border-radius: 15px;
    border: none;
}

/* ============================================== */
/* ESTILOS PARA LA PANTALLA DE CARGA (PRELOADER)  */
/* ============================================== */

#preloader {
    position: fixed; /* Se queda fijo en la pantalla */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999; /* Se asegura de que esté por encima de todo */
    background: #f1f3f5; /* Un fondo claro, a juego con tu tema */
    
    /* Centra el logo vertical y horizontalmente */
    display: flex;
    justify-content: center;
    align-items: center;
    
    /* Transición para desaparecer suavemente */
    opacity: 1;
    visibility: visible;
    transition: opacity 2s ease-out, visibility 2s ease-out;
}

/* Estilo para el logo dentro del preloader */
#preloader img {
    width: 200px; /* Tamaño del logo, ajústalo si es necesario */
    max-width: 80%;
    /* Animación de pulso para el logo */
    animation: pulse 1.5s infinite ease-in-out;
}

/* Clase que usaremos con JavaScript para ocultar el preloader */
#preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

/* Definición de la animación de pulso (si no la tienes ya) */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}


/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .service-card,
    .product-card {
        margin-bottom: 2rem;
    }
    
    .contact-form-card {
        padding: 2rem;
    }
    
    .floating-icon {
        display: none;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }
    
    .contact-form-card {
        padding: 1.5rem;
    }
}

/* Scroll Animations */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Loading Animation */
.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: var(--warning-color);
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--dark-bg);
}

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

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #e67e00 0%, #ff8c00 100%);
}

