/* =========================================
   FOOTER MAIN
========================================= */

.footer-support {
  width: 100%;
  background: #e5eaeb;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 7px;
}


/* =========================================
   24X7 SUPPORT HEADER
========================================= */

.support-header {
  width: calc(100% - 4px);
  height: 41px;

  margin: 2px auto 0;

  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;

  background: linear-gradient(
    to bottom,
    #15516e 0%,
    #087fba 100%
  );

  border: 2px solid #168bc1;
}

.support-header h3 {
  margin: 0;

  color: #fff;

  font-size: 17px;
  font-weight: 700;

  line-height: 1;
}


/* =========================================
   SOCIAL BUTTONS
========================================= */

.support-social {
  position: absolute;

  right: 18px;

  display: flex;
  align-items: center;

  gap: 7px;
}

.support-social a {
  width: 30px;
  height: 30px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;

  color: #fff;

  font-size: 17px;

  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.25),
    0 1px 3px rgba(0, 0, 0, 0.3);
}

.telegram-btn {
  background: #2ca7dc;
}

.twitter-btn {
  background: #222;
}


/* =========================================
   POLICY LINKS
========================================= */

.footer-policies {
  min-height: 43px;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 23px;

  padding: 4px 10px;
}

.footer-policies a {
  color: #111;

  font-size: 13px;
  font-weight: 600;

  text-decoration: underline;
}

.footer-policies a:hover {
  color: #0086c4;
}

.policy-dot {
  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: #222;

  flex-shrink: 0;
}


/* =========================================
   BADGES
========================================= */

.footer-badges {
  min-height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 10px;

  padding: 0 10px;
}


/* =========================================
   SECURE SHIELD
========================================= */

.secure-section {
  display: flex;
  align-items: center;

  position: relative;
}

.secure-shield {
  width: 48px;
  height: 48px;

  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;

  font-size: 30px;

  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
}

.secure-shield i {
  color: #7acb27;
  font-size: 43px;
}

.secure-shield span {
  position: absolute;

  left: 17px;
  top: 12px;

  color: #fff;

  font-size: 18px;
  font-weight: bold;
}

.secure-text {
  display: flex;
  flex-direction: column;

  margin-left: -2px;

  line-height: 1;
}

.secure-text strong {
  color: #fff;

  background: #74c52b;

  padding: 2px 5px;

  font-size: 12px;
}

.secure-text small {
  color: #fff;

  background: #555;

  padding: 2px 5px;

  font-size: 6px;
}


/* =========================================
   100% SAFE
========================================= */

.safe-text {
  display: flex;
  flex-direction: column;

  min-width: 300px;

  line-height: 1.15;
}

.safe-text strong {
  font-size: 13px;
  font-weight: 700;
}

.safe-text span {
  font-size: 12px;
}


/* =========================================
   AGE BADGE
========================================= */

.badge {
  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;
}

.age-badge {
  width: 32px;
  height: 32px;

  border-radius: 50%;

  background: #222;

  color: #fff;

  border: 1px solid #fff;

  font-size: 11px;
  font-weight: bold;
}


/* =========================================
   GAMBLING BADGE
========================================= */

.badge-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-logo {
  width: 31px;
  height: 31px;

  border-radius: 50%;

  background: #222;

  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 15px;

  border: 2px solid #fff;
}

.circle-logo span {
  border: 1px solid #fff;
  border-radius: 50%;

  width: 20px;
  height: 20px;

  display: flex;
  align-items: center;
  justify-content: center;
}


/* =========================================
   GT
========================================= */

.gt-badge {
  width: 31px;
  height: 31px;

  border-radius: 50%;

  background: #333;

  color: #fff;

  font-size: 15px;
  font-weight: bold;
}


/* =========================================
   BE GAMBLE AWARE
========================================= */

.gamble-aware {
  font-size: 12px;
  font-weight: 600;

  white-space: nowrap;
}


/* =========================================
   GAMSTOP
========================================= */

.gamstop {
  display: flex;
  align-items: center;

  font-size: 16px;
  font-weight: 800;

  border-radius: 3px;

  overflow: hidden;

  white-space: nowrap;
}

.gamstop span {
  background: #43aee0;

  color: #fff;

  padding: 1px 4px;
}

.gamstop strong {
  background: #222;

  color: #fff;

  padding: 1px 4px;
}


/* =========================================
   COMPANY TEXT
========================================= */

.footer-company {
  width: 92%;

  margin: 0 auto;

  border-top: 1px dashed #333;

  padding-top: 4px;

  text-align: center;
}

.footer-company p {
  margin: 0;

  font-size: 12px;

  line-height: 1.55;

  color: #111;
}


/* =========================================
   COPYRIGHT
========================================= */

.footer-copyright {
  text-align: center;

  margin-top: 5px;

  font-size: 12px;

  color: #111;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

  .support-header {
    height: 38px;
  }

  .support-header h3 {
    font-size: 15px;
  }

  .support-social {
    right: 8px;
    gap: 4px;
  }

  .support-social a {
    width: 27px;
    height: 27px;

    font-size: 14px;
  }

  .footer-policies {
    gap: 8px;

    flex-wrap: wrap;

    padding: 7px 5px;
  }

  .footer-policies a {
    font-size: 10px;
  }

  .policy-dot {
    width: 5px;
    height: 5px;
  }

  .footer-badges {
    flex-wrap: wrap;

    gap: 6px;

    padding: 5px;
  }

  .secure-section {
    transform: scale(0.85);
  }

  .safe-text {
    min-width: auto;
  }

  .safe-text strong {
    font-size: 11px;
  }

  .safe-text span {
    font-size: 9px;
  }

  .gamble-aware {
    font-size: 9px;
  }

  .gamstop {
    font-size: 12px;
  }

  .footer-company {
    width: 95%;
  }

  .footer-company p {
    font-size: 9px;
    line-height: 1.4;
  }

  .footer-copyright {
    font-size: 9px;
  }
}