.elementor-194 .elementor-element.elementor-element-a2fd087{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-194 .elementor-element.elementor-element-a2fd087:not(.elementor-motion-effects-element-type-background), .elementor-194 .elementor-element.elementor-element-a2fd087 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F172A;}.elementor-194 .elementor-element.elementor-element-e304c3c{margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-e304c3c *//* ============================= */
/* FOOTER BASE */
/* ============================= */

.bafna-footer {
  background: linear-gradient(135deg, #050b18, #0f172a);
  color: #ffffff;
  padding: 120px 8% 40px 8%;
  position: relative;
  overflow: hidden;
}

/* Animated Sunlight Glow */

.footer-sunlight {
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle at 30% 30%, 
    rgba(255,200,80,0.6),
    rgba(255,140,0,0.4),
    transparent 65%);
  top: -200px;
  left: -200px;
  filter: blur(100px);
  animation: sunlightMove 5s ease-in-out infinite;
  z-index: 0;
}

@keyframes sunlightMove {
  0% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); opacity: 0.7; }
}

/* ============================= */
/* LAYOUT */
/* ============================= */

.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  position: relative;
  z-index: 2;
}

.footer-col {
  flex: 1;
}

/* Logo */

.footer-logo img {
  width: 220px;
  margin-bottom: 25px;
  filter: brightness(0.) invert(1);
  transition: 0.3s ease;
}

.footer-logo img:hover {
  transform: scale(1.03);
}


@keyframes floatLogo {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0px); }
}

/* Headings */

.footer-col h4 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #3b82f6;
}

.footer-col p {
  color: #cbd5e1;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* Links */

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
  color: #cbd5e1;
}

.footer-col ul li a {
  color: #cbd5e1;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-col ul li a:hover {
  color: #3b82f6;
  padding-left: 5px;
}

/* Stats */

.footer-stats {
  display: flex;
  gap: 5px;
  
}

.footer-stats strong {
  display: block;
  font-size: 20px;
  color: #3b82f6;
}

.footer-stats span {
  font-size: 13px;
  color: #94a3b8;
}

/* CTA Button */

.footer-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 30px;
  background: #2563eb;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.footer-btn:hover {
  background: #1d4ed8;
  transform: translateY(-3px);
  color:white;
}

/* Bottom */

.footer-bottom {
  text-align: center;
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 14px;
  color: #94a3b8;
  position: relative;
  z-index: 2;
}
.footer-sunlight1 {
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle at 30% 30%, 
    rgba(255,200,80,0.45),
    rgba(255,140,0,0.3),
    transparent 65%);
  filter: blur(110px);
  animation: sunlightMove 6s ease-in-out infinite;
  z-index: 0;
}



/* Right Corner */
.footer-sunlight1.right {
  bottom: -220px;
  right: -520px;
}

/* Animation */
@keyframes sunlightMove {
  0% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.08); opacity: 0.8; }
  100% { transform: scale(1); opacity: 0.5; }
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media(max-width:991px){

  .footer-container {
    flex-direction: column;
    gap: 40px;
  }

  .footer-stats {
    justify-content: flex-start;
  }

  .footer-logo img {
    width: 130px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a2fd087 */.elementor-194 .elementor-element.elementor-element-a2fd087 {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}/* End custom CSS */