
.footer-text-left {
  font-size: 20px;
  padding-left: 40px;
  float: left;
  word-spacing: 10px;
}

a.menu:hover {
  background-color: #000000;
}

.footer-content-left {
  padding-right: 40px;
  margin-top: 20px;
  float: right;
}



.icon-style:hover {
  background-color: #000000;
}

.icon-style:active {
  filter: brightness(1.4);
}

/* Tap effects for image buttons */
.v6col,
.v7col {
  transition: opacity 0.2s ease;
}

.v6col:active,
.v7col:active {
  opacity: 0.6;
}

.animate__invisible {
  opacity: 0;
}

.new-deal {
  display: none;
  position: absolute;
  top: -4px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: red;
  color: white;
  font-size: 13px;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
  border-radius: 999px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  box-shadow: 0 0 0 0px white; /* white outline just like iOS */
}

@media screen and (min-width: 768px) {
  footer.footer {
    display: flex !important;
    justify-content: center !important;
    background-color: #000 !important;
    width: 100% !important;
  }


  }

/* RESET */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.content {
  min-height: calc(100vh - 80px); /* 🧠 Adjusts for footer height */
  box-sizing: border-box;
}

/* FOOTER CONTAINER */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 92px;
  background-color: #333;
  display: flex;
  justify-content: center;
  z-index: 1000;
}


/* INNER FOOTER CONTENT */
.footer-content-right {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start; /* ? align all icons to top */
  width: 100%;
  max-width: 390px;
  padding-top: 10px; /* ? vertical offset from top of footer */
  box-sizing: border-box;
}


/* ICONS */
.icon-style {
  height: 48px;
  width: auto;
  display: block;
  background-color: transparent !important;
  object-fit: contain;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}



@media screen and (min-width: 768px) {
  .footer,
  .footer-content-right {
    margin: 0 auto;
  }
}

.content {
  margin-bottom: 80px; /* matches footer height */
}


/* Fix layout on desktop screens */
@media (min-width: 768px) {
  .header-wrapper,
  .index-wrapper,
  .main-content,
  .first-graphic {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }

  .header-image {
    width: 100%;
    max-width: 560px;
    display: block;
    margin: 0 auto;
  }
}


@media (min-width: 768px) {

.fixed-header {
  background-color: #000;
  width: 100%;
}

.header-wrapper {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.header-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}


.header-image {
  transform: translateX(80px);
}

.fixed-header img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  img.v1col {
    width: 560px !important;
    max-width: 95%;
    display: block;
    margin: 0 auto;
  }
}


.footer-content-right {
  display: flex;
  justify-content: center;   /* Center the group of icons */
  align-items: center;       /* Vertically align icons if different heights */
  gap: 20px;                  /* Even spacing between icons */
  max-width: 400px;
  margin: 0 auto;             /* Center the container itself */
  padding: 8px 12px;
  background-color: #333;     /* Keep your existing footer background */
}




/* Spacer to push content below fixed header */
.header-spacer {
  height: 200px;
}





.footer-content-right a {
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.footer-content-right a:focus,
.footer-content-right a:active {
  background: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* This is the key part - image handling */
.footer-content-right a img,
.footer-content-right .icon-style {
  background-color: transparent !important;
  outline: none;
  border: none;
  box-shadow: none;
  display: block;
  height: 42px;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  transform: translateZ(0); /* helps avoid flicker */
  backface-visibility: hidden;
  image-rendering: auto;
}

.footer-content-right a:active img,
.footer-content-right a:active .icon-style {
  background-color: transparent !important;
  filter: none !important;
}

.footer-content-right a img {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  background-color: transparent !important;
  outline: none;
  box-shadow: none;
  border: none;
  appearance: none;
}

.footer-content-right a {
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  -webkit-tap-highlight-color: transparent;
}
.footer-content-right a {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.footer-content-right a:focus,
.footer-content-right a:active {
  background-color: transparent !important;
  box-shadow: none !important;
}


/* ------------------------------
   Footer Fix — 4 or 5 Icons, No Tap Flash, Aligned
------------------------------- */

.footer-content-right {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 400px;
  margin: 0 auto;
  padding: 8px 12px;
  background-color: #333;
}

.footer-content-right a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.footer-content-right a:focus,
.footer-content-right a:active {
  background: none !important;
  box-shadow: none !important;
}

.footer-content-right a img {
  height: 84px;
  width: 84px;
  display: block;
  object-fit: contain;
  background-color: transparent !important;
  outline: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.footer-content-right a:active img {
  filter: brightness(100%) !important;
}

/* Optional: reinforce image tap stability */
.icon-style {
  height: 84px;
  width: 84px;
  display: block;
  background-color: transparent !important;
  object-fit: contain;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-user-select: none;
  touch-action: manipulation;
}

/* All devices */
.footer-content-right > a {
  transform: translateX(-4px);
}

.install-btn {
  font: inherit;
  font-weight: 700;
  padding: 10px 18px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  display: block;       /* so margin auto works */
  margin: 0 auto;       /* centers it */
}








