/* Accredited badge responsive */
.footerfirst .accreditedicon{
  width: min(80vw, 14rem);   /* responsive width (max ~288px) */
  height: auto;             /* keep ratio (~300x110 look) */
  max-width: 100%;
  display: block;
}

.copyright{
  background: #000; 
  padding: 12px 0;
}

.copyright p,
.copyright a,
.copyright span{
  color: #fff !important;
}

.copyright a{
  text-decoration: none;
  opacity: 0.9;
}

.copyright a:hover{
  text-decoration: underline;
  opacity: 1;
}

/* Right side Privacy / Terms styling */
.copyright .text-end a{
  font-size: 11px !important;
  color: #ffffff !important;
  opacity: 0.9;
}

.copyright .text-end span{
  font-size: 11px !important;
  color: #ffffff !important;
}

.copyright .text-end a:hover{
  opacity: 1;
  text-decoration: underline;
}

.fimgmenu i {
    font-size: 18px;
}

@media (max-width: 768px) {
  .footerfirst .accreditedicon{
    width: min(90vw, 10rem); /* mobile size */
  }
}

@media (max-width: 768px) {
  .copyright .text-start,
  .copyright .text-end{
    text-align: center !important;
  }
}