/* ══════════════════════════════════════════════
   TWL Footer Final Widget
   ══════════════════════════════════════════════ */

/* ── PARALLAX REVEAL: footer slides out from behind content ── */
.page_wrap {
  overflow: clip !important;
}
.page_content_wrap {
  position: relative;
  z-index: 2;
}
.twl-footer-final {
  position: sticky;
  bottom: 0;
  z-index: 1;
  background: #0a0a0a !important;
  color: #ffffff !important;
}
@media (min-width: 769px) {
  .twl-footer-final { margin-top: 30px; }
}
.twl-footer-final::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
  z-index: 0;
}

/* ── LOCATION HEADER ── */
.twl-ff-location-header {
  text-align: center;
  padding: clamp(2rem, 4vw, 3.5rem) 0 clamp(1rem, 2vw, 1.5rem);
  background: transparent;
  position: relative;
  z-index: 2;
}
.twl-ff-location-header .maps-section__label {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent, #ff6a00);
  margin-bottom: 0.75rem;
}
.twl-ff-location-header .maps-section__label::before,
.twl-ff-location-header .maps-section__label::after {
  content: '';
  width: 30px; height: 1px;
  background: var(--accent, #ff6a00);
  opacity: 0.4;
}
.twl-footer-final .twl-ff-location-header .maps-section__title,
.twl-footer-final .twl-ff-location-header h2.maps-section__title {
  font-family: 'Bebas Neue', 'Impact', sans-serif !important;
  font-size: 1.8rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  line-height: 1.2 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

/* ── INFO STRIP ── */
.twl-ff-info-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--grid-line, #222222);
  border-bottom: 1px solid var(--grid-line, #222222);
}
.twl-ff-info-strip__cell {
  padding: clamp(1.2rem, 2vw, 2rem) clamp(1.5rem, 2.5vw, 2.5rem);
  border-right: 1px solid var(--border, #333333);
}
.twl-ff-info-strip__cell:last-child {
  border-right: none;
}
.twl-footer-final .twl-ff-info-strip__label {
  font-family: 'Courier New', monospace !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.3em !important;
  text-transform: uppercase !important;
  color: #ff6a00 !important;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  line-height: 1.4 !important;
}
.twl-ff-info-strip__label::before {
  content: '';
  width: 3px; height: 14px;
  background: var(--accent, #ff6a00);
  display: inline-block;
  flex-shrink: 0;
}
.twl-footer-final .twl-ff-info-strip__text {
  color: #fff !important;
  font-size: 0.88rem !important;
  line-height: 1.9 !important;
  font-weight: 300 !important;
  font-family: 'Conthrax', -apple-system, BlinkMacSystemFont, sans-serif !important;
}
.twl-footer-final .twl-ff-info-strip__text a {
  color: #fff !important;
  text-decoration: none !important;
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.twl-footer-final .twl-ff-info-strip__text a:hover {
  color: #ff6a00 !important;
}
.twl-footer-final .twl-ff-info-strip__text strong {
  color: #ffffff !important;
  font-weight: 500 !important;
}

/* Phone tags */
.twl-ff-phone-row {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.twl-ff-phone-row + .twl-ff-phone-row {
  margin-top: 0.4rem;
}
.twl-footer-final .twl-ff-phone-tag {
  font-family: 'Courier New', monospace !important;
  font-size: 0.7rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff !important;
  background: #ff6a00 !important;
  padding: 2px 8px !important;
  border: none !important;
  border-radius: 0 !important;
  display: inline-block;
  line-height: 1.4;
}

/* Social links */
.twl-ff-social-links {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.5rem;
}
.twl-footer-final .twl-ff-social-link,
.twl-footer-final a.twl-ff-social-link {
  width: 40px !important; height: 40px !important;
  border: none !important;
  border-radius: 0 !important;
  background: #ff6a00 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 0 !important;
}
.twl-footer-final .twl-ff-social-link:hover,
.twl-footer-final a.twl-ff-social-link:hover {
  background: #e05e00 !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(255, 106, 0, 0.3);
}
.twl-ff-social-link svg { width: 18px; height: 18px; }

/* WhatsApp */
.twl-footer-final .twl-ff-whatsapp-link,
.twl-footer-final a.twl-ff-whatsapp-link {
  display: inline-flex !important;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.8rem;
  color: #25d366 !important;
  text-decoration: none !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.twl-footer-final .twl-ff-whatsapp-link:hover,
.twl-footer-final a.twl-ff-whatsapp-link:hover { opacity: 0.7; color: #25d366 !important; }
.twl-ff-whatsapp-link svg { width: 16px; height: 16px; }

/* ── MAP WIDGET ── */
.twl-ff-map {
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 0;
}
.wl-map-widget {
  position: relative;
  width: 100%;
  height: clamp(420px, 60vh, 680px);
  background: #0a0a0a;
  overflow: hidden;
  contain: layout style paint;
  border-radius: 0;
}
.wl-real-map {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.wl-real-map iframe {
  position: absolute;
  top: -2px; left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 0;
  filter: invert(1) hue-rotate(195deg) brightness(0.78) contrast(0.95) saturate(0.1);
  pointer-events: none;
}
.wl-real-map::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 80% at 50% 48%, transparent 30%, rgba(11,13,16,0.5) 100%);
  pointer-events: none;
  z-index: 1;
}
.wl-pins-layer {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}
.wl-pin {
  position: absolute;
  pointer-events: all;
  cursor: default;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
  -webkit-tap-highlight-color: transparent;
}
.wl-pin--main .wl-pin__body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50% !important;
  background: linear-gradient(170deg, #ff7a3d 0%, var(--accent, #ff6a00) 50%, #e04d14 100%);
  border: 2px solid rgba(255,255,255,0.18) !important;
  box-shadow:
    0 2px 16px rgba(0,0,0,0.35),
    0 0 30px rgba(255, 106, 0, 0.18),
    inset 0 1px 0 rgba(255,255,255,0.15);
  animation: wlPinBreathe 4s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
.wl-pin--main .wl-pin__body::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--accent, #ff6a00);
  filter: drop-shadow(0 2px 3px rgba(0,0,0,0.25));
}
@keyframes wlPinBreathe {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.06); }
}
.wl-pin__wheel {
  width: 30px;
  height: 30px;
  color: #fff;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.25));
  animation: wlWheelSpin 12s linear infinite;
}
@keyframes wlWheelSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
.wl-pin--main .wl-pin__pulse {
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 12px; height: 12px;
  margin-left: -6px;
  border-radius: 50% !important;
  border: 2px solid rgba(255, 106, 0, 0.5) !important;
  pointer-events: none;
  animation: wlPulseRing 2.5s ease-out infinite;
}
.wl-pin--main .wl-pin__pulse2 {
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 12px; height: 12px;
  margin-left: -6px;
  border-radius: 50% !important;
  border: 1.5px solid rgba(255, 106, 0, 0.3) !important;
  pointer-events: none;
  animation: wlPulseRing 2.5s ease-out 1.25s infinite;
}
@keyframes wlPulseRing {
  0%   { transform: scale(1); opacity: 1; }
  100% { transform: scale(3.5); opacity: 0; }
}
.wl-pin--main .wl-pin__glow {
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 16px;
  border-radius: 50% !important;
  background: radial-gradient(ellipse, rgba(255, 106, 0, 0.2) 0%, transparent 70%);
  pointer-events: none;
  filter: blur(5px);
}

/* Widget card */
.wl-card {
  position: absolute;
  z-index: 50;
  width: 240px;
  background: linear-gradient(175deg, rgba(24,28,38,0.68) 0%, rgba(18,21,28,0.72) 100%);
  -webkit-backdrop-filter: blur(32px) saturate(150%);
  backdrop-filter: blur(32px) saturate(150%);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px !important;
  padding: 0;
  overflow: visible;
  pointer-events: none;
  opacity: 0;
  transform: translateY(8px);
  filter: blur(4px);
  transition: opacity 0.38s cubic-bezier(0.22,1,0.36,1), transform 0.38s cubic-bezier(0.22,1,0.36,1), filter 0.38s cubic-bezier(0.22,1,0.36,1);
  box-shadow: 0 12px 48px rgba(0,0,0,0.35), 0 2px 8px rgba(0,0,0,0.15), inset 0 0.5px 0 rgba(255,255,255,0.07);
}
@supports not (backdrop-filter: blur(1px)) {
  .wl-card { background: rgba(18,21,28,0.95); }
}
.wl-card.is-visible {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.wl-card__arrow {
  position: absolute;
  top: 50%;
  width: 14px; height: 14px;
  transform: translateY(-50%) rotate(45deg);
  z-index: -1;
  background: linear-gradient(135deg, rgba(24,28,38,0.68) 0%, rgba(18,21,28,0.72) 100%);
  border: 1px solid rgba(255,255,255,0.07);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
}
.wl-card--arrow-left .wl-card__arrow { left: -7px; border-right: none; border-top: none; }
.wl-card--arrow-right .wl-card__arrow { right: -7px; border-left: none; border-bottom: none; }
.wl-card::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 140px; height: 100px;
  border-radius: 14px !important;
  background: radial-gradient(ellipse at 100% 0%, rgba(255,255,255,0.03) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}
.wl-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 14px !important;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  opacity: 0.022;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}
.wl-card__header, .wl-card__pills, .wl-card__body, .wl-card__sep,
.wl-card__actions, .wl-card__close, .wl-card__info-line { position: relative; z-index: 1; }
.twl-footer-final .wl-card__close,
.twl-footer-final button.wl-card__close {
  position: absolute;
  top: 10px; right: 10px;
  z-index: 10;
  width: 22px !important; height: 22px !important;
  border: none !important;
  border-width: 0 !important;
  background: rgba(255,255,255,0.06) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  color: rgba(255,255,255,0.30) !important;
  pointer-events: all;
  padding: 0 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: inherit !important;
  line-height: 1 !important;
}
.wl-card__close:hover { background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.90); }
.wl-card__close svg { width: 10px; height: 10px; }
.wl-card__header { padding: 14px 16px 0; }
.wl-card__title {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,0.90);
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}
.wl-card__pills { display: flex; flex-wrap: wrap; gap: 4px; padding: 8px 16px 0; }
.wl-pill {
  display: inline-flex;
  align-items: center;
  gap: 3.5px;
  padding: 3.5px 9px;
  border-radius: 100px !important;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.01em;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.02);
  color: rgba(255,255,255,0.52);
  white-space: nowrap;
  line-height: 1.3;
}
.wl-pill--accent {
  border-color: rgba(255, 106, 0, 0.15);
  background: rgba(255, 106, 0, 0.04);
  color: var(--accent, #ff6a00);
}
.wl-pill__star { font-size: 10px; }
.wl-card__body { padding: 8px 16px 0; }
.wl-card__info-line {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255,255,255,0.92);
  display: flex;
  align-items: center;
  gap: 6px;
}
.wl-card__info-line + .wl-card__info-line { margin-top: 3px; }
.wl-card__info-line svg { width: 11px; height: 11px; flex-shrink: 0; opacity: 0.7; }
.wl-card__info-line a { color: rgba(255,255,255,0.92) !important; text-decoration: none; transition: color 0.18s; }
.wl-card__info-line a:hover { color: var(--accent, #ff6a00); }
.wl-card__sep {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.05) 20%, rgba(255,255,255,0.05) 80%, transparent 100%);
  margin: 10px 16px 0;
}
.wl-card__actions { padding: 10px 16px 14px; display: flex; gap: 6px; }
.twl-footer-final .wl-btn,
.twl-footer-final button.wl-btn {
  flex: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 12px !important;
  border-radius: 10px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  border: none !important;
  border-width: 0 !important;
  cursor: pointer;
  transition: all 0.32s cubic-bezier(0.22,1,0.36,1);
  text-decoration: none;
  font-family: inherit;
  text-transform: none !important;
  white-space: nowrap !important;
  line-height: 1.2 !important;
}
.wl-btn svg { width: 13px; height: 13px; flex-shrink: 0; }
.wl-btn--primary {
  background: linear-gradient(180deg, #ff6830 0%, var(--accent, #ff6a00) 100%);
  color: #0B0D10;
  box-shadow: 0 2px 12px rgba(255, 106, 0, 0.15);
}
.wl-btn--primary:hover {
  box-shadow: 0 4px 20px rgba(255, 106, 0, 0.25);
  transform: translateY(-0.5px);
  filter: brightness(1.06);
}

/* Widget zoom */
.wl-zoom {
  position: absolute;
  bottom: 24px; right: 24px;
  z-index: 40;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.06);
}
.twl-footer-final .wl-zoom__btn,
.twl-footer-final button.wl-zoom__btn {
  width: 36px !important; height: 36px !important;
  background: rgba(14,16,22,0.75) !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: none !important;
  border-width: 0 !important;
  border-radius: 0 !important;
  color: rgba(255,255,255,0.52) !important;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: background 0.18s, color 0.18s;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  padding: 0 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
}
.wl-zoom__btn:hover { background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.90); }
.wl-zoom__btn + .wl-zoom__btn { border-top: 1px solid rgba(255,255,255,0.06); }

/* Widget brand */
.wl-brand {
  position: absolute;
  bottom: 24px; left: 24px;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  background: rgba(14,16,22,0.6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 1px 6px rgba(0,0,0,0.2);
}
.wl-brand__icon { width: 16px; height: 16px; color: var(--accent, #ff6a00); opacity: 0.8; }
.wl-brand__text {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.30);
}

/* Widget noise */
.wl-map-widget::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.014;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 256px 256px;
}

/* ── SCROLL REVEAL (footer context) ── */
.twl-footer-final [data-reveal] {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, transform;
}
.twl-footer-final [data-reveal="left"]  { transform: translateX(-60px); }
.twl-footer-final [data-reveal="right"] { transform: translateX(60px); }
.twl-footer-final [data-reveal="scale"] { transform: scale(0.92); }
.twl-footer-final [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1);
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .wl-map-widget { height: 420px; }
  .wl-card {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    width: 100%;
    border-radius: 14px 14px 0 0 !important;
    transform: translateY(16px);
    max-height: 65vh;
    overflow-y: auto;
  }
  .wl-card.is-visible { transform: translateY(0); }
  .wl-card__arrow { display: none; }
  .wl-brand { bottom: 14px; left: 14px; }
  .wl-zoom { bottom: 14px; right: 14px; }
}

@media (max-width: 640px) {
  .twl-ff-info-strip {
    grid-template-columns: 1fr 1fr;
  }
  .twl-ff-info-strip__cell {
    border-right: none;
  }
  .twl-ff-info-strip__cell:nth-child(odd) {
    border-right: 1px solid var(--border, #333333);
  }
  .twl-ff-info-strip__cell:nth-child(1),
  .twl-ff-info-strip__cell:nth-child(2) {
    border-bottom: 1px solid var(--border, #333333);
  }
}

@media (max-width: 480px) {
  .twl-ff-info-strip {
    grid-template-columns: 1fr;
  }
  .twl-ff-info-strip__cell {
    border-right: none !important;
    border-bottom: 1px solid var(--border, #333333);
  }
  .twl-ff-info-strip__cell:last-child {
    border-bottom: none;
  }
}

/* ── Mobile touch targets ── */
@media (max-width: 768px) {
  .twl-ff-info-strip a,
  .twl-ff-info-strip button { min-height: 44px; display: inline-flex; align-items: center; }
  .twl-ff-social-link { width: 44px !important; height: 44px !important; }
  .twl-ff-phone-tags .twl-ff-phone-tag { font-size: 0.75rem; padding: 4px 10px; min-height: 36px; display: inline-flex; align-items: center; }
}

/* ══════════════════════════════════════════════
   GREEN-BOX TITLE (footer)
   ══════════════════════════════════════════════ */
@font-face{font-family:'Conthrax';src:url('../../css/fonts/conthrax_light.ttf') format('truetype');font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:'Conthrax';src:url('../../css/fonts/conthraxsemibold.otf') format('opentype');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:'Conthrax';src:url('../../css/fonts/conthraxsemibold.otf') format('opentype');font-weight:700;font-style:normal;font-display:swap}

.twl-ff-title{font-family:'Conthrax','Montserrat','Helvetica Neue',Arial,sans-serif;font-weight:700;font-size:clamp(1.75rem,4vw,2.75rem);color:#fff!important;line-height:1.2;display:inline-block;z-index:2;text-transform:uppercase;margin:0;padding:0;border:none}
.twl-ff-title .first-letter-box{position:relative;display:inline-block;z-index:2}
.twl-ff-title .green-box{position:absolute;background:#FF6B00;transform:skewX(-15deg);border-radius:2px;z-index:-1;overflow:hidden;width:40px;height:60px;top:-47px;left:1px}
.twl-ff-title .green-box::before{content:'';position:absolute;top:-50%;left:-100%;width:60%;height:200%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.25),transparent);transform:skewX(-25deg);animation:twlFfShineBox 4s ease-in-out infinite;filter:blur(3px);pointer-events:none}
@keyframes twlFfShineBox{0%,100%{left:-100%;opacity:0}50%{left:150%;opacity:1}}
span.twl-ff-title-text{z-index:10000;display:inline;position:relative;font-weight:bold;text-transform:uppercase}
@media(max-width:767px){
  .twl-ff-title .green-box{width:28px!important;height:42px!important;inset:-6px -0.35em -30px -10px!important;top:unset!important;left:unset!important}
}
