/* ==========================================================================
   GoStreaming Custom Premium Stylesheet
   ========================================================================== */

/* --------------------------------------------------------------------------
   Contact Form Custom Premium Styling
   -------------------------------------------------------------------------- */
#contact_form input[type="text"],
#contact_form input[type="email"],
#contact_form input[type="tel"],
#contact_form select,
#contact_form textarea {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
    border-radius: 10px !important;
    transition: all 0.3s ease-in-out !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-bottom: 20px !important;
    height: auto !important;
}

#contact_form input[type="text"]:focus,
#contact_form input[type="email"]:focus,
#contact_form input[type="tel"]:focus,
#contact_form select:focus,
#contact_form textarea:focus {
    background: rgba(255, 255, 255, 0.07) !important;
    border-color: #ff3366 !important;
    box-shadow: 0 0 15px rgba(255, 51, 102, 0.3) !important;
    outline: none !important;
}

#contact_form select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    padding-right: 40px !important;
    cursor: pointer !important;
}

#contact_form select option {
    background-color: #1e1e24 !important;
    color: #ffffff !important;
}

#contact_form .d-label {
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 8px !important;
    color: rgba(255, 255, 255, 0.6) !important;
    display: block !important;
    text-align: left !important;
}

#contact_form textarea {
    height: 232px !important;
    resize: none !important;
}

.form-container-box {
    background: rgba(255, 255, 255, 0.02) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 20px !important;
    padding: 40px !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4) !important;
}

#success_message,
#error_message {
    border-radius: 10px !important;
    font-size: 15px !important;
    padding: 18px 25px !important;
    font-weight: 500 !important;
    margin-top: 25px !important;
}

/* Estilos para el botón de WhatsApp */
.btn-whatsapp-custom {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%) !important;
    border: 2px solid #25d366 !important;
    color: #ffffff !important;
    padding: 14px 28px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 10px !important;
    /* Rounded to match form inputs */
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3) !important;
    text-decoration: none !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
}

.btn-whatsapp-custom:hover {
    background: linear-gradient(135deg, #128c7e 0%, #075e54 100%) !important;
    border-color: #128c7e !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.4) !important;
    color: #ffffff !important;
}

.btn-whatsapp-custom i {
    font-size: 24px !important;
}

/* --------------------------------------------------------------------------
   Dedicated Player Page Styles
   -------------------------------------------------------------------------- */
.player-container {
    background: rgba(20, 20, 30, 0.6);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    margin-top: 50px;
    margin-bottom: 50px;
}

.vinyl-wrapper {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto 30px;
}

.vinyl-disk {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle, #111 30%, #222 40%, #000 50%, #222 60%, #000 70%, #111 100%);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8), 0 0 5px rgba(255, 255, 255, 0.1) inset;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: spin 4s linear infinite;
    animation-play-state: paused;
    transition: transform 0.5s ease;
}

.vinyl-disk.playing {
    animation-play-state: running;
}

.vinyl-disk::before {
    content: '';
    position: absolute;
    width: 95%;
    height: 95%;
    border: 1px dashed rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.vinyl-cover {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #111;
    background-image: url('../images/covers/1.webp');
    /* Relative to css/ folder */
    background-size: cover;
    background-position: center;
    z-index: 10;
}

.vinyl-pin {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    z-index: 20;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.tone-arm {
    position: absolute;
    top: -10px;
    right: 10px;
    width: 60px;
    height: 120px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="120" viewBox="0 0 60 120"><path d="M50,10 L50,80 L20,105 L15,100" fill="none" stroke="%23cccccc" stroke-width="4" stroke-linecap="round"/><circle cx="50" cy="10" r="8" fill="%23888888"/><rect x="10" y="95" width="10" height="15" fill="%23ff3366" transform="rotate(-30 15 102)"/></svg>');
    background-repeat: no-repeat;
    transform-origin: 50px 10px;
    transform: rotate(-25deg);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 30;
    pointer-events: none;
}

.tone-arm.playing {
    transform: rotate(2deg);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.player-controls {
    text-align: center;
}

.btn-play-pause {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff3366, #ff00cc);
    border: none;
    color: white;
    font-size: 28px;
    line-height: 70px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(255, 51, 102, 0.4);
    transition: all 0.3s ease;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-play-pause:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 25px rgba(255, 51, 102, 0.6);
}

.audio-bars {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 40px;
    margin: 20px auto;
    gap: 4px;
    width: 200px;
}

.bar {
    width: 6px;
    height: 5px;
    background: linear-gradient(to top, #ff00cc, #ff3366);
    border-radius: 3px;
    transition: height 0.1s ease;
}

.bar.animating {
    animation: bounce 1s ease-in-out infinite alternate;
}

@keyframes bounce {
    0% {
        height: 5px;
    }

    100% {
        height: 35px;
    }
}

.bar:nth-child(2) {
    animation-delay: 0.1s;
}

.bar:nth-child(3) {
    animation-delay: 0.2s;
}

.bar:nth-child(4) {
    animation-delay: 0.15s;
}

.bar:nth-child(5) {
    animation-delay: 0.3s;
}

.bar:nth-child(6) {
    animation-delay: 0.25s;
}

.bar:nth-child(7) {
    animation-delay: 0.4s;
}

.bar:nth-child(8) {
    animation-delay: 0.35s;
}

.bar:nth-child(9) {
    animation-delay: 0.5s;
}

.bar:nth-child(10) {
    animation-delay: 0.45s;
}

.player-meta h3 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #fff;
}

.player-meta p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin-bottom: 25px;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 255, 128, 0.1);
    color: #00ff80;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.status-badge.offline {
    background: rgba(255, 0, 80, 0.1);
    color: #ff0050;
}

.status-badge .dot {
    width: 8px;
    height: 8px;
    background-color: currentColor;
    border-radius: 50%;
    box-shadow: 0 0 8px currentColor;
}

.status-badge.online .dot {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0.3;
    }
}

.stream-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 25px;
}

.info-item {
    text-align: left;
}

.info-item label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 3px;
    display: block;
}

.info-item span {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

.player-selector-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    justify-content: center;
}

.player-tab {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.player-tab.active {
    background: linear-gradient(135deg, #ff3366, #ff00cc);
    border-color: transparent;
    color: white;
    box-shadow: 0 5px 15px rgba(255, 51, 102, 0.3);
}

.video-player-wrapper {
    width: 100%;
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: none;
    position: relative;
}

.video-player-wrapper.active {
    display: block;
}

.video-placeholder-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, #222 0%, #0a0a0c 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: rgba(255, 255, 255, 0.5);
}

.video-placeholder-bg i {
    font-size: 50px;
    color: #ff3366;
    margin-bottom: 15px;
    animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
    0% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgba(255, 51, 102, 0.4));
    }

    50% {
        transform: scale(1.08);
        filter: drop-shadow(0 0 15px rgba(255, 51, 102, 0.8));
    }

    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgba(255, 51, 102, 0.4));
    }
}

.volume-control {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.6);
}

.volume-slider {
    -webkit-appearance: none;
    width: 100px;
    height: 6px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    transition: background 0.3s;
}

.volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ff3366;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* --------------------------------------------------------------------------
   Logo Styling & Proportions
   -------------------------------------------------------------------------- */
#logo img.logo-main {
    height: 60px !important;
    width: auto !important;
    display: inline-block !important;
    vertical-align: middle;
    transition: all 0.3s ease;
}

#logo img.logo-mobile {
    height: 40px !important;
    width: auto !important;
    display: none !important;
    vertical-align: middle;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 767px) {
    #logo img.logo-main {
        display: none !important;
    }

    #logo img.logo-mobile {
        display: inline-block !important;
    }
}

/* Footer logo sizing */
.footer-logo {
    height: 50px !important;
    width: auto !important;
    display: inline-block;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.footer-logo:hover {
    transform: scale(1.03);
}