/*
Theme Name: Radio Eersteriver Modern
Theme URI: https://radioeersteriver.co.za/
Author: Radio Eersteriver
Description: Modern responsive WordPress theme for Radio Eersteriver internet radio.
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: radioeersteriver
*/

:root{
 --re-purple:#7331B4;
 --re-purple2:#8D69C0;
 --re-blue:#648AD0;
 --re-navy:#232B54;
 --re-charcoal:#1E1A18;
 --re-dark:#0D1020;
 --re-card:#171A2A;
 --re-text:#fff;
 --re-muted:#B9B7C7;
 --re-border:rgba(255,255,255,.12);
 --re-lavender:#D8C7F0;
 --re-max:1200px;
 --re-radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--re-dark);color:var(--re-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{width:min(var(--re-max),calc(100% - 32px));margin:auto}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(9,7,15,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--re-border)}
.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.site-logo{display:flex;align-items:center;gap:12px;font-weight:900;font-size:1.15rem}
.site-logo img{width:58px;height:58px;object-fit:contain;border-radius:50%}
.logo-mark{width:48px;height:48px;border-radius:15px;background:linear-gradient(135deg,var(--re-purple),var(--re-blue));display:grid;place-items:center;font-weight:900}
.main-nav ul{display:flex;gap:22px;list-style:none;margin:0;padding:0}
.main-nav a{font-weight:700;color:#ddd6e8;font-size:.94rem}
.main-nav a:hover{color:#fff}
.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:1.5rem}
.hero{padding:90px 0 70px;overflow:hidden;position:relative}
.hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:rgba(115,49,180,.30);filter:blur(100px);top:-250px;right:-120px}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:#d9c7ff;font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem}
.live-dot{width:9px;height:9px;background:#ff365b;border-radius:50%;box-shadow:0 0 18px #ff365b}
.hero h1{font-size:clamp(3rem,7vw,6.2rem);line-height:.95;margin:18px 0 22px;letter-spacing:-.06em}
.hero h1 span{background:linear-gradient(90deg,#fff,var(--re-lavender));-webkit-background-clip:text;background-clip:text;color:transparent}
.hero p{color:var(--re-muted);font-size:1.1rem;max-width:650px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 21px;border-radius:14px;font-weight:800;border:1px solid var(--re-border);transition:.2s}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--re-purple),var(--re-blue));border:0}
.btn-secondary{background:rgba(255,255,255,.04)}
.live-card{background:linear-gradient(160deg,var(--re-navy),#111426);border:1px solid rgba(115,49,180,.42);border-radius:30px;padding:28px;box-shadow:0 25px 80px rgba(0,0,0,.4)}
.live-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}
.live-badge{font-size:.72rem;font-weight:900;letter-spacing:.12em;color:#D8C7F0}
.cover{aspect-ratio:1;border-radius:24px;background:radial-gradient(circle at 30% 25%,var(--re-purple2),transparent 25%),linear-gradient(135deg,var(--re-navy),var(--re-charcoal));display:grid;place-items:center;font-size:5rem;margin-bottom:22px;border:1px solid var(--re-border)}
.live-card h3{margin:0;font-size:1.5rem}
.live-card .muted{color:var(--re-muted)}
.play-btn{width:62px;height:62px;border:0;border-radius:50%;background:#fff;color:#140b1d;font-size:1.3rem;cursor:pointer}
.section{padding:70px 0}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}
.section-heading h2{font-size:2.2rem;margin:0;letter-spacing:-.03em}
.section-heading p{margin:5px 0 0;color:var(--re-muted)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{background:var(--re-card);border:1px solid var(--re-border);border-radius:var(--re-radius);padding:22px}
.show-card .show-image{aspect-ratio:16/10;border-radius:16px;background:linear-gradient(135deg,var(--re-navy),var(--re-charcoal));display:grid;place-items:center;font-size:2.5rem;margin-bottom:18px;overflow:hidden}
.show-card h3{margin:0 0 5px}
.show-card p{margin:0;color:var(--re-muted)}
.news-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px}
.news-feature{min-height:350px;padding:30px;border-radius:var(--re-radius);background:linear-gradient(145deg,var(--re-navy),var(--re-charcoal));display:flex;flex-direction:column;justify-content:end}
.news-feature h3{font-size:2rem;margin:8px 0}
.news-list{display:grid;gap:20px}
.news-item h3{margin:5px 0;font-size:1.05rem}
.news-item p{margin:0;color:var(--re-muted);font-size:.9rem}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.category{padding:24px;border-radius:20px;background:linear-gradient(145deg,var(--re-navy),#111426);border:1px solid var(--re-border)}
.category strong{display:block;font-size:1.2rem;margin-top:12px}
.category span{color:var(--re-muted);font-size:.88rem}
.advertise{background:linear-gradient(120deg,var(--re-purple),var(--re-navy));border-radius:30px;padding:48px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.advertise h2{font-size:2.5rem;margin:0 0 8px}
.advertise p{margin:0;color:#eee}
.footer{padding:60px 0 130px;border-top:1px solid var(--re-border);background:#090B16}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}
.footer h4{margin-top:0}
.footer p,.footer li{color:var(--re-muted)}
.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.player{position:fixed;bottom:0;left:0;right:0;z-index:2000;background:rgba(12,9,18,.96);backdrop-filter:blur(18px);border-top:1px solid rgba(115,49,180,.38)}
.player-inner{min-height:82px;display:grid;grid-template-columns:1.5fr 2fr 1fr;align-items:center;gap:20px}
.player-title{font-weight:800}
.player-meta{color:var(--re-muted);font-size:.84rem}
.player-controls{display:flex;align-items:center;justify-content:center;gap:14px}
.player button{border:0;background:none;color:#fff;cursor:pointer}
.player-main{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,var(--re-purple),var(--re-blue))!important}
.player-right{text-align:right;color:var(--re-muted)}
.site-main{min-height:60vh}
.notice{padding:16px;border-radius:14px;background:#171A2A;border:1px solid var(--re-border);color:var(--re-muted)}
@media(max-width:900px){
 .hero-grid{grid-template-columns:1fr}
 .cards{grid-template-columns:repeat(2,1fr)}
 .category-grid{grid-template-columns:repeat(2,1fr)}
 .news-grid{grid-template-columns:1fr}
 .footer-grid{grid-template-columns:1fr 1fr}
 .main-nav{display:none}
 .menu-toggle{display:block}
 .main-nav.open{display:block;position:absolute;left:0;right:0;top:76px;background:#111426;padding:20px;border-bottom:1px solid var(--re-border)}
 .main-nav.open ul{flex-direction:column}
 .player-inner{grid-template-columns:1fr auto}
 .player-right{display:none}
}
@media(max-width:600px){
 .container{width:min(100% - 22px,var(--re-max))}
 .hero{padding:60px 0 40px}
 .hero h1{font-size:3.3rem}
 .section{padding:48px 0}
 .cards,.category-grid,.footer-grid{grid-template-columns:1fr}
 .advertise{padding:30px;display:block}
 .advertise .btn{margin-top:22px}
 .player-inner{min-height:72px}
 .player-title{font-size:.9rem}
}

/* Featured image slider */
.re-slider{position:relative;min-height:680px;overflow:hidden;background:#09070f}
.re-slider-track{position:relative;height:680px}
.re-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s ease;display:flex;align-items:center}
.re-slide.is-active{opacity:1;visibility:visible}
.re-slide-default{background:
 radial-gradient(circle at 75% 30%,rgba(180,76,255,.5),transparent 30%),
 linear-gradient(135deg,#24103d,#09070f)}
.re-slide-content{padding-top:30px;padding-bottom:50px}
.re-slide h2{font-size:clamp(2.6rem,6vw,5.6rem);line-height:.98;letter-spacing:-.055em;max-width:780px;margin:16px 0}
.re-slide p{font-size:1.1rem;color:#ddd6e8;max-width:650px}
.re-slider-prev,.re-slider-next{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:rgba(0,0,0,.35);color:#fff;font-size:2rem;cursor:pointer;z-index:5}
.re-slider-prev{left:24px}.re-slider-next{right:24px}
.re-slider-dots{position:absolute;bottom:25px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:5}
.re-slider-dots button{width:9px;height:9px;border-radius:50%;border:0;background:rgba(255,255,255,.45);cursor:pointer;padding:0}
.re-slider-dots button.active{width:28px;border-radius:20px;background:#fff}
@media(max-width:600px){
 .re-slider,.re-slider-track{min-height:520px;height:520px}
 .re-slide-content{padding-left:18px;padding-right:18px}
 .re-slider-prev,.re-slider-next{width:42px;height:42px;font-size:1.6rem}
 .re-slider-prev{left:12px}.re-slider-next{right:12px}
}

/* Facebook integration */
.facebook-layout{display:grid;grid-template-columns:2fr 1fr;gap:20px;align-items:start}
.facebook-page-card{padding:24px}
.facebook-header{display:flex;align-items:center;gap:14px;margin-bottom:20px}
.facebook-avatar{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#1877f2;color:#fff;font-size:2rem;font-weight:900}
.facebook-header h3{margin:0}.facebook-header p{margin:0;color:var(--re-muted)}
.facebook-actions{margin-bottom:20px}
.facebook-embed-wrap{width:100%;overflow:hidden;border-radius:16px;background:#111426}
.facebook-side{display:grid;gap:20px}
.facebook-side .card h3{font-size:1.5rem;margin:12px 0}
.facebook-side .card p{color:var(--re-muted)}
.facebook-social-card{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.facebook-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#1877f2;color:#fff;font-weight:900;font-size:1.5rem}
.facebook-social-card span{width:100%;color:var(--re-muted);margin-left:56px;margin-top:-12px}
@media(max-width:900px){.facebook-layout{grid-template-columns:1fr}}
@media(max-width:600px){
 .facebook-page-card{padding:14px}
 .facebook-embed-wrap iframe{height:480px}
}

/* Partners, sponsors and TikTok */
.partner-carousel{overflow:hidden;border:1px solid var(--re-border);border-radius:24px;background:#111426;padding:18px}
.partner-track{display:flex;align-items:center;gap:18px;width:max-content;animation:rePartnerScroll 38s linear infinite}
.partner-carousel:hover .partner-track{animation-play-state:paused}
.partner-logo{width:210px;height:110px;border-radius:16px;background:#fff;display:grid;place-items:center;padding:12px;flex:0 0 auto;overflow:hidden}
.partner-logo img{width:100%;height:100%;object-fit:contain}
@keyframes rePartnerScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.partner-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:20px}
.partner-card{background:var(--re-card);border:1px solid var(--re-border);border-radius:20px;padding:18px;text-align:center}
.partner-card img{height:90px;width:100%;object-fit:contain;background:#fff;border-radius:12px}
.partner-card h3{font-size:1rem;margin:12px 0 0}
.partner-card p{color:var(--re-muted);font-size:.85rem}
.tiktok-shell{background:#111426;border:1px solid var(--re-border);border-radius:24px;padding:22px;display:flex;justify-content:center;overflow:hidden;min-height:520px}
.tiktok-shell .tiktok-embed{margin:0!important}
@media(max-width:900px){.partner-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){
 .partner-grid{grid-template-columns:1fr}
 .partner-logo{width:180px;height:95px}
 .tiktok-shell{padding:10px;min-height:480px}
}

.re-slide-default .re-slide-content{display:none}

/* =========================================================
   MODERN RADIO EERSTERIVER HERO
========================================================= */
.re-modern-hero{position:relative;min-height:760px;overflow:hidden;background:radial-gradient(circle at 75% 35%,rgba(115,49,180,.35),transparent 32%),radial-gradient(circle at 15% 70%,rgba(100,138,208,.18),transparent 35%),linear-gradient(135deg,#090817 0%,#11103b 48%,#170b2f 100%)}
.re-hero-container{min-height:590px;display:grid;grid-template-columns:minmax(0,1fr) minmax(400px,.9fr);align-items:center;gap:50px;position:relative;z-index:5}
.re-wave-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none;opacity:.7}
.re-wave{position:absolute;width:120%;height:300px;left:-10%;border-radius:50%;border-top:2px solid rgba(166,87,255,.35)}
.re-wave-1{bottom:50px;box-shadow:0 -30px 0 rgba(100,138,208,.12),0 -60px 0 rgba(166,87,255,.12);animation:reWaveMove 10s ease-in-out infinite alternate}
.re-wave-2{bottom:-30px;border-color:rgba(100,138,208,.35);transform:rotate(5deg);animation:reWaveMoveReverse 13s ease-in-out infinite alternate}
.re-wave-3{bottom:120px;border-color:rgba(216,199,240,.12);transform:rotate(-3deg);animation:reWaveMove 16s ease-in-out infinite alternate}
@keyframes reWaveMove{from{transform:translateX(-4%) rotate(-7deg)}to{transform:translateX(4%) rotate(-4deg)}}
@keyframes reWaveMoveReverse{from{transform:translateX(4%) rotate(5deg)}to{transform:translateX(-4%) rotate(2deg)}}
.re-hero-content{position:relative;z-index:10;padding:60px 0}
.re-hero-label{display:flex;align-items:center;gap:10px;font-size:.82rem;font-weight:900;letter-spacing:.16em;color:#cda7ff;margin-bottom:20px}
.re-live-dot{width:10px;height:10px;border-radius:50%;background:#ff3158;box-shadow:0 0 20px rgba(255,49,88,.8);animation:rePulse 1.5s infinite}
@keyframes rePulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.7)}}
.re-hero-content h1{margin:0;max-width:750px;font-size:clamp(3.2rem,6vw,6.8rem);line-height:.94;letter-spacing:-.065em;font-weight:950;color:#fff}
.re-hero-content h1 span{background:linear-gradient(90deg,#fff,#b44cff,#648ad0);-webkit-background-clip:text;background-clip:text;color:transparent}
.re-hero-description{max-width:620px;margin:28px 0;color:#c1bfd1;font-size:1.15rem;line-height:1.7}
.re-hero-buttons{display:flex;align-items:center;flex-wrap:wrap;gap:14px}
.re-hero-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 24px;border-radius:14px;font-size:.85rem;font-weight:900;letter-spacing:.04em;transition:.25s ease}
.re-btn-primary{background:linear-gradient(135deg,#8b36e6,#648ad0);color:#fff;box-shadow:0 15px 35px rgba(115,49,180,.35)}
.re-btn-primary:hover{transform:translateY(-3px);box-shadow:0 20px 45px rgba(115,49,180,.5)}
.re-btn-outline{border:1px solid rgba(180,120,255,.6);background:rgba(255,255,255,.025);color:#fff}
.re-btn-outline:hover{background:rgba(115,49,180,.2);border-color:#b44cff;transform:translateY(-3px)}
.re-hero-socials{display:flex;gap:10px;margin-top:28px}
.re-hero-socials a{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.15);border-radius:50%;background:rgba(255,255,255,.04);font-weight:900;transition:.2s ease}
.re-hero-socials a:hover{background:#7331b4;border-color:#b44cff;transform:translateY(-3px)}
.re-hero-visual{position:relative;min-height:560px;display:flex;align-items:center;justify-content:center}
.re-glow{position:absolute;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(180,76,255,.35),rgba(100,138,208,.08),transparent 70%);filter:blur(20px);animation:reGlow 5s ease-in-out infinite alternate}
@keyframes reGlow{from{transform:scale(.9)}to{transform:scale(1.12)}}
.re-microphone{position:relative;z-index:5;width:270px;height:410px;display:flex;flex-direction:column;align-items:center;filter:drop-shadow(0 20px 45px rgba(0,0,0,.55));animation:reMicFloat 5s ease-in-out infinite}
@keyframes reMicFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-15px)}}
.re-mic-body{position:relative;width:220px;height:300px;border-radius:110px;background:linear-gradient(120deg,#1b1730,#080817);border:4px solid rgba(180,76,255,.75);box-shadow:inset 0 0 30px rgba(100,138,208,.25),0 0 40px rgba(115,49,180,.5)}
.re-mic-lines{position:absolute;inset:22px;border-radius:90px;background:repeating-linear-gradient(0deg,rgba(255,255,255,.12) 0,rgba(255,255,255,.12) 3px,transparent 3px,transparent 9px)}
.re-mic-logo{position:absolute;inset:0;display:grid;place-items:center}
.re-mic-logo img{width:100px;height:100px;object-fit:contain;filter:drop-shadow(0 0 20px rgba(180,76,255,.8));opacity:.95}
.re-mic-neck{width:38px;height:80px;background:linear-gradient(90deg,#211b39,#7b2cff,#211b39)}
.re-mic-base{width:180px;height:22px;border-radius:50%;background:linear-gradient(90deg,#211b39,#7331b4,#648ad0,#211b39);box-shadow:0 0 30px rgba(115,49,180,.6)}
.re-audio-wave{position:absolute;left:-100px;right:-100px;bottom:40px;height:100px;display:flex;align-items:center;justify-content:center;gap:4px;opacity:.8;z-index:2}
.re-audio-wave span{width:3px;height:var(--wave-height);min-height:8px;max-height:80px;border-radius:10px;background:linear-gradient(180deg,#b44cff,#648ad0);animation:reAudioWave .9s ease-in-out infinite alternate}
.re-audio-wave span:nth-child(2n){animation-delay:.15s}.re-audio-wave span:nth-child(3n){animation-delay:.3s}
@keyframes reAudioWave{from{transform:scaleY(.45)}to{transform:scaleY(1.15)}}
.re-quick-links{position:relative;z-index:20;display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:-20px;padding-bottom:45px}
.re-quick-card{position:relative;min-height:125px;padding:18px;display:flex;align-items:center;gap:14px;background:rgba(19,17,48,.88);border:1px solid rgba(180,76,255,.25);border-radius:18px;backdrop-filter:blur(15px);transition:.25s ease}
.re-quick-card:hover{transform:translateY(-6px);border-color:rgba(180,76,255,.65);background:rgba(35,29,76,.95);box-shadow:0 20px 40px rgba(0,0,0,.25)}
.re-quick-icon{flex:0 0 52px;width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#7331b4,#648ad0);font-size:1.3rem}
.re-quick-card small{display:block;color:#b44cff;font-size:.65rem;font-weight:900;letter-spacing:.08em}
.re-quick-card strong{display:block;color:#fff;font-size:.95rem;margin:3px 0}
.re-quick-card p{margin:0;color:#aaa8ba;font-size:.72rem;line-height:1.35}
.re-arrow{position:absolute;right:14px;bottom:12px;color:#b44cff;font-size:1.2rem}
@media(max-width:1100px){.re-hero-container{grid-template-columns:1fr;text-align:center}.re-hero-content{padding-bottom:0}.re-hero-description{margin-left:auto;margin-right:auto}.re-hero-buttons,.re-hero-socials{justify-content:center}.re-hero-visual{min-height:430px}.re-quick-links{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.re-modern-hero{min-height:auto}.re-hero-container{min-height:auto;gap:20px}.re-hero-content{padding:70px 0 20px}.re-hero-content h1{font-size:3.1rem}.re-hero-description{font-size:1rem}.re-hero-buttons{flex-direction:column;width:100%}.re-hero-btn{width:100%}.re-hero-visual{min-height:400px}.re-microphone{transform:scale(.75)}.re-audio-wave{left:-180px;right:-180px}.re-quick-links{grid-template-columns:repeat(2,1fr);margin-top:10px}}
@media(max-width:450px){.re-quick-links{grid-template-columns:1fr}.re-hero-content h1{font-size:2.65rem}}


/* Larger Partners & Sponsors artwork */
.partner-carousel{
    padding:28px;
    border-radius:28px;
}
.partner-track{
    gap:28px;
}
.partner-logo{
    width:290px;
    height:165px;
    padding:14px;
    border-radius:20px;
    box-shadow:0 12px 30px rgba(0,0,0,.18);
}
.partner-logo img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.partner-logo:hover{
    transform:translateY(-5px) scale(1.02);
    transition:transform .25s ease;
}
@media(max-width:700px){
    .partner-logo{
        width:240px;
        height:145px;
    }
}

.re-advertise-mailto{
    cursor:pointer;
}

/* =========================================================
   LARGER PARTNERS + CONTACT ACTIONS
========================================================= */

.partner-carousel{
    padding:34px 28px;
    border-radius:30px;
}

.partner-track{
    gap:34px;
}

.partner-logo{
    width:360px;
    height:210px;
    padding:16px;
    border-radius:24px;
    flex:0 0 360px;
    background:#fff;
    display:grid;
    place-items:center;
    overflow:hidden;
    box-shadow:0 18px 45px rgba(0,0,0,.25);
    transition:transform .25s ease, box-shadow .25s ease;
}

.partner-logo img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.partner-logo:hover{
    transform:translateY(-6px) scale(1.025);
    box-shadow:0 24px 55px rgba(115,49,180,.28);
}

/* Hero contact buttons */
.re-btn-whatsapp{
    background:linear-gradient(135deg,#25D366,#128C7E);
    border-color:transparent;
    color:#fff;
    box-shadow:0 12px 30px rgba(37,211,102,.22);
}

.re-btn-whatsapp:hover{
    background:linear-gradient(135deg,#20bd5b,#0f776b);
    border-color:transparent;
    transform:translateY(-3px);
}

.re-btn-call{
    background:linear-gradient(135deg,#7331b4,#648ad0);
    border-color:transparent;
    color:#fff;
    box-shadow:0 12px 30px rgba(100,138,208,.22);
}

.re-btn-call:hover{
    border-color:transparent;
    transform:translateY(-3px);
}

/* Contact strip */
.re-contact-strip{
    padding:20px 0 10px;
    background:transparent;
}

.re-contact-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.re-contact-card{
    position:relative;
    display:flex;
    align-items:center;
    gap:18px;
    min-height:110px;
    padding:22px 26px;
    border-radius:22px;
    color:#fff;
    text-decoration:none;
    border:1px solid rgba(255,255,255,.12);
    background:linear-gradient(135deg,rgba(35,29,76,.92),rgba(17,20,38,.96));
    box-shadow:0 18px 40px rgba(0,0,0,.20);
    transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}

.re-contact-card:hover{
    transform:translateY(-5px);
    border-color:rgba(180,76,255,.55);
    box-shadow:0 22px 48px rgba(0,0,0,.3);
}

.re-contact-icon{
    flex:0 0 58px;
    width:58px;
    height:58px;
    display:grid;
    place-items:center;
    border-radius:50%;
    font-size:1.55rem;
    font-weight:900;
}

.re-contact-whatsapp .re-contact-icon{
    background:#25D366;
    color:#fff;
    box-shadow:0 0 25px rgba(37,211,102,.25);
}

.re-contact-call .re-contact-icon{
    background:linear-gradient(135deg,#7331b4,#648ad0);
    color:#fff;
}

.re-contact-card small{
    display:block;
    color:#cda7ff;
    font-size:.68rem;
    font-weight:900;
    letter-spacing:.1em;
    margin-bottom:4px;
}

.re-contact-card strong{
    display:block;
    color:#fff;
    font-size:1.25rem;
    line-height:1.2;
}

.re-contact-card span{
    display:block;
    margin-top:5px;
    color:#aaa8ba;
    font-size:.82rem;
}

.re-contact-card>b{
    margin-left:auto;
    font-size:1.35rem;
    color:#b44cff;
}

@media(max-width:900px){
    .partner-logo{
        width:300px;
        height:180px;
        flex-basis:300px;
    }
    .re-contact-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:600px){
    .partner-carousel{
        padding:24px 16px;
    }
    .partner-track{
        gap:20px;
    }
    .partner-logo{
        width:270px;
        height:165px;
        flex-basis:270px;
        border-radius:20px;
    }
    .re-contact-card{
        padding:18px;
    }
    .re-contact-icon{
        flex-basis:50px;
        width:50px;
        height:50px;
    }
    .re-contact-card strong{
        font-size:1.05rem;
    }
}

/* =========================================================
   PARTNER LOGOS - SHOW THE COMPLETE IMAGE
========================================================= */

/* Override any previous sizing/cropping rules. */
.partner-carousel .partner-logo {
    width: 360px;
    height: 220px;
    flex: 0 0 360px;
    padding: 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

.partner-carousel .partner-logo img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Keep the full artwork visible on all screen sizes. */
@media (max-width: 900px) {
    .partner-carousel .partner-logo {
        width: 320px;
        height: 205px;
        flex-basis: 320px;
    }
}

@media (max-width: 600px) {
    .partner-carousel .partner-logo {
        width: 280px;
        height: 185px;
        flex-basis: 280px;
        padding: 10px;
    }
}

/* Radio Eersteriver does not display the default WordPress starter/blog card. */
.re-default-blog,
.default-wordpress-post,
.wp-starter-post {
    display:none !important;
}

/* =========================================================
   PERSISTENT RADIO PLAYER
========================================================= */

.re-persistent-player{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:99999;
    padding:8px 14px;
    background:rgba(8,8,22,.94);
    border-top:1px solid rgba(180,76,255,.35);
    box-shadow:0 -12px 35px rgba(0,0,0,.35);
    backdrop-filter:blur(18px);
}

.re-persistent-player-inner{
    position:relative;
    max-width:1400px;
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:12px;
}

.re-persistent-player iframe{
    flex:1 1 auto;
    width:100%;
    height:62px;
    min-width:0;
    border:0;
    background:transparent;
}

.re-persistent-live{
    flex:0 0 auto;
    display:flex;
    align-items:center;
    gap:7px;
    padding:8px 10px;
    border-radius:999px;
    background:rgba(255,49,88,.10);
    color:#fff;
    font-size:.68rem;
    font-weight:900;
    letter-spacing:.12em;
}

.re-persistent-dot{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#ff3158;
    box-shadow:0 0 14px rgba(255,49,88,.8);
    animation:rePersistentPulse 1.5s infinite;
}

@keyframes rePersistentPulse{
    0%,100%{opacity:1}
    50%{opacity:.4}
}

.re-player-toggle{
    flex:0 0 34px;
    width:34px;
    height:34px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:50%;
    background:rgba(255,255,255,.06);
    color:#fff;
    cursor:pointer;
    font-size:18px;
    line-height:1;
}

.re-persistent-player.re-player-collapsed{
    transform:translateY(calc(100% - 12px));
    transition:transform .25s ease;
}

.re-persistent-player:not(.re-player-collapsed){
    transition:transform .25s ease;
}

.re-page-content{
    min-height:400px;
}

/* Keep page navigation smooth without hiding content. */
html.re-navigation-loading #re-page-content{
    opacity:.55;
    transition:opacity .12s ease;
}

body{
    padding-bottom:82px;
}

@media(max-width:700px){
    body{
        padding-bottom:88px;
    }

    .re-persistent-player{
        padding:5px 8px;
    }

    .re-persistent-player-inner{
        gap:6px;
    }

    .re-persistent-live{
        display:none;
    }

    .re-persistent-player iframe{
        height:62px;
    }
}


/* =========================================================
   HERO PLAY BUTTON + TEAM
========================================================= */
.re-play-radio{position:relative;overflow:hidden}
.re-play-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.18);font-size:.72rem}
.re-floating-play{position:absolute;z-index:12;right:20px;top:70px;width:116px;height:116px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:linear-gradient(135deg,#7331b4,#648ad0);border:3px solid rgba(255,255,255,.7);color:#fff;text-decoration:none;box-shadow:0 0 0 12px rgba(115,49,180,.12),0 20px 55px rgba(0,0,0,.4);animation:rePlayPulse 2.4s ease-in-out infinite}
.re-floating-play span{font-size:1.65rem;margin-left:4px}
.re-floating-play small{font-size:.58rem;font-weight:900;letter-spacing:.1em;line-height:1.1;text-align:center}
.re-floating-play:hover{transform:scale(1.06);color:#fff}
@keyframes rePlayPulse{0%,100%{box-shadow:0 0 0 12px rgba(115,49,180,.12),0 20px 55px rgba(0,0,0,.4)}50%{box-shadow:0 0 0 20px rgba(180,76,255,.08),0 24px 65px rgba(0,0,0,.45)}}
.re-player-highlight{box-shadow:0 0 0 3px rgba(180,76,255,.55),0 0 45px rgba(115,49,180,.5)!important}
.re-team-section{padding-top:70px}
.re-team-heading{align-items:center}
.re-team-widget{padding:10px;overflow:hidden;border-radius:24px;background:rgba(15,15,31,.85);border:1px solid rgba(180,76,255,.25)}
@media(max-width:900px){.re-floating-play{width:92px;height:92px;right:8px;top:30px}.re-floating-play span{font-size:1.35rem}.re-floating-play small{font-size:.5rem}.re-team-heading{align-items:flex-start}}
@media(max-width:600px){.re-floating-play{width:78px;height:78px;top:15px;right:4px}.re-floating-play span{font-size:1.1rem}.re-floating-play small{font-size:.44rem}.re-team-widget iframe{height:330px!important}}

/* =========================================================
   LIVE PLAY BUTTON - USER SUPPLIED RADIO ARTWORK
========================================================= */

.re-live-visual{
    min-height:560px;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

.re-play-stage{
    position:relative;
    z-index:8;
    width:min(520px,90%);
    display:flex;
    justify-content:center;
    align-items:center;
}

.re-image-play-button{
    position:relative;
    width:100%;
    max-width:520px;
    aspect-ratio:1/1;
    padding:0;
    border:0;
    background:transparent;
    border-radius:32px;
    cursor:pointer;
    overflow:hidden;
    box-shadow:0 25px 70px rgba(0,0,0,.5),0 0 60px rgba(180,76,255,.28);
    transition:transform .25s ease,box-shadow .25s ease;
}

.re-image-play-button img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

.re-image-play-button:hover{
    transform:scale(1.025);
    box-shadow:0 30px 80px rgba(0,0,0,.58),0 0 80px rgba(180,76,255,.42);
}

.re-play-overlay{
    position:absolute;
    left:50%;
    top:50%;
    width:92px;
    height:92px;
    transform:translate(-50%,-50%);
    display:grid;
    place-items:center;
    border-radius:50%;
    background:rgba(115,49,180,.88);
    border:2px solid rgba(255,255,255,.75);
    box-shadow:0 0 45px rgba(180,76,255,.8);
    backdrop-filter:blur(8px);
}

.re-play-triangle{
    color:#fff;
    font-size:2.2rem;
    margin-left:5px;
}

.re-image-play-button.is-playing .re-play-overlay{
    background:rgba(25,20,55,.9);
}

.re-live-badge{
    position:absolute;
    right:8%;
    top:8%;
    z-index:10;
    padding:10px 15px;
    border-radius:999px;
    background:rgba(10,9,28,.88);
    border:1px solid rgba(255,70,100,.5);
    color:#fff;
    font-size:.7rem;
    font-weight:900;
    letter-spacing:.12em;
    box-shadow:0 10px 30px rgba(0,0,0,.25);
}

.re-live-badge span{
    display:inline-block;
    width:8px;
    height:8px;
    margin-right:7px;
    border-radius:50%;
    background:#ff3158;
    box-shadow:0 0 14px rgba(255,49,88,.8);
    animation:rePulse 1.4s infinite;
}

/* =========================================================
   PRESENTERS
========================================================= */

.re-team-section{
    padding-top:80px;
    padding-bottom:80px;
}

.re-team-frame{
    margin-top:30px;
    padding:10px;
    border-radius:28px;
    border:1px solid rgba(180,76,255,.25);
    background:linear-gradient(145deg,rgba(25,22,52,.95),rgba(9,9,24,.95));
    box-shadow:0 25px 60px rgba(0,0,0,.25);
}

/* =========================================================
   PERSISTENT LIVE PLAYER
========================================================= */

.re-persistent-player{
    position:fixed;
    left:18px;
    right:18px;
    bottom:18px;
    z-index:999999;
    padding:10px;
    border-radius:22px;
    background:rgba(10,9,27,.94);
    border:1px solid rgba(180,76,255,.42);
    box-shadow:0 20px 60px rgba(0,0,0,.55),0 0 35px rgba(115,49,180,.2);
    backdrop-filter:blur(18px);
}

.re-player-inner{
    min-height:66px;
    display:flex;
    align-items:center;
    gap:14px;
    max-width:1400px;
    margin:auto;
}

.re-player-play{
    flex:0 0 48px;
    width:48px;
    height:48px;
    border:0;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,#7331b4,#648ad0);
    color:#fff;
    font-size:1.05rem;
    cursor:pointer;
    box-shadow:0 8px 25px rgba(115,49,180,.35);
}

.re-player-meta{
    display:flex;
    flex-direction:column;
    min-width:180px;
}

.re-player-live{
    color:#ff5575;
    font-size:.63rem;
    font-weight:900;
    letter-spacing:.13em;
}

.re-player-live i{
    display:inline-block;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#ff3158;
    margin-right:5px;
    box-shadow:0 0 10px rgba(255,49,88,.8);
}

.re-player-meta strong{
    color:#fff;
    font-size:.95rem;
}

.re-player-meta small{
    color:#9f9caf;
    font-size:.7rem;
}

.re-player-wave{
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:4px;
    height:42px;
}

.re-player-wave span{
    width:3px;
    height:10px;
    border-radius:8px;
    background:linear-gradient(180deg,#b44cff,#648ad0);
    animation:rePlayerWave .8s ease-in-out infinite alternate;
    animation-play-state:paused;
}

.re-radio-playing .re-player-wave span{
    animation-play-state:running;
}

.re-player-wave span:nth-child(2n){animation-delay:.12s}
.re-player-wave span:nth-child(3n){animation-delay:.24s}
.re-player-wave span:nth-child(4n){animation-delay:.36s}

@keyframes rePlayerWave{
    from{height:7px}
    to{height:34px}
}

.re-player-external{
    color:#cda7ff;
    font-size:.75rem;
    font-weight:800;
    text-decoration:none;
    padding:10px 12px;
    border:1px solid rgba(180,76,255,.25);
    border-radius:10px;
}

.re-player-external:hover{
    color:#fff;
    border-color:#b44cff;
}

body{
    padding-bottom:105px;
}

@media(max-width:700px){
    .re-image-play-button{
        border-radius:24px;
    }

    .re-play-overlay{
        width:72px;
        height:72px;
    }

    .re-live-badge{
        right:4%;
        top:4%;
    }

    .re-persistent-player{
        left:8px;
        right:8px;
        bottom:8px;
        border-radius:18px;
    }

    .re-player-meta{
        min-width:0;
        flex:1;
    }

    .re-player-wave,
    .re-player-external{
        display:none;
    }

    body{
        padding-bottom:88px;
    }
}

/* =========================================================
   ALWAYS-ACTIVE LIVE AUDIO WAVE
   The visual waveform runs continuously, even before
   the visitor presses Play.
========================================================= */

.re-live-visual .re-audio-wave,
.re-hero-visual .re-audio-wave {
    display:flex !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:none;
    animation:none !important;
}

.re-live-visual .re-audio-wave span,
.re-hero-visual .re-audio-wave span {
    animation:reAlwaysAudioWave .72s ease-in-out infinite alternate !important;
    animation-play-state:running !important;
    transform-origin:center;
    will-change:transform,height;
    opacity:.95;
}

.re-live-visual .re-audio-wave span:nth-child(2n) {
    animation-delay:-.16s !important;
}
.re-live-visual .re-audio-wave span:nth-child(3n) {
    animation-delay:-.31s !important;
}
.re-live-visual .re-audio-wave span:nth-child(4n) {
    animation-delay:-.47s !important;
}
.re-live-visual .re-audio-wave span:nth-child(5n) {
    animation-delay:-.22s !important;
}
.re-live-visual .re-audio-wave span:nth-child(7n) {
    animation-delay:-.38s !important;
}

@keyframes reAlwaysAudioWave {
    0% {
        transform:scaleY(.28);
        opacity:.55;
    }
    35% {
        transform:scaleY(.75);
        opacity:.78;
    }
    70% {
        transform:scaleY(1.12);
        opacity:1;
    }
    100% {
        transform:scaleY(.48);
        opacity:.68;
    }
}

/* Keep the bottom player waveform moving at all times too. */
.re-persistent-player .re-player-wave span {
    animation:reAlwaysPlayerWave .7s ease-in-out infinite alternate !important;
    animation-play-state:running !important;
    will-change:height,transform;
}

.re-persistent-player .re-player-wave span:nth-child(2n) { animation-delay:-.12s !important; }
.re-persistent-player .re-player-wave span:nth-child(3n) { animation-delay:-.24s !important; }
.re-persistent-player .re-player-wave span:nth-child(4n) { animation-delay:-.36s !important; }

@keyframes reAlwaysPlayerWave {
    0% {
        height:6px;
        transform:scaleY(.7);
        opacity:.55;
    }
    50% {
        height:30px;
        transform:scaleY(1);
        opacity:1;
    }
    100% {
        height:12px;
        transform:scaleY(.8);
        opacity:.72;
    }
}

/* Never pause the visual animation because the radio is paused. */
.re-radio-playing .re-player-wave span {
    animation-play-state:running !important;
}

/* Respect reduced motion only for users who explicitly request it. */
@media (prefers-reduced-motion: reduce) {
    .re-live-visual .re-audio-wave span,
    .re-hero-visual .re-audio-wave span,
    .re-persistent-player .re-player-wave span {
        animation-duration:1.8s !important;
    }
}

/* =========================================================
   HERO PLAY BUTTON BELOW MICROPHONE
========================================================= */

.re-live-visual .re-play-stage{
    position:relative;
    z-index:8;
    width:min(520px,90%);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.re-live-visual .re-mic-art{
    position:relative;
    width:100%;
    max-width:520px;
    aspect-ratio:1/1;
    border-radius:32px;
    overflow:hidden;
    box-shadow:0 25px 70px rgba(0,0,0,.5),0 0 60px rgba(180,76,255,.28);
}

.re-live-visual .re-mic-art > img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

.re-live-visual .re-mic-art .re-live-badge{
    position:absolute;
    right:7%;
    top:7%;
    z-index:4;
}

.re-live-visual .re-image-play-button{
    position:relative;
    z-index:20;
    width:92px;
    height:92px;
    flex:0 0 92px;
    margin-top:-46px;
    padding:0;
    border-radius:50%;
    border:3px solid rgba(255,255,255,.82);
    background:linear-gradient(135deg,#7331b4,#273b86);
    color:#fff;
    display:grid;
    place-items:center;
    cursor:pointer;
    box-shadow:0 14px 35px rgba(0,0,0,.45),0 0 35px rgba(180,76,255,.5);
    transition:transform .22s ease,box-shadow .22s ease,background .22s ease;
}

.re-live-visual .re-image-play-button:hover{
    transform:scale(1.08);
    box-shadow:0 18px 45px rgba(0,0,0,.55),0 0 55px rgba(180,76,255,.72);
}

.re-live-visual .re-image-play-button .re-play-triangle{
    font-size:2rem;
    margin-left:5px;
}

.re-live-visual .re-image-play-button.is-playing{
    background:linear-gradient(135deg,#ff3158,#7331b4);
}

.re-live-visual .re-image-play-button.is-playing .re-play-triangle{
    font-size:1.8rem;
    margin-left:0;
}

/* =========================================================
   HERO WAVEFORM: OFF UNTIL PLAY
========================================================= */

.re-live-visual .re-play-wave{
    display:flex !important;
    opacity:.22;
    visibility:visible;
    pointer-events:none;
}

.re-live-visual .re-play-wave span{
    animation-play-state:paused !important;
    opacity:.18;
    transform:scaleY(.28);
    transition:opacity .25s ease;
}

/* Only animate the hero wave while the live stream is playing. */
body.re-radio-playing .re-live-visual .re-play-wave span{
    animation:reHeroPlayingWave .72s ease-in-out infinite alternate !important;
    animation-play-state:running !important;
    opacity:.98;
}

body.re-radio-playing .re-live-visual .re-play-wave{
    opacity:1;
}

.re-live-visual .re-play-wave span:nth-child(2n){animation-delay:-.12s !important}
.re-live-visual .re-play-wave span:nth-child(3n){animation-delay:-.25s !important}
.re-live-visual .re-play-wave span:nth-child(4n){animation-delay:-.38s !important}
.re-live-visual .re-play-wave span:nth-child(5n){animation-delay:-.18s !important}
.re-live-visual .re-play-wave span:nth-child(7n){animation-delay:-.32s !important}

@keyframes reHeroPlayingWave{
    0%{transform:scaleY(.22);opacity:.5}
    45%{transform:scaleY(.72);opacity:.82}
    100%{transform:scaleY(1.08);opacity:1}
}

/* The bottom player wave should also represent playback state. */
.re-persistent-player .re-player-wave span{
    animation-play-state:paused !important;
    opacity:.35;
}
body.re-radio-playing .re-persistent-player .re-player-wave span{
    animation-play-state:running !important;
    opacity:1;
}

/* Mobile */
@media(max-width:700px){
    .re-live-visual .re-play-stage{
        width:94%;
    }
    .re-live-visual .re-mic-art{
        border-radius:24px;
    }
    .re-live-visual .re-image-play-button{
        width:78px;
        height:78px;
        flex-basis:78px;
        margin-top:-39px;
    }
}

/* =========================================================
   FINAL HERO LAYOUT
   One waveform only + centered play button
========================================================= */

.re-live-visual{
    position:relative;
    min-height:650px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:visible;
}

.re-live-visual .re-play-stage{
    position:relative;
    z-index:8;
    width:min(620px,96%);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.re-live-visual .re-mic-art{
    position:relative;
    width:min(560px,100%);
    aspect-ratio:1/1;
    overflow:hidden;
    border-radius:30px;
    box-shadow:
        0 25px 70px rgba(0,0,0,.50),
        0 0 70px rgba(180,76,255,.24);
}

.re-live-visual .re-mic-art > img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

.re-live-visual .re-mic-art .re-live-badge{
    position:absolute;
    top:7%;
    right:7%;
    z-index:5;
}

/* Button is centered under the microphone, not over it. */
.re-live-visual .re-image-play-button{
    position:relative;
    z-index:20;
    width:96px;
    height:96px;
    min-width:96px;
    margin-top:-48px;
    border-radius:50%;
    border:3px solid rgba(255,255,255,.88);
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,#7d2fc0,#315bb4);
    color:#fff;
    cursor:pointer;
    box-shadow:
        0 16px 42px rgba(0,0,0,.48),
        0 0 45px rgba(180,76,255,.62);
    transition:
        transform .22s ease,
        box-shadow .22s ease,
        background .22s ease;
}

.re-live-visual .re-image-play-button:hover{
    transform:scale(1.08);
    box-shadow:
        0 20px 52px rgba(0,0,0,.55),
        0 0 65px rgba(180,76,255,.78);
}

.re-live-visual .re-play-triangle{
    font-size:2.15rem;
    line-height:1;
    margin-left:5px;
}

.re-live-visual .re-image-play-button.is-playing{
    background:linear-gradient(135deg,#ef2f72,#7331b4);
}

.re-live-visual .re-image-play-button.is-playing .re-play-triangle{
    margin-left:0;
    font-size:1.8rem;
}

/* The single hero waveform sits below the centered play button. */
.re-live-visual .re-play-wave{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    width:min(560px,100%);
    height:90px;
    margin-top:10px;
    display:flex !important;
    align-items:center;
    justify-content:center;
    gap:4px;
    opacity:.18;
    z-index:6;
    pointer-events:none;
}

.re-live-visual .re-play-wave span{
    animation-play-state:paused !important;
    opacity:.18;
    transform:scaleY(.22);
}

/* Wave becomes active only after the live stream actually starts. */
body.re-radio-playing .re-live-visual .re-play-wave{
    opacity:1;
}

body.re-radio-playing .re-live-visual .re-play-wave span{
    animation:reHeroPlayingWave .72s ease-in-out infinite alternate !important;
    animation-play-state:running !important;
    opacity:1;
}

.re-live-visual .re-play-wave span:nth-child(2n){animation-delay:-.12s !important}
.re-live-visual .re-play-wave span:nth-child(3n){animation-delay:-.25s !important}
.re-live-visual .re-play-wave span:nth-child(4n){animation-delay:-.38s !important}
.re-live-visual .re-play-wave span:nth-child(5n){animation-delay:-.18s !important}
.re-live-visual .re-play-wave span:nth-child(7n){animation-delay:-.32s !important}

@keyframes reHeroPlayingWave{
    0%{
        transform:scaleY(.20);
        opacity:.45;
    }
    45%{
        transform:scaleY(.72);
        opacity:.82;
    }
    100%{
        transform:scaleY(1.08);
        opacity:1;
    }
}

@media(max-width:900px){
    .re-live-visual{
        min-height:540px;
    }

    .re-live-visual .re-mic-art{
        width:min(500px,94%);
    }

    .re-live-visual .re-image-play-button{
        width:86px;
        height:86px;
        min-width:86px;
        margin-top:-43px;
    }

    .re-live-visual .re-play-wave{
        width:94%;
    }
}

@media(max-width:600px){
    .re-live-visual{
        min-height:470px;
    }

    .re-live-visual .re-mic-art{
        width:94%;
        border-radius:24px;
    }

    .re-live-visual .re-image-play-button{
        width:76px;
        height:76px;
        min-width:76px;
        margin-top:-38px;
    }

    .re-live-visual .re-play-triangle{
        font-size:1.65rem;
    }

    .re-live-visual .re-play-wave{
        height:70px;
        gap:3px;
    }
}

/* =========================================================
   FINAL HERO CLEANUP
   Remove the decorative hero waveforms completely.
========================================================= */

.re-live-visual .re-audio-wave,
.re-live-visual .re-play-wave,
.re-hero-visual .re-audio-wave {
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    animation:none !important;
}

.re-live-visual {
    overflow:visible;
}

/* =========================================================
   FOOTER SOCIAL LINKS
========================================================= */

.re-footer-social,
.re-footer-social-wrap {
    position:relative;
}

.re-footer-social h4 {
    margin:0 0 16px;
    color:#fff;
    font-size:1rem;
    font-weight:900;
    letter-spacing:.04em;
}

.re-social-links {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    list-style:none;
    margin:0;
    padding:0;
}

.re-social-links li {
    margin:0;
    padding:0;
}

.re-social-links a {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:0 15px;
    border:1px solid rgba(180,76,255,.28);
    border-radius:12px;
    background:rgba(255,255,255,.04);
    color:#d8c5ff;
    text-decoration:none;
    font-size:.78rem;
    font-weight:800;
    transition:transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.re-social-links a:hover {
    transform:translateY(-2px);
    background:linear-gradient(135deg,#7331b4,#315bb4);
    border-color:rgba(255,255,255,.28);
    color:#fff;
}

@media(max-width:600px) {
    .re-social-links {
        display:grid;
        grid-template-columns:1fr 1fr;
    }

    .re-social-links a {
        width:100%;
        box-sizing:border-box;
    }
}

/* =========================================================
   FINAL PLAY BUTTON POSITION
   Center the play/pause button inside the microphone.
========================================================= */

.re-live-visual .re-play-stage{
    width:min(560px,96%);
}

.re-live-visual .re-mic-art{
    position:relative;
    width:100%;
    aspect-ratio:1/1;
    overflow:hidden;
}

.re-live-visual .re-mic-art .re-image-play-button{
    position:absolute;
    left:50%;
    top:50%;
    z-index:30;
    width:96px;
    height:96px;
    min-width:96px;
    margin:0;
    padding:0;
    transform:translate(-50%,-50%);
    border-radius:50%;
    border:3px solid rgba(255,255,255,.9);
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,#7d2fc0,#315bb4);
    color:#fff;
    cursor:pointer;
    box-shadow:
        0 16px 42px rgba(0,0,0,.48),
        0 0 45px rgba(180,76,255,.62);
    transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.re-live-visual .re-mic-art .re-image-play-button:hover{
    transform:translate(-50%,-50%) scale(1.08);
    box-shadow:
        0 20px 52px rgba(0,0,0,.55),
        0 0 65px rgba(180,76,255,.78);
}

.re-live-visual .re-mic-art .re-image-play-button.is-playing{
    background:linear-gradient(135deg,#ef2f72,#7331b4);
}

.re-live-visual .re-mic-art .re-play-triangle{
    font-size:2.15rem;
    line-height:1;
    margin-left:5px;
}

.re-live-visual .re-mic-art .re-image-play-button.is-playing .re-play-triangle{
    margin-left:0;
    font-size:1.8rem;
}

/* There is intentionally no second/outer hero waveform. */
.re-live-visual .re-audio-wave,
.re-live-visual .re-play-wave{
    display:none !important;
}

@media(max-width:600px){
    .re-live-visual .re-mic-art .re-image-play-button{
        width:78px;
        height:78px;
        min-width:78px;
    }

    .re-live-visual .re-mic-art .re-play-triangle{
        font-size:1.65rem;
    }
}

/* =========================================================
   RADIO EERSTERIVER — MODERN HERO FINAL
========================================================= */

.re-hero,
.re-hero-section{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 72% 34%,rgba(112,42,198,.28),transparent 32%),
        radial-gradient(circle at 20% 70%,rgba(45,79,210,.18),transparent 35%),
        #09091b;
}

.re-hero-inner{
    position:relative;
    z-index:2;
}

.re-hero-visual.re-live-visual{
    position:relative;
    min-height:650px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:24px 0 80px;
    overflow:visible;
}

.re-live-visual .re-play-stage{
    width:min(570px,96%);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    position:relative;
}

.re-live-visual .re-mic-art{
    position:relative;
    width:min(520px,100%);
    aspect-ratio:1/1;
    overflow:hidden;
    border-radius:34px;
    box-shadow:0 28px 80px rgba(0,0,0,.55),0 0 70px rgba(147,57,255,.24);
}

.re-live-visual .re-mic-art > img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* Play button is BELOW the microphone, never inside it. */
.re-live-visual .re-play-stage > .re-image-play-button{
    position:relative;
    left:auto;
    top:auto;
    transform:none;
    z-index:20;
    width:100px;
    height:100px;
    min-width:100px;
    margin-top:-50px;
    padding:0;
    border-radius:50%;
    border:3px solid rgba(255,255,255,.92);
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,#b22bd8,#e32f82);
    color:#fff;
    cursor:pointer;
    box-shadow:0 16px 45px rgba(0,0,0,.55),0 0 45px rgba(193,54,255,.55);
    transition:transform .2s ease,box-shadow .2s ease;
}

.re-live-visual .re-play-stage > .re-image-play-button:hover{
    transform:scale(1.08);
    box-shadow:0 20px 55px rgba(0,0,0,.58),0 0 65px rgba(193,54,255,.75);
}

.re-live-visual .re-play-triangle{
    font-size:2.25rem;
    margin-left:6px;
}

.re-live-visual .re-image-play-button.is-playing{
    background:linear-gradient(135deg,#ef2f72,#7a28c8);
}

.re-live-visual .re-image-play-button.is-playing .re-play-triangle{
    font-size:1.8rem;
    margin-left:0;
}

/* Social CONNECT card beside the hero visual. */
.re-hero-connect{
    width:210px;
    padding:24px;
    margin-left:26px;
    border:1px solid rgba(174,75,255,.55);
    border-radius:20px;
    background:rgba(9,9,27,.72);
    box-shadow:0 20px 50px rgba(0,0,0,.25);
    backdrop-filter:blur(10px);
}

.re-hero-connect h3{
    margin:0 0 14px;
    color:#bd63ff;
    font-size:.9rem;
    letter-spacing:.08em;
}

.re-hero-connect ul{
    list-style:none;
    padding:0;
    margin:0;
}

.re-hero-connect li{
    border-bottom:1px solid rgba(255,255,255,.12);
}

.re-hero-connect li:last-child{
    border-bottom:0;
}

.re-hero-connect a{
    min-height:48px;
    display:flex;
    align-items:center;
    gap:12px;
    color:#fff;
    text-decoration:none;
    font-weight:700;
}

.re-social-icon{
    width:34px;
    height:34px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,#315de0,#9a42ef);
    font-weight:900;
}

/* Never show decorative hero waves. */
.re-live-visual .re-audio-wave,
.re-live-visual .re-play-wave,
.re-live-visual .re-hero-wave,
.re-live-visual .waveform{
    display:none !important;
}

/* CTA row */
.re-hero-actions,
.hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
}

/* Responsive */
@media(max-width:1100px){
    .re-hero-visual.re-live-visual{
        min-height:570px;
    }

    .re-hero-connect{
        display:none;
    }
}

@media(max-width:700px){
    .re-hero-visual.re-live-visual{
        min-height:480px;
        padding-bottom:55px;
    }

    .re-live-visual .re-mic-art{
        width:94%;
        border-radius:24px;
    }

    .re-live-visual .re-play-stage > .re-image-play-button{
        width:82px;
        height:82px;
        min-width:82px;
        margin-top:-41px;
    }

    .re-live-visual .re-play-triangle{
        font-size:1.7rem;
    }
}

/* =========================================================
   PLAY BUTTON POSITION — BELOW THE MICROPHONE
   Matches the supplied reference screenshot.
========================================================= */

.re-live-visual .re-play-stage{
    position:relative;
    width:min(570px,96%);
    display:flex;
    flex-direction:column;
    align-items:center;
}

.re-live-visual .re-mic-art{
    position:relative;
    width:min(520px,100%);
    aspect-ratio:1/1;
    overflow:hidden;
    border-radius:34px;
}

/* The button is NOT inside the microphone anymore. */
.re-live-visual .re-play-stage > .re-image-play-button{
    position:relative !important;
    left:auto !important;
    top:auto !important;
    transform:none !important;
    z-index:30;
    width:96px;
    height:96px;
    min-width:96px;
    margin-top:-48px;
    margin-left:0;
    padding:0;
    border-radius:50%;
    border:3px solid rgba(255,255,255,.92);
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,#b22bd8,#315bb4);
    color:#fff;
    cursor:pointer;
    box-shadow:
        0 16px 45px rgba(0,0,0,.55),
        0 0 45px rgba(193,54,255,.55);
    transition:transform .2s ease, box-shadow .2s ease;
}

.re-live-visual .re-play-stage > .re-image-play-button:hover{
    transform:translateY(-4px) !important;
    box-shadow:
        0 20px 55px rgba(0,0,0,.58),
        0 0 65px rgba(193,54,255,.75);
}

.re-live-visual .re-play-stage > .re-image-play-button.is-playing{
    background:linear-gradient(135deg,#ef2f72,#7a28c8);
}

.re-live-visual .re-play-triangle{
    font-size:2.15rem;
    line-height:1;
    margin-left:5px;
}

.re-live-visual .re-image-play-button.is-playing .re-play-triangle{
    font-size:1.8rem;
    margin-left:0;
}

/* Keep the microphone artwork completely clean. */
.re-live-visual .re-mic-art .re-image-play-button{
    position:static !important;
}

/* No decorative hero waves. */
.re-live-visual .re-audio-wave,
.re-live-visual .re-play-wave,
.re-live-visual .re-hero-wave,
.re-live-visual .waveform{
    display:none !important;
}

@media(max-width:700px){
    .re-live-visual .re-play-stage > .re-image-play-button{
        width:82px;
        height:82px;
        min-width:82px;
        margin-top:-41px;
    }

    .re-live-visual .re-play-triangle{
        font-size:1.75rem;
    }
}

/* =========================================================
   FINAL PLAY BUTTON POSITION
   Button is below the microphone and centered horizontally.
========================================================= */

.re-live-visual .re-play-stage{
    position:relative !important;
    width:min(570px,96%) !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
}

.re-live-visual .re-mic-art{
    position:relative !important;
    width:min(520px,100%) !important;
    aspect-ratio:1/1 !important;
    overflow:hidden !important;
}

/* Override all previous positioning rules. */
.re-live-visual .re-play-stage > .re-image-play-button,
.re-live-visual .re-mic-art .re-image-play-button{
    position:relative !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    transform:none !important;
}

/* Exact location: centered immediately BELOW the mic. */
.re-live-visual .re-play-stage > .re-image-play-button{
    display:grid !important;
    place-items:center !important;
    width:96px !important;
    height:96px !important;
    min-width:96px !important;
    margin: -4px auto 0 !important;
    padding:0 !important;
    z-index:50 !important;
    border-radius:50% !important;
    border:3px solid rgba(255,255,255,.92) !important;
    background:linear-gradient(135deg,#b22bd8,#315bb4) !important;
    color:#fff !important;
    cursor:pointer !important;
    box-shadow:
        0 16px 45px rgba(0,0,0,.55),
        0 0 45px rgba(193,54,255,.55) !important;
}

.re-live-visual .re-play-stage > .re-image-play-button:hover{
    transform:translateY(-3px) !important;
}

.re-live-visual .re-play-stage > .re-image-play-button.is-playing{
    background:linear-gradient(135deg,#ef2f72,#7a28c8) !important;
}

.re-live-visual .re-play-stage > .re-image-play-button .re-play-triangle{
    margin-left:5px !important;
    font-size:2.15rem !important;
    line-height:1 !important;
}

.re-live-visual .re-play-stage > .re-image-play-button.is-playing .re-play-triangle{
    margin-left:0 !important;
    font-size:1.8rem !important;
}

/* Make sure there is no button visually inside the microphone. */
.re-live-visual .re-mic-art > .re-image-play-button{
    position:absolute !important;
    display:none !important;
}

/* No decorative waveforms. */
.re-live-visual .re-audio-wave,
.re-live-visual .re-play-wave,
.re-live-visual .re-hero-wave,
.re-live-visual .waveform{
    display:none !important;
}

@media(max-width:700px){
    .re-live-visual .re-play-stage > .re-image-play-button{
        width:82px !important;
        height:82px !important;
        min-width:82px !important;
        margin-top:-4px !important;
    }

    .re-live-visual .re-play-stage > .re-image-play-button .re-play-triangle{
        font-size:1.75rem !important;
    }
}

/* =========================================================
   PAGE SYSTEM / RESOURCE PAGES
========================================================= */

.re-page-hero{
    padding-top:90px;
    padding-bottom:55px;
    background:
        radial-gradient(circle at 75% 20%,rgba(125,48,192,.24),transparent 32%),
        radial-gradient(circle at 20% 50%,rgba(48,78,190,.16),transparent 35%);
}

.re-page-hero h1{
    margin:12px 0 16px;
    font-size:clamp(2.8rem,6vw,5.6rem);
    line-height:.95;
    letter-spacing:-.055em;
    color:#fff;
}

.re-page-hero p{
    max-width:760px;
    font-size:1.18rem;
    line-height:1.7;
    color:#bcb9ce;
}

.resource-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px;
}

.resource-card{
    display:block;
    padding:34px;
    border:1px solid rgba(166,76,255,.32);
    border-radius:24px;
    background:linear-gradient(145deg,rgba(25,23,52,.92),rgba(11,11,29,.96));
    color:#fff;
    text-decoration:none;
    box-shadow:0 20px 60px rgba(0,0,0,.22);
}

.resource-card h2{
    margin:10px 0 10px;
    color:#fff;
}

.resource-card p{
    color:#bdb9cd;
    line-height:1.7;
}

.resource-icon{
    display:block;
    font-size:2.5rem;
}

.re-contact-form-card{
    margin-top:24px;
    padding:32px;
}

.re-external-widget{
    padding:10px;
    border:1px solid rgba(166,76,255,.32);
    border-radius:24px;
    background:#111126;
}

/* =========================================================
   PERSISTENT PLAYER WAVEFORM
   Active only when the stream is actually playing.
========================================================= */

.re-persistent-player .re-player-inner{
    position:relative;
    display:flex;
    align-items:center;
    gap:18px;
}

.re-player-wave{
    flex:1 1 360px;
    min-width:180px;
    height:52px;
    display:flex !important;
    align-items:center;
    justify-content:center;
    gap:3px;
    overflow:hidden;
    opacity:.28;
}

.re-player-wave span{
    display:block;
    width:3px;
    height:9px;
    border-radius:4px;
    background:linear-gradient(to top,#7437d0,#bd64ff);
    transform:scaleY(.35);
    transform-origin:center;
    animation-play-state:paused !important;
    opacity:.35;
}

body.re-radio-playing .re-player-wave{
    opacity:1;
}

body.re-radio-playing .re-player-wave span{
    animation:rePersistentPlayerWave .65s ease-in-out infinite alternate !important;
    animation-play-state:running !important;
    opacity:.95;
}

.re-player-wave span:nth-child(2n){animation-delay:-.10s !important}
.re-player-wave span:nth-child(3n){animation-delay:-.20s !important}
.re-player-wave span:nth-child(4n){animation-delay:-.31s !important}
.re-player-wave span:nth-child(5n){animation-delay:-.17s !important}
.re-player-wave span:nth-child(7n){animation-delay:-.28s !important}

@keyframes rePersistentPlayerWave{
    0%{height:7px;transform:scaleY(.55)}
    45%{height:var(--wave-h,26px);transform:scaleY(1)}
    100%{height:13px;transform:scaleY(.72)}
}

@media(max-width:900px){
    .resource-grid{
        grid-template-columns:1fr;
    }

    .re-player-wave{
        min-width:120px;
    }
}

@media(max-width:650px){
    .re-player-wave{
        display:none !important;
    }
}

/* =========================================================
   BROADCASTERS BEFORE OUR SHOWS
========================================================= */
.re-broadcaster-before-shows{
    padding-top:30px;
}

.re-broadcaster-widget{
    background:linear-gradient(145deg,rgba(20,21,48,.96),rgba(10,11,28,.98));
    border:1px solid rgba(174,76,255,.30);
    border-radius:24px;
    box-shadow:0 18px 55px rgba(0,0,0,.22);
}

.re-broadcaster-widget iframe{
    width:100%;
    height:200px;
    min-height:200px;
    border:0;
    border-radius:20px;
    display:block;
}

@media(max-width:650px){
    .re-broadcaster-before-shows .section-heading{
        display:block;
    }

    .re-broadcaster-before-shows .section-heading .btn{
        margin-top:16px;
    }
}

/* =========================================================
   GOOGLE REVIEW SECTION — BEFORE FOOTER
========================================================= */

.re-google-review-section{
    padding:55px 0;
    background:
        radial-gradient(circle at 75% 40%,rgba(139,53,255,.18),transparent 35%),
        #08091b;
}

.re-google-review-card{
    min-height:260px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:35px;
    padding:42px;
    border:1px solid rgba(180,92,255,.32);
    border-radius:30px;
    background:
        linear-gradient(135deg,rgba(34,28,76,.96),rgba(13,15,39,.98));
    box-shadow:0 25px 70px rgba(0,0,0,.28);
}

.re-google-review-content{
    max-width:760px;
}

.re-google-review-content h2{
    margin:12px 0 12px;
    color:#fff;
    font-size:clamp(30px,4vw,48px);
    line-height:1.02;
    letter-spacing:-.04em;
}

.re-google-review-content p{
    margin:0;
    color:#c1c0d1;
    font-size:18px;
    line-height:1.7;
}

.re-google-review-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:25px;
}

.re-google-stars{
    flex:0 0 250px;
    min-height:190px;
    border-radius:25px;
    border:1px solid rgba(255,255,255,.12);
    background:rgba(255,255,255,.04);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.re-google-stars-icons{
    font-size:38px;
    letter-spacing:5px;
    color:#ffc400;
    text-shadow:0 0 20px rgba(255,196,0,.25);
}

.re-google-stars strong{
    margin-top:10px;
    color:#fff;
    font-size:20px;
}

.re-google-stars span{
    color:#aeadc0;
    font-size:14px;
    margin-top:4px;
}

@media(max-width:800px){
    .re-google-review-card{
        display:block;
        padding:30px 24px;
    }

    .re-google-stars{
        margin-top:25px;
        width:100%;
    }
}

@media(max-width:600px){
    .re-google-review-actions{
        display:grid;
    }

    .re-google-review-actions .btn{
        width:100%;
    }
}

/* GOOGLE REVIEWS - DIRECTLY BEFORE FOOTER */
.re-google-review-section{
    display:block !important;
    position:relative;
    z-index:5;
    width:100%;
    padding:60px 0;
    background:#08091b;
}
.re-google-review-card{
    display:flex !important;
    align-items:center;
    justify-content:space-between;
    gap:35px;
    padding:42px;
    border:1px solid rgba(180,92,255,.35);
    border-radius:30px;
    background:linear-gradient(135deg,#241b52,#10142f);
    box-shadow:0 25px 70px rgba(0,0,0,.35);
}
.re-google-review-content{max-width:760px}
.re-google-review-content h2{
    margin:10px 0;
    color:#fff;
    font-size:clamp(32px,4vw,50px);
    line-height:1;
}
.re-google-review-content p{
    margin:0;
    color:#c4c3d3;
    font-size:18px;
}
.re-google-review-actions{margin-top:24px}
.re-google-review-badge{
    flex:0 0 240px;
    min-height:170px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:24px;
    background:rgba(255,255,255,.05);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}
.re-google-review-badge div{
    color:#ffc400;
    font-size:34px;
    letter-spacing:4px;
}
.re-google-review-badge strong{
    margin-top:8px;
    color:#fff;
    font-size:19px;
}
.re-google-review-badge span{
    color:#aaaabd;
    font-size:13px;
}
@media(max-width:750px){
    .re-google-review-card{
        display:block !important;
        padding:30px 22px;
    }
    .re-google-review-badge{
        margin-top:25px;
        width:100%;
    }
}

/* =========================================================
   GOOGLE COMMENTS / REVIEWS SLIDER
========================================================= */
.re-google-review-section{
    padding:65px 0;
    background:
      radial-gradient(circle at 15% 30%,rgba(128,58,255,.16),transparent 32%),
      radial-gradient(circle at 85% 70%,rgba(80,117,255,.13),transparent 35%),
      #08091b;
    overflow:hidden;
}
.re-review-heading{align-items:center}
.re-review-heading h2{margin-top:10px}
.re-google-slider{
    position:relative;
    display:flex;
    align-items:center;
    gap:15px;
    margin-top:30px;
}
.re-review-viewport{
    width:100%;
    overflow:hidden;
    border-radius:28px;
}
.re-review-track{
    display:flex;
    transition:transform .55s cubic-bezier(.22,.61,.36,1);
    will-change:transform;
}
.re-review-slide{
    flex:0 0 100%;
    min-height:260px;
    padding:45px 70px;
    border:1px solid rgba(181,93,255,.28);
    border-radius:28px;
    background:linear-gradient(145deg,rgba(31,28,69,.98),rgba(12,14,34,.98));
    box-shadow:0 25px 70px rgba(0,0,0,.28);
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.re-review-stars{
    color:#ffc400;
    font-size:30px;
    letter-spacing:5px;
    margin-bottom:15px;
}
.re-review-text{
    max-width:800px;
    margin:0 auto 16px;
    color:#f2f0fa;
    font-size:21px;
    line-height:1.65;
}
.re-review-slide strong{
    color:#fff;
    font-size:17px;
}
.re-review-slide span{
    color:#aaa9bc;
    font-size:13px;
    margin-top:3px;
}
.re-review-arrow{
    width:50px;
    height:50px;
    flex:0 0 50px;
    border:1px solid rgba(184,91,255,.45);
    border-radius:50%;
    background:#171638;
    color:#fff;
    font-size:35px;
    line-height:1;
    cursor:pointer;
    transition:.2s;
    z-index:2;
}
.re-review-arrow:hover{
    transform:scale(1.08);
    background:linear-gradient(135deg,#7c35e9,#678df5);
}
.re-review-dots{
    display:flex;
    justify-content:center;
    gap:8px;
    margin-top:18px;
}
.re-review-dots button{
    width:9px;
    height:9px;
    padding:0;
    border:0;
    border-radius:50%;
    background:#55536e;
    cursor:pointer;
}
.re-review-dots button.is-active{
    width:25px;
    border-radius:20px;
    background:linear-gradient(90deg,#8b35ff,#6e8fff);
}
.re-review-note{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
    margin-top:22px;
    color:#aaa9bc;
    font-size:14px;
}
.re-review-note>span:first-child{
    color:#ffc400;
    letter-spacing:2px;
}
.re-review-note a{
    color:#c68cff;
    font-weight:900;
}
@media(max-width:700px){
    .re-google-slider{gap:7px}
    .re-review-arrow{width:42px;height:42px;flex-basis:42px;font-size:29px}
    .re-review-slide{padding:35px 22px;min-height:300px}
    .re-review-text{font-size:17px}
    .re-review-heading .btn{margin-top:12px}
}

/* =========================================================
   ELFSIGHT COMMUNITY REVIEWS / SOCIAL WIDGET
========================================================= */

.re-elfsight-section{
    padding:60px 0;
    background:
        radial-gradient(circle at 20% 30%,rgba(139,53,255,.14),transparent 34%),
        radial-gradient(circle at 80% 70%,rgba(90,125,255,.12),transparent 35%),
        #08091b;
    overflow:hidden;
}

.re-elfsight-heading{
    margin-bottom:25px;
}

.re-elfsight-widget{
    width:100%;
    min-height:120px;
    padding:5px;
    border-radius:28px;
    border:1px solid rgba(180,92,255,.28);
    background:rgba(13,15,38,.72);
    box-shadow:0 22px 65px rgba(0,0,0,.25);
}

.re-elfsight-widget .elfsight-app-eaca543a-b139-4990-880e-ed8f174da78b{
    width:100%;
    min-height:100px;
}

@media(max-width:650px){
    .re-elfsight-section{
        padding:45px 0;
    }

    .re-elfsight-widget{
        border-radius:20px;
        padding:0;
    }
}
