.elementor-7 .elementor-element.elementor-element-1bf932f{--display:flex;--min-height:900px;--justify-content:center;--margin-top:-89px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-7 .elementor-element.elementor-element-1bf932f:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-1bf932f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://radiosubscriptionscar.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-10-2026-01_20_01-PM.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-7 .elementor-element.elementor-element-4d62e89{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-7 .elementor-element.elementor-element-25bba62{--display:flex;}.elementor-7 .elementor-element.elementor-element-25bba62.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-7 .elementor-element.elementor-element-c4f5963{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-7 .elementor-element.elementor-element-4452a74{margin:-200px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:end;}.elementor-7 .elementor-element.elementor-element-4452a74 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:95px;font-weight:600;color:#333333;}body.elementor-page-7:not(.elementor-motion-effects-element-type-background), body.elementor-page-7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(max-width:1366px){.elementor-7 .elementor-element.elementor-element-1bf932f{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}}@media(max-width:1024px){.elementor-7 .elementor-element.elementor-element-1bf932f:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-1bf932f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:-850px 0px;}.elementor-7 .elementor-element.elementor-element-4452a74 .elementor-heading-title{font-size:81px;}}@media(max-width:767px){.elementor-7 .elementor-element.elementor-element-1bf932f:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-1bf932f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://radiosubscriptionscar.com/wp-content/uploads/2023/11/background-1.jpg");background-position:center center;background-size:auto;}.elementor-7 .elementor-element.elementor-element-1bf932f{--min-height:850px;--justify-content:flex-start;}.elementor-7 .elementor-element.elementor-element-4d62e89{--justify-content:flex-end;}.elementor-7 .elementor-element.elementor-element-25bba62{--width:100%;}.elementor-7 .elementor-element.elementor-element-c4f5963{--margin-top:120px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-7 .elementor-element.elementor-element-4452a74{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7 .elementor-element.elementor-element-4452a74 .elementor-heading-title{font-size:61px;}}@media(min-width:768px){.elementor-7 .elementor-element.elementor-element-1bf932f{--content-width:1600px;}.elementor-7 .elementor-element.elementor-element-4d62e89{--content-width:1410px;}.elementor-7 .elementor-element.elementor-element-25bba62{--width:46%;}}@media(max-width:1366px) and (min-width:768px){.elementor-7 .elementor-element.elementor-element-25bba62{--width:33%;}}@media(max-width:1024px) and (min-width:768px){.elementor-7 .elementor-element.elementor-element-25bba62{--width:24%;}}/* Start custom CSS for html, class: .elementor-element-6ac89f4 *//* Core Structural Wrapper */
.acoustic-footer-wrapper {
    width: 100%;
    background-color: #0d0f13; /* Cyber Tech Dark */
    padding: 70px 20px 30px 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    border-top: 4px solid #1a202c;
}

/* Master Grid Structure */
.footer-core-deck {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding-bottom: 50px;
    border-bottom: 2px dashed #2d3748;
}

/* Equalizer Panel System (Left) */
.footer-eq-panel {
    flex: 1.4;
    min-width: 300px;
}

.eq-brand-node {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.eq-dot-pulse {
    width: 6px;
    height: 6px;
    background-color: #38a169; /* System Active Green */
    border-radius: 50%;
    box-shadow: 0 0 8px #38a169;
}

.eq-brand-node h4 {
    font-size: 11px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 2px;
    margin: 0;
}

/* Interactive Sound Bar Matrix Grid */
.footer-eq-bars {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 35px;
    margin-bottom: 25px;
}

.footer-eq-bars span {
    width: 3px;
    height: 20%;
    background-color: #2d3748;
    border-radius: 1px;
    transition: all 0.3s ease;
}

/* Organic Hover Animation Matrix */
.acoustic-footer-wrapper:hover .footer-eq-bars span {
    background-color: #ffffff;
    animation: footerEQ 0.6s ease-in-out infinite alternate;
}

/* Random height maps for genuine signal simulation */
.footer-eq-bars span:nth-child(1) { animation-delay: 0.1s; animation-duration: 0.4s; }
.footer-eq-bars span:nth-child(2) { animation-delay: 0.4s; animation-duration: 0.7s; }
.footer-eq-bars span:nth-child(3) { animation-delay: 0.2s; animation-duration: 0.5s; }
.footer-eq-bars span:nth-child(4) { animation-delay: 0.6s; animation-duration: 0.3s; }
.footer-eq-bars span:nth-child(5) { animation-delay: 0.3s; animation-duration: 0.6s; }
.footer-eq-bars span:nth-child(6) { animation-delay: 0.5s; animation-duration: 0.4s; }
.footer-eq-bars span:nth-child(7) { animation-delay: 0.1s; animation-duration: 0.8s; }
.footer-eq-bars span:nth-child(8) { animation-delay: 0.7s; animation-duration: 0.5s; }
.footer-eq-bars span:nth-child(9) { animation-delay: 0.2s; animation-duration: 0.3s; }
.footer-eq-bars span:nth-child(10){ animation-delay: 0.4s; animation-duration: 0.6s; }

@keyframes footerEQ {
    0% { height: 15%; }
    100% { height: 100%; }
}

.eq-telemetry-text {
    font-size: 13px;
    color: #718096;
    line-height: 1.6;
    max-width: 450px;
}

/* Links Columns Navigation (Right) */
.footer-links-panel {
    flex: 1;
    min-width: 280px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.links-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.links-column h5 {
    font-size: 11px;
    font-weight: 800;
    color: #4a5568;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}

.links-column a {
    font-size: 13.5px;
    color: #a0aec0;
    text-decoration: none;
    transition: color 0.2s ease;
}

.links-column a:hover {
    color: #ffffff;
}

/* Bottom Sub-Bar Metadata Layout */
.footer-sub-bar {
    width: 100%;
    max-width: 1100px;
    margin: 30px auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
    font-weight: 800;
    color: #4a5568;
    letter-spacing: 1px;
}

/* Responsive Grid Adaptations */
@media (max-width: 768px) {
    .footer-core-deck { flex-direction: column; gap: 40px; }
    .footer-links-panel { justify-content: flex-start; gap: 60px; }
    .footer-sub-bar { flex-direction: column; gap: 10px; text-align: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a76f55 *//* Fixed Float Overlay Layout Container */
.floating-audio-deck {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999; /* Higher priority layer stack */
    font-family: 'Plus Jakarta Sans', sans-serif;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

/* Collapsed Compact State Control Node */
.deck-trigger-icon {
    width: 55px;
    height: 55px;
    background-color: #0d0f13;
    border: 3px solid #1a202c;
    box-shadow: 4px 4px 0px #1a202c;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.studio-node-svg {
    width: 22px;
    height: 22px;
    fill: #ffffff;
    transition: fill 0.3s ease;
}

/* Radar Tracking Rings around node */
.pulse-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #1a202c;
    border-radius: 0px;
    animation: triggerPulse 2s linear infinite;
    opacity: 0;
    pointer-events: none;
}

@keyframes triggerPulse {
    0% { transform: scale(1); opacity: 0.5; }
    100% { transform: scale(1.4); opacity: 0; }
}

/* Expanded Dynamic Control Dashboard Panel */
.deck-expanded-panel {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 290px;
    background-color: #ffffff;
    border: 3px solid #1a202c;
    box-shadow: 8px 8px 0px #1a202c;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    opacity: 0;
    transform: scale(0.9) translateY(10px);
    pointer-events: none;
    transform-origin: bottom right;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Interactive Expansion Logic Gate */
.floating-audio-deck:hover .deck-trigger-icon {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
}

.floating-audio-deck:hover .deck-expanded-panel {
    opacity: 1;
    transform: scale(1) translateY(0);
    pointer-events: auto;
}

/* Track Metadata Styling matrix */
.track-meta-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.track-thumbnail {
    width: 40px;
    height: 40px;
    background-color: #0d0f13;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.thumb-wave span {
    display: inline-block;
    width: 2px;
    height: 15px;
    background-color: #ffffff;
    animation: thumbBounce 0.6s ease-in-out infinite alternate;
}
.thumb-wave span:nth-child(2) { animation-delay: 0.2s; }
.thumb-wave span:nth-child(3) { animation-delay: 0.4s; }

@keyframes thumbBounce {
    0% { transform: scaleY(0.3); }
    100% { transform: scaleY(1.1); }
}

.track-details {
    display: flex;
    flex-direction: column;
}

.track-lbl {
    font-size: 9px;
    font-weight: 800;
    color: #718096;
    letter-spacing: 1.5px;
}

.track-nm {
    font-size: 13px;
    font-weight: 800;
    color: #1a202c;
}

/* Generic Volume Deck Component */
.volume-slider-matrix {
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px dashed #e2e8f0;
    padding-top: 12px;
}

.vol-icon { font-size: 12px; }

.vol-track-line {
    flex: 1;
    height: 4px;
    background-color: #e2e8f0;
    position: relative;
    border-radius: 2px;
}

.vol-fill-progress {
    width: 65%;
    height: 100%;
    background-color: #1a202c;
}

.vol-handle-node {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #1a202c;
    border-radius: 50%;
    top: 50%;
    left: 65%;
    transform: translate(-50%, -50%);
}

.vol-db {
    font-size: 10px;
    font-weight: 800;
    color: #4a5568;
}

/* Dashboard Status Metadata Footer */
.panel-status-footer {
    display: flex;
    justify-content: space-between;
    font-size: 9px;
    font-weight: 800;
    color: #a0aec0;
    letter-spacing: 0.5px;
}

.sys-ok { color: #38a169; }

/* Responsive adjustments for mobile viewports */
@media (max-width: 480px) {
    .floating-audio-deck { bottom: 20px; right: 20px; }
    .deck-expanded-panel { width: 250px; }
}/* End custom CSS */