/* Lovethailand footer CSS sun overlay - keeps existing cloud/bird animations intact */
.lt-footer-thai-lite .lt-footer-bg,
.lt-footer-thai-lite-mobile .lt-footer-bg{
  position:relative;
}
.lt-footer-sun{
  position:absolute!important;
  display:block;
  pointer-events:none;
  z-index:1!important;
  width:72px;
  height:72px;
  border-radius:50%;
  right:18.5%;
  top:32%;
  opacity:.54;
  background:
    radial-gradient(circle at 42% 38%, rgba(255,244,182,.98) 0 9%, rgba(242,190,74,.82) 19%, rgba(226,159,45,.34) 38%, rgba(226,159,45,.10) 58%, rgba(226,159,45,0) 72%);
  box-shadow:
    0 0 16px rgba(226,168,61,.18),
    0 0 38px rgba(226,168,61,.18),
    0 0 76px rgba(255,234,164,.16);
  mix-blend-mode:multiply;
  transform:translate3d(0,0,0) scale(1);
  animation:lt-footer-css-sun-breathe 7.5s ease-in-out infinite alternate;
}
.lt-footer-sun::before,
.lt-footer-sun::after{
  content:"";
  position:absolute;
  inset:-42%;
  border-radius:50%;
  pointer-events:none;
}
.lt-footer-sun::before{
  background:radial-gradient(circle, rgba(255,223,126,.22) 0 18%, rgba(255,223,126,.10) 42%, rgba(255,223,126,0) 72%);
  animation:lt-footer-css-sun-halo 9s ease-in-out infinite alternate;
}
.lt-footer-sun::after{
  inset:17%;
  background:
    radial-gradient(circle at 45% 35%, rgba(255,255,214,.64), rgba(255,214,112,.26) 48%, rgba(255,214,112,0) 72%);
  filter:blur(.5px);
  animation:lt-footer-css-sun-core 5.8s ease-in-out infinite alternate;
}
@keyframes lt-footer-css-sun-breathe{
  0%{opacity:.45;transform:translate3d(-1px,1px,0) scale(.96);}
  50%{opacity:.58;transform:translate3d(0,-1px,0) scale(1.02);}
  100%{opacity:.50;transform:translate3d(1px,0,0) scale(.99);}
}
@keyframes lt-footer-css-sun-halo{
  0%{opacity:.42;transform:scale(.94);}
  100%{opacity:.78;transform:scale(1.07);}
}
@keyframes lt-footer-css-sun-core{
  0%{opacity:.55;transform:scale(.96);}
  100%{opacity:.85;transform:scale(1.06);}
}
@media (max-width:767px){
  .lt-footer-sun{
    width:54px;
    height:54px;
    right:18%;
    top:30%;
    opacity:.50;
  }
}
@media (min-width:768px){
  .lt-footer-thai-lite-mobile .lt-footer-sun{
    width:72px;
    height:72px;
    right:18.5%;
    top:32%;
    opacity:.54;
  }
}
@media (prefers-reduced-motion:reduce){
  .lt-footer-sun,
  .lt-footer-sun::before,
  .lt-footer-sun::after{
    animation:none!important;
  }
}
