/*
 * Base footer styling, shared.
 *
 * These rules were copy-pasted into attribution.css, privacy_policy.css,
 * terms_of_service.css and style.css, which is why the footer drifts between
 * pages. They are lifted here verbatim so the /games pages can pull in the
 * footer WITHOUT pulling in a page stylesheet: attribution.css, the closest
 * fit, opens with `body { background-color: #ffffff !important }`, which turns
 * a dark page white.
 *
 * Extracted 2026-08-27. The per-page copies are left in place for now; folding
 * them into this file is a separate, larger change.
 *
 * Responsive rules for the same block live in service_footer.css.
 */

/* footer section start */

.footer-section{
border-top: 1px solid #000000;
    padding-top: 70px;
    padding-bottom: 40px;
    margin-top: 30px;
    background: #000000;

}

.footer-section .footerImage-section{
  padding-left: 15px;
}
.footer-section .footerImage-section .footerImg{
      width: 140px;
      transition: 0.3s;
      height: auto;
}

.footer-section .breaker{
  display: block;
}
.footer-section .footerPara-section .footerPara{
padding-left: 15px;
padding-top: 30px;
font-weight: 400;
font-size: 16px;
line-height: 130%;
vertical-align: middle;
text-transform: capitalize;
color: #888888;
}

.footer-section .footerMenu-section{
padding-right: 15px;
}
.footer-section .footerMenu-section .footer-menu .footer-links{
font-weight: 400;
font-size: 16px;
line-height: 100%;
vertical-align: middle;
text-transform: capitalize;
text-decoration-style: solid;
text-decoration-thickness: 0%;
text-decoration-skip-ink: auto;
color: #888888;
margin-bottom: 18px;
transition: 0.3s;
text-align: end;
list-style: none;
}

.footer-section .footerMenu-section .footer-menu .footer-links .footerMenus{
  transition: 0.3s;
  text-decoration: none;
font-family: 'Oxanium', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}
.footer-section .footerMenu-section .footer-menu .footer-links .footerMenus:hover{
  color: #4ABF2C;
  cursor: pointer;
  padding-left: 5px;
  transition: 0.3s;
}
.footer-section .playstoreImage-section{
display: flex;
    gap: 20px;
}
.footer-section .playstoreImage-section .downloadIcons{
  width: 200px;
  transition: 0.3s;
}
.footer-section .playstoreImage-section .downloadIcons:hover{
  transition: 0.3s;
  cursor: pointer;
  transform: scale(1.01);
}
.footer-section .copyRight-section{
    margin-top: 75px;
}
.footer-section .copyRight-section .copyrightPara1{
font-weight: 400;
font-size: 16px;
line-height: 100%;
vertical-align: middle;
text-transform: capitalize;
color: #888888;
}
.footer-section .copyRight-section .copyrightPara2{
  font-weight: 400;
font-size: 16px;
line-height: 100%;
vertical-align: middle;
text-transform: capitalize;
color: #888888;
}
.copyright_para {
    font-family: 'Oxanium', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #888888;
    padding-left: 15px;
font-family: 'Oxanium', sans-serif;
}

