/* ==================================================
   FOOTER BASE STYLE FOR FOOTER STYLE 1 AND 2
   DO NOT REMOVE IT (CRITICAL)
================================================== */
/* ==================================================
   CLEAN PREMIUM FOOTER SYSTEM 1
==================================================== */

.site-footer {
  background: #0f0f12;
  padding: 5rem 2rem 2rem;
  color: #aaa;
}

.footer-container {
  max-width: 1300px;
  margin: 0 auto;
}

/* 4 Column Grid */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}

/* Footer Style 1 Headings */
.footer-col h4 {
  color: #D4AF37;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Footer Style 1 Links */
.footer-col a {
  display: block;
  margin-bottom: 0.6rem;
  color: #bbb;
  transition: 0.3s ease;
}
/* Footer Style 1 Hover */
.footer-col a:hover {
  color: #D4AF37;
  transform: translateX(4px);
}

/* Footer Style 1 About Text */
.footer-about p {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  color: rgba(212,175,55,0.85);
  line-height: 1.6;
}

/* =============================================
FOOTER IMG LOGO AND SVG LOGO FOR FOOTER
STYLE 1 AND 2
================================================*/

.footer-logo svg {
  fill: #D4AF37;
  transition: 0.3s ease;
}

.footer-logo:hover svg {
  fill: #fff;
}

/* ======================================== 
 FOOTER BRAND LOGO 4 FOOTER STYLE 2 
=========================================== */
.footer-brand img {
  width: 120px;
  margin-bottom: 1.2rem;
}

/* =============================================
FOOTER BOTTOM (MERGED FINAL VERSION) FOR FOOTER
STYLE 1 AND 2
================================================*/
.footer-bottom {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(245,179,1,0.2);
  margin-top: 3rem;
  padding-top: 1.5rem;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(245,179,1,0.7);
  letter-spacing: 0.5px;
  opacity: 0.8;
}

/* Responsive */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  
/* ==== FOOTER GRID AND TAGLINE MERGED === */
@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-tagline { margin: 0 auto; color: #fec503; }
}

/* Responsive */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ======================================== 
FOOTER BRAND AND ABOUT MERGED 
FOR FOOTER STYLE 1 AND 2 
=========================================== */
  .footer-brand,
  .footer-about {
    text-align: center;
  }
}

/* Light mode auto invert */
@media (prefers-color-scheme: light) {
  .site-footer {
    background: #f8f8f8;
    color: #333;
  }
  .site-footer h4,
  .site-footer a:hover {
    color: #000;
  }
 
/* ================ SUBSCRIBE TO CS ================*/

/* ==================================================
   FOOTER SUBSCRIBE FLUENT FORM KDRO
================================================== */
.footer-growth input[type="email"] {
  width: 100%;
  padding: 14px 18px;
  border-radius: 30px;
  border: 1px solid rgba(255,215,0,0.4) !important;
  background: #1a1328;
  color: #fff;
  font-size: 0.95rem;
  outline: none;
  transition: 0.3s ease;
}

.footer-growth .fluent_form_5 .ff-btn-submit {
  width: 100%;
  padding: 0.7rem;
  border-radius: 30px;
  border: none;
  background: linear-gradient(90deg, #f5b301, #ff8c42);
  color: #120a1f;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

.footer-growth .fluent_form_5 .ff-btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(245,179,1,0.4);
}

.footer-growth .fluent_form_5 .ff-btn-submit:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(245,179,1,0.3);
}

/* === 💎 SUCCESS MESSAGE ANIMATION FLUENT FORM === */

/*========================================  
FOOTER FLUENT SUCCESS MESSGE
=========================================*/
.fluentform .ff-message-success {
  background: rgba(212,175,55,0.1);
  border: 1px solid #D4AF37;
  color: #D4AF37;
  border-radius: 20px;
  padding: 10px;
  margin-top: 10px;
  animation: fadeInUp 0.5s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===============================================
   FOOTER STYLE 1 AND 2 SOCIAL ICONS 
================================================ */
.social-links {
  margin: 1.5rem 0;
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}

.social-links a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #120a1f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5b301;
  font-size: 1.2rem;
  transition: 0.3s;
}

.social-links a:hover {
  background: #f5b301;
  color: #120a1f;
  transform: translateY(-4px);
  box-shadow: 0 0 15px rgba(245,179,1,0.6);
}


/* TIGHTEN FOOOTER SOCIAL SPACING */

.footer-growth .social-links {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}


/* ===========================================
🎬 CS ACCORDION CINEMATIC FOR FOOTER STYLE 1
============================================= */

.cs-accordion {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

/* HEADER BUTTON */
.cs-accordion-header {
  width: 100%;
  background: transparent;
  border: none;
  color: var(--cs-gold);
  font-family: var(--font-heading);
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1rem 0;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease;
}

/* GOLD UNDERLINE GLOW */
.cs-accordion-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, #f5b301, #ff8c42);
  transition: 0.4s ease;
}

.cs-accordion-header:hover::after {
  width: 100%;
}

/* CONTENT */
.cs-accordion-content {
  max-height: none;
  overflow: visible;
  transition: all 0.4s ease;
}

/* ================================
MOBILE ACCORDION MODE 2 
===================================*/
@media (max-width: 768px) {

  .cs-accordion {
    grid-template-columns: 1fr;
  }

  .cs-accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
  }

  .cs-accordion-item.active .cs-accordion-content {
    max-height: 500px;
    opacity: 1;
    margin-top: 10px;
  }

  /* cinematic glow when open */
  .cs-accordion-item.active {
    box-shadow: 0 0 20px rgba(245,179,1,0.15);
    border-radius: 10px;
    padding: 0.5rem 0;
  }

  .cs-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
/* ================================================== 
FOOTER SYSTEM 1 ACCORDION TOGGLE ICON 
===================================================== */
  /* + / - icon */
  .cs-accordion-header::before {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 1.2rem;
    color: var(--cs-orange);
    transition: 0.3s;
  }

  .cs-accordion-item.active .cs-accordion-header::before {
    content: "−";
  }
}

/* ================================================== 
FOOTER SYSTEM 1 SAFE ACCORDION TOGGLE ICON SYSTEM 
===================================================== */

/* ================================
   SAFE ACCORDION SYSTEM
================================ */

/* DESKTOP = ALWAYS VISIBLE */
.cs-accordion-content {
  max-height: none;
  opacity: 1;
  overflow: visible;
}

/* MOBILE ONLY COLLAPSES */
@media (max-width: 768px) {

  .cs-accordion {
    grid-template-columns: 1fr;
  }

  .cs-accordion-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease;
  }

  .cs-accordion-item.active .cs-accordion-content {
    max-height: 1000px; /* SAFE LARGE VALUE */
    opacity: 1;
  }

  .cs-accordion-header {
    position: relative;
    padding-right: 30px;
  }

  .cs-accordion-header::after {
    content: "+";
    position: absolute;
    right: 0;
    color: #ff8c42;
  }

  .cs-accordion-item.active .cs-accordion-header::after {
    content: "−";
  }
}


/* =============================================== 
FOOTER TOGLLE SYSTM STRTS
================================================ */

/* === ✅CHEVRON HOVER ANIMATION (Premium Feel) === */

.social-links a {
  transition: all 0.3s ease;
}

.social-links a:hover {
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 0 12px rgba(212,175,55,0.5);
}

  /* Active state */
  .footer-col.active .footer-content {
    max-height: 300px;
    opacity: 1;
  }

  .footer-col.active .footer-toggle::after {
    content: "–";
  }
}

/* === TOGGLE GLOW ON EXPANSION === */

.footer-col.active {
  box-shadow: 0 0 20px rgba(212,175,55,0.08);
  border-radius: 10px;
}

/* ===KEEP BRAND COLUMN ONLY OPEN ON MOBILE === 

  /* Collapsed by default */
  .footer-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
  }

/* TIGHTEN FOOTER CONTENTS */

.footer-content {
  padding-top: 10px;
}

@media (max-width: 768px) {
  .footer-brand .footer-content {
    max-height: none !important;
    opacity: 1 !important;
  }

  .footer-brand .footer-toggle::after {
    display: flex;
  }
}

 .footer-brand img {
    filter: invert(1);
  }
}

/* ========================================================================= */

/* ======== FOOTER COOKIE BANNER STARTS ============*/

/* ==================================================
   FOOTER COOKIE BANNER SYSTEM
================================================== */

.cs-cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 16px 20px;
  background: rgba(0,0,0,0.9);
  color: #fff;
  border-radius: 12px;
  display: none;
  z-index: 9999;
}

.cs-cookie-banner button {
  margin-left: 15px;
  background: gold;
  border: none;
  padding: 8px 14px;
  cursor: pointer;
}

/* -------------------------------------------------------
   🍪 CONINC COOKIE BAR (LIGHTWEIGHT)
------------------------------------------------------- */

.cs-cookie-bar {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 600px;
  background: rgba(10, 5, 20, 0.95);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 16px 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);
  animation: csCookieFade 0.6s ease;
}

.cs-cookie-bar p {
  margin: 0;
  font-size: 13px;
  opacity: 0.85;
}

.cs-cookie-bar button {
  background: #ffd700;
  color: #000;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
}

.cs-cookie-bar button:hover {
  background: #ffcc00;
}

@keyframes csCookieFade {
  from {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

/*=================================
FOOTER WAVE FORM
==================================*/

.cs-waveform {
  display: flex;
  gap: 4px;
}

.cs-waveform span {
  width: 3px;
  height: 10px;
  background: #f5b301;
  animation: wave 1s infinite ease-in-out;
}

.cs-waveform span:nth-child(2) { animation-delay: .2s; }
.cs-waveform span:nth-child(3) { animation-delay: .4s; }

@keyframes wave {
  0%,100% { height: 6px; }
  50% { height: 18px; }
}

/* =========================================
GLOBAL STICKY PLAYER GLASS UI
===========================================*/
/* ================================
🎧 GLOBAL STICKY PLAYER
================================ */

#cs-sticky-player {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 10px 16px;
  z-index: 9999;

  /* Glass UI */
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(20, 20, 20, 0.75);
  border-top: 1px solid rgba(255,255,255,0.08);

  color: #fff;
  font-size: 14px;
}

/* LEFT */
.cs-player-left {
  flex: 1;
  min-width: 0; /* important for truncation */
}

#cs-track-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.85;
}

/* CENTER CONTROLS */
.cs-player-center {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cs-player-center button {
  background: rgba(255,255,255,0.08);
  border: none;
  color: #fff;
  font-size: 16px;

  width: 36px;
  height: 36px;
  border-radius: 50%;

  cursor: pointer;
  transition: all 0.25s ease;
}

.cs-player-center button:hover {
  background: rgba(255,255,255,0.18);
  transform: scale(1.05);
}

/* RIGHT */
.cs-player-right {
  flex: 0 0 auto;
  font-size: 12px;
  opacity: 0.6;
  margin-left: 10px;
}

/* ================================
📱 MOBILE OPTIMIZATION
================================ */
@media (max-width: 768px) {

  #cs-sticky-player {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 10px 12px;
  }

  .cs-player-left {
    text-align: center;
    order: 1;
  }

  .cs-player-center {
    justify-content: center;
    order: 2;
  }

  .cs-player-right {
    text-align: center;
    order: 3;
    font-size: 11px;
  }

  /* Bigger tap targets (mobile UX) */
  .cs-player-center button {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
}