:root{
  --theme2: rgb(255,45,45);
}

.site-footer.vibrant-style{
  position:relative;
  background:
  radial-gradient(circle at top left,#12306d 0%,#071633 45%,#041024 100%);
  color:#fff;
  padding:60px 0 0;
  overflow:hidden;
}

/* MAIN BOX */

.footer-wrapper{
  width:min(1380px,95%);
  margin:auto;
  background:
  linear-gradient(135deg,rgba(255,255,255,0.03),rgba(255,255,255,0.01));
  border:1px solid rgba(255,255,255,0.06);
  border-radius:34px;
  overflow:hidden;
  box-shadow:
  0 20px 60px rgba(0,0,0,0.35),
  inset 0 1px 0 rgba(255,255,255,0.05);
  backdrop-filter:blur(14px);
  position: relative;
}


.footer-grid{
  display:grid;
  grid-template-columns:1.2fr 0.9fr 1fr 1fr;
  gap:24px;

  padding-top:25px;
  padding-left:60px;
  padding-right:60px;
  padding-bottom:0;

  position:relative;
}

/* =========================
   BRAND
========================= */

.footer-brand img{
  width:200px;
  object-fit:contain;
  margin-bottom: -20px;
  margin-top: -14px;
}

.footer-brand-text h3{
  font-size:2rem !important;
  line-height:1.3 !important;
  margin-bottom:22px !important;
  font-weight:700 !important;
}

.footer-brand-text p{
  color:#b8c2d9 !important;
  line-height:1.9 !important;
  font-size:1rem !important;
  max-width:340px !important;
}



/* =========================
   TITLES
========================= */

.footer-column h4{
  font-size:2rem;
  margin-bottom:28px;
  position:relative;
  display:inline-block;
}

.footer-column{
  padding-bottom:0px;
}

.footer-column h4::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-10px;
  width:50px;
  height:3px;
  border-radius:20px;
  background: var(--theme2);
}

/* =========================
   LINKS
========================= */

.footer-links{
  list-style:none;
  padding:0;
}

.footer-links li{
  margin-bottom:22px;
}

.footer-links a,
.footer-links span{
  color:#eef2ff;
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:16px;
  font-size:1rem;
  transition:0.3s ease;
}

.footer-links a:hover{
 
  transform:translateX(6px) scale(1.08);
}

.footer-links i{
  width:22px;
  height:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1rem;
  color:#fff;
}

/* QUICK LINKS STYLE */

.quick-links li{
  border-bottom:1px solid rgba(255,255,255,0.08);
  padding-bottom:18px;
}

.quick-links a{
  justify-content:space-between;
}

.quick-links a .left{
  display:flex;
  align-items:center;
  gap:14px;
}

.quick-links .arrow{
  opacity:0.7;
}

/* =========================
   CONTACT
========================= */

.contact-links li{
  margin-bottom:28px;
}

.contact-links i{
  width:54px;
  height:54px;
  border-radius:50%;
  background:rgba(255,255,255,0.08);
  color:var(--theme2);
  font-size:1.2rem;
  flex-shrink:0;
}

.contact-links span{
  line-height:1.7;
}

/* VOLUNTEER BUTTON */

.btn-volunteer{
  margin-top:-12px;
  margin-bottom: 16px;
  display:inline-flex;
  align-items:center;
  gap:14px;
  padding:18px 30px;
  border-radius:60px;
  background:linear-gradient(135deg,#2a448f,#192f68);
  color:#fff !important;
  text-decoration:none;
  font-weight:700;
  transition:0.35s ease;
  box-shadow:0 15px 35px rgba(0,0,0,0.25);
}

.btn-volunteer:hover{
  transform:translateY(-6px);
}

/* =========================
   STAY CONNECTED
========================= */

.footer-column p{
  color:#b8c2d9;
  line-height:1.9;
  margin-bottom:30px;
}

/* NEWSLETTER */

.newsletter-box{
  display:flex;
  overflow:hidden;
  border-radius:16px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.08);
  margin-bottom:10px;
  transition: transform ease 0.3s;
}

.newsletter-box:hover{
  transform: translateY(-3px) scale(1.08);
}

.newsletter-box input{
  flex:1;
  border:none !important;
  background:transparent !important;
  padding:18px 20px !important;
  color:#fff !important;
  outline:none;
  font-size:0.95rem !important;
}

.newsletter-box input::placeholder{
  color:#cbd5e1;
}

.newsletter-box button{
  width:72px;
  border:none;
  background: linear-gradient(135deg, #ff2d2d, #ff6a3d);
  color:white;
  cursor:pointer;
  font-size:1.1rem;
}

/* SOCIAL */

.social-icons-vibrant{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}

.social-circle{
  width:58px;
  height:58px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,0.08);
  color:#fff;
  text-decoration:none;
  font-size:1.2rem;
  transition:0.35s ease;
}

.social-circle:hover{
  transform:translateY(-8px);
  background: linear-gradient(135deg, #ff2d2d, #ff6a3d);
}

/* =========================
   ILLUSTRATIONS
========================= */

.footer-illustration{
  position:absolute ;
  opacity:0.66;
  bottom:0px;
  pointer-events:none;
  line-height:0;
}

.left-illustration{
  left:40px;
}

.right-illustration{
  right:60px;
}

.illust-img1{
  width:390px;
  height: auto;
}

.illust-img2{
  width:250px;
}

/* =========================
   BOTTOM
========================= */
.footer-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  padding:22px 60px;
  border-top:1px solid rgba(255,255,255,0.08);
  background:rgba(255,255,255,0.02);
  flex-wrap:wrap;
}

.footer-copyright{
  display:flex;
  align-items:center;
}

.footer-copyright p{
  color:#dbe4ff;
  margin:0;
  font-size:0.95rem;
}

.bottom-links{
  display:flex;
  gap:24px;
  flex-wrap:wrap;
  margin-right: 40px;
}

.bottom-links a{
  color:#fff;
  text-decoration:none;
  opacity:0.9;
  transition:0.3s ease;
}

.bottom-links a:hover{
  color:#ffccd0;
}

/* MOBILE */

@media(max-width:768px){

  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
    gap:16px;
    padding:24px 28px;
  }

  .bottom-links{
    gap:18px;
  }

}


/* =========================
   RESPONSIVE
========================= */

@media(max-width:1200px){

  .footer-grid{
    grid-template-columns:1fr 1fr;
  }

}

@media(max-width:768px){

  .footer-grid{
    grid-template-columns:1fr;
    padding:50px 28px;
  }

  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
    padding:28px;
  }

  .footer-copyright{
    flex-direction:column;
    align-items:flex-start;
  }

  .footer-column h4{
    font-size:1.6rem;
  }

  .footer-brand-text h3{
    font-size:1.7rem;
  }

  .footer-illustration {
    display: none !important;
  }

  .illust-img1,
  .illust-img2{
    display: none;
  }

  .footer-bottom {
    flex-direction: column-reverse;  /* bottom-links above copyright */
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 18px 28px;
  }

  .footer-copyright p {
    font-size: 0.78rem;
    white-space: nowrap;
    color: #dbe4ff;
    margin: 0;
  }

  .bottom-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-right: 0;
    flex-wrap: nowrap;
  }

  .bottom-links a {
    font-size: 0.78rem;
    white-space: nowrap;
  }


    .newsletter-box {
    display: flex;
    overflow: hidden;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 10px;
    transition: transform ease 0.3s;
}

  .footer-brand-text h3{
    display: none !important;
  }

  .footer-brand img{
    margin-left: -44px;
  }

    .social-icons-vibrant {
    display: flex;
    flex-wrap: nowrap;  /* prevent wrapping */
    gap: 12px;
  }

  .social-circle {
    width: 57px;
    height: 57px;
    font-size: 0.95rem;
    flex-shrink: 0;  /* prevent shrinking */
  }
}