@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    src: url('/static/font/fa-solid-900.woff2') format('woff2');
  }
  .fa,
  .fas {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    font-size: 1em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
  
  .fa-shield-alt::before {
    content: "\f3ed";
  }
  .fa-mobile-alt::before {
    content: "\f3cd";
  }
  .fa-check::before {
    content: "\f00c";
  }
  .fa-credit-card::before {
    content: "\f09d";
  }
  .fa-bars::before {
    content: "\f0c9";
  }
  .fa-close:before, .fa-multiply:before, .fa-remove:before, .fa-times:before, .fa-xmark:before {
    content: "\f00d";
}
.fa-bars:before, .fa-navicon:before {
    content: "\f0c9";
}
.fa-user::before {
    content: "\f007";
  }
  
.fa-user-plus::before {
    content: "\f234";
}



   /* 基础样式重置 */
   * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* color: #17161A;; */
}

body {
    font-family: 'Segoe UI', Arial, sans-serif;
    line-height: 1.6;
}
.witcla{
    padding: 0 15px;
}
.container-new {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-header {
    background-color: #8f0008;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-top {
    padding: 0px 0;
    border-bottom: 1px solid #8f0008;
}

.logo a {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.logo >a>img{
  margin-top: 10px !important;
}

/* 底部区域（导航菜单） */
.header-bottom {
    padding: 0;
    background: #d93a27;
}

/* 导航菜单 */
.main-nav {
    width: 100%;
}

.main-nav .nav-list {
    display: flex;
    list-style: none;
    width: 100%;
}

.main-nav .nav-list li {
    flex: 1;
    text-align: center;
}

.header-actions > a > span i {
  display: inline-block;
  width: 22px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 6px;
}

.datetime-box {
  background-color: #990000;
  color: #fff;
  font-family: Arial, sans-serif;
  padding: 6px 12px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

.vn-flag {
  width: 20px;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 992px) {
  .datetime-box {
    display: none;
    }
  .header-actions .btn:nth-of-type(1),
  .header-actions .btn:nth-of-type(2) {
    display: none !important;
  }
  .header-bottom {
    padding: 0;
    background: #8f0008;
}
}

.header-actions>a>span i.CSKH {
  background-image: url(/static/image/82a8939964b62be65acbf921bf4f0565.svg);
}
.header-actions>a>span i.CSKH:hover {
  color: #000;
  background-image: url(/static/image/82a8939964b62be65acbf921bf4f0565.svg);
}
.header-actions>a>span i.nghim {
  background-image: url(/static/image/ae8a6aafc7a0846af97b34af2f81c111.svg);
}
.header-actions>a>span i.login {
  background-image: url(/static/image/73b0a78a738e31828c61dc53d116c604.svg);
}
.header-actions>a>span i.Register {
  background-image: url(/static/image/5368f7031361412538765909da30aca3.svg);
}

.main-nav>ul>li i {
  display: block;
  width: 45px;
  height: 45px;
  background: no-repeat center;
  margin: 5px auto;
}
.main-nav>ul>li i.home {
  background-image: url(/wp-content/uploads/2025/05/da75a8c9b4a4e6ba3f0a01b3f523dc91.png);
}
.main-nav>ul>li i.slot {
  background-image: url(/wp-content/uploads/2025/05/3950c58e6b0cdfc17eef4670a4fde534.png);
}
.main-nav>ul>li i.fish {
  background-image: url(/wp-content/uploads/2025/05/faeafdc797e2df2785e669ca613c465c.png);
}
.main-nav>ul>li i.board {
  background-image: url(/wp-content/uploads/2025/05/c5a3b15fdd3ccf3d312787796ec2bd07.png);
}
.main-nav>ul>li i.live {
  background-image: url(/wp-content/uploads/2025/05/f1cc4668b74ed5a20ff7f188aafb3b64.png);
}
.main-nav>ul>li i.sport {
  background-image: url(/wp-content/uploads/2025/05/aca01399b498bc48a6c7a3c110158ff7.png);
}
.main-nav>ul>li i.lottery {
  background-image: url(/wp-content/uploads/2025/05/ee289452b022b7c0af2bf7f9f6389583.png);
}
.main-nav>ul>li i.cock {
  background-image: url(/wp-content/uploads/2025/05/480ec8411e82dd56fd65cae9f4c69c64.png);
}
.main-nav>ul>li i.promotion {
  background-image: url(/wp-content/uploads/2025/05/983b29cbb535f90770787fbabde32fbf.png);
}
.main-nav>ul>li i.app {
  background-image: url(/wp-content/uploads/2025/05/dd6e7be889b24951576ad600488c5308.png);
}


.main-nav .nav-list span {
  display: block;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  padding: 2px 0;
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid #d93a27;
}

.main-nav .nav-list span:hover {
    color: #ffcc00;
    /* background-color: rgba(0, 0, 0, 0.2); */
    border-bottom: 2px solid #ffcc00;
    
}

.main-nav .nav-list span.active {
    color: #fff;
}

.main-nav .nav-list span.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0066ff;
}

.header-actions {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.header-actions .btn{
    margin-left: 5px;
}

.btn {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
}

.btn {
    background: #ffbb00;
    color: #fff;
    padding: 4px 10px;
}

.btn.primary {
    background-color: #f00;
    color: white;
    border-color: #f00;
}

.btn:hover {
    transform: scale(1.0);
    background: #fff200;
    color: #000;
}
.primary:hover {
  transform: scale(1.0);
  background: #fba900;
  color: #fff;
}

/* 移动端菜单按钮 */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #ffffff;
    margin-top: 3px;
}

@media (max-width: 768px) {
  .header-actions .btn .label-text,
  .header-actions .btn .username-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;

  }
.main-nav>ul>li i {
  display: none;
}
  .header-actions .btn i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .header-actions .btn {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {

  .main-nav .nav-list span {
    padding: 10px 15px;
    display: flex;
}
    .header-bottom {
        padding: 0;
    }
    .header-top {
        padding: 6px 0;
    }
    
    .header-bottom {
        padding: 10px 0;
        margin-top: -60px;
    }
    .main-nav .nav-list span {
      border-bottom: 1px solid #333232;
  }
    .main-nav {
        position: fixed;
        top: 66px;
        left: 0;
        width: 100%;
        background-color: #000000;;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    
    .main-nav.active {
        max-height: 500px;
    }
    
    .main-nav .nav-list {
        flex-direction: column;
    }
    
    .main-nav .nav-list li {
        flex: none;
        text-align: left;
        border-bottom: 1px solid rgb(0, 0, 0, 0.1);
    }
    
    .main-nav .nav-list a {
        padding: 12px 20px;
    }
    
    .mobile-menu-toggle {
        display: block;
    }
}
.menu-icon {
    fill: white;
    width: 25px;
    height: 30px;
}
.icon-user {
  vertical-align: middle;
  margin-right: 0px;
}
.username-label {
  vertical-align: middle;
  font-size: 16px;
}
.icon-user-plus {
  vertical-align: middle;
  margin-right: 0px;
}
.label-text {
  vertical-align: middle;
  font-size: 16px;
}
.header-bottom a{
  text-decoration: none;
}
.phredirect-note {font-size: 14px;}
/* ----------------------------------------------------------- */

.sixtywin-wrapper {
    /* background-color: #111; */
    /* background: linear-gradient(0deg, #7014db -7.62%, #4906bd 57.65%); */
    padding: 40px 0px;
    background: #000;
  }

  .sixtywin-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1200px;
  }

  .sixtywin-logo-section,
  .sixtywin-text-section {
    width: 50%;
    box-sizing: border-box;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .sixtywin-logo-section {
    align-items: center;
  }
  .sixtywin-logo-section {
    display: flex;
    justify-content: center; 
    align-items: center;     
    height: 100%;            
  }

  .sixtywin-logo-section img {
    max-width: 60%;
    max-height: 100%;
    object-fit: contain;
    display: block;
  }

  .sixtywin-text-section {
    align-items: flex-start;
  }

  .sixtywin-text-title {
    color: #ffcc00;
    font-size: 2.2em;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .sixtywin-text-description {
    color: #ffffff;
    font-size: 1.1em;
    line-height: 1.6;
  }

  @media (max-width: 768px) {
    .logo img{
        display: none;
    }
    .sixtywin-container {
      flex-direction: column;
      padding: 0 15px;
    }

    .sixtywin-logo-section,
    .sixtywin-text-section {
      width: 100%;
      align-items: center;
      text-align: center;
    }

    .sixtywin-text-title {
      font-size: 1.6em;
    }

    .sixtywin-text-description {
        font-size: 1.25em;
    }

    .sixtywin-logo-section img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        display: block;
      }
  }
.Gift{
  background-image: url(/static/image/Gift.png);
  width: 60px;
  height: 60px;
}

/* -------------------------------------- */
/* .games-banner-slider {
  position: relative;
}

.games-banner-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
} */

.games-banner-slider {
  position: relative;
  overflow: hidden;
}

.games-banner-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
  /* width: 600vw; 6 slides × 100vw */
}

.games-banner-slide {
  flex: 0 0 100vw;
  max-width: 100vw;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.games-banner-slide img {
  max-width: 100%;
  height: auto;
  display: block;
}

.games-banner-slide {
  flex: 0 0 100%;
  max-width: 100%;
}

.games-banner-slide img {
  height: auto;
  display: block;
  width: 100%;
  cursor: pointer;
}

.games-slider-dots {
  position: absolute;
  bottom: 52px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.games-slider-dots span {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
}

.games-slider-dots .active {
  opacity: 1;
  background: #d93a27;
}

.games-announcement-bar {
  position: relative;
  background: rgba(146, 0, 0, 0.7); 
  color: white;
  font-size: 16px;
  padding: 6px 0;
  height: 40px;
  margin-top: -40px; 
  z-index: 999 !important;
}

@media (max-width: 991px) {
  .games-announcement-bar {
    margin-top: 0;
    background: rgba(146, 0, 0, 1);
  }
}

.games-announcement-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  overflow: hidden;
}

.games-announcement-icon {
  font-size: 16px;
}

@media (max-width: 768px) {
  .games-announcement-inner {
    padding: 0 15px;
    font-size: 13px;
  }
}

.games-announcement-prefix {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
  position: relative;
}

.games-announcement-marquee {
  position: relative;
  overflow: hidden;
  flex: 1;
}

.games-announcement-text {
  display: inline-block;
  padding-left: 30px;
  animation: vswinScrollText 30s linear infinite;
  white-space: nowrap;
}

@keyframes vswinScrollText {
  0%   { transform: translateX(20%); }
  100% { transform: translateX(-100%); }
}
  /* ------------------------------------ */

  .cards-wrapper * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.cards-wrapper {
    background-color: #f0f4f9;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
}

.cards-wrapper .cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 15px;
    justify-items: center;
    max-width: 1200px;
    width: 100%;
    padding: 2em 20px;
}

.cards-wrapper .cards-container .title {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 1.25rem;
    color: #17161A;
}

.info-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0px 0 10px 0;
    gap: 20px;
    color: #fff;
    font-size: 1em !important;
  }

  .info-item {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
  }

  .info-item i {
    color: #f5c518;
  }

  /* 小屏优化 */
  @media (max-width: 600px) {
    .info-item {
      width: 100%; /* 每个信息独占一行 */
      justify-content: center;
    }
  }

.cards-wrapper .card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    transition: transform 0.3s ease;
    width: 100%;
    cursor: pointer;
}

.cards-wrapper .card:hover {
    transform: translateY(-2px);
    background-color: rgb(250,250,250, 0.9);
}

.cards-wrapper .card-header {
    background-color: #dfe6fb;
    color: #4e47e8;
    padding: 8px;
    border-radius: 8px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cards-wrapper .card-logo {
    width: 180px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.card-logo img {
    max-width: 100%;
    max-height: 100%; 
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

.cards-wrapper .offer {
    font-size: 18px;
    color: #4e47e8;;
    font-weight: bold;
    margin: 10px 0;
    height: 4em;
}

.cards-wrapper .btn{
    background-color: #4e47e8;
    color: white;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
    margin: 10px auto;
    width: 80%;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}
.card span {
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: width 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  }
  
  .card:hover span {
    width: 18px;
    opacity: 1;
    visibility: visible;
}

.cards-wrapper .btn:hover {
    background-color: #3c36b0;
    gap: 12px;
}

.cards-wrapper .details {
    font-size: 14px;
    color: #666;
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.cards-wrapper .more-info {
    color: #4e47e8;
    font-size: 14px;
    cursor: pointer;
    margin-top: 15px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .cards-wrapper .cards-container {
        grid-template-columns: 1fr;
    }
    .cards-wrapper .cards-container {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 15px;
        justify-items: center;
        max-width: 1200px;
        width: 100%;
        padding: 2em 15px;
    }
}

/* ----------------------------------------- */
.games-wrapper{
  background: radial-gradient(circle at center, #d93a27, #d93a27);
    padding: 0px 0;
    padding-bottom: 1em;
}

.Gaming {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 1.25rem !important;
    color: #fff;
    padding: 2em 0;;
}

.games-container {
    max-width: 1200px;
    margin: 0 auto;
    animation: fadeIn 1s ease-in-out;
  }

  .games-container .section {
    /* background: #fffaf0; */
    border: 1px solid rgb(0,0,0,0.2);
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    padding: 20px;
    gap: 20px;
    animation: slideUp 0.8s ease-in-out;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
  }

  .games-container .image-area {
    /* flex: 0 0 250px; */
    animation: fadeInLeft 0.8s ease-in-out;
    text-align: center;
  }
  .section .btn span {
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    transition: width 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  }
  
  .section:hover .btn span {
    width: 18px;
    opacity: 1;
    visibility: visible;
  }
.section:hover {
    background-color: rgb(250,250,250, 0.9) !important;
}

  .games-container .image-area img {
    width: 80%;
    height: auto;
    border-radius: 8px;
  }
  .icon-slots::before { content: '\e001'; }
  @media (min-width: 769px) {
    .games-container .image-area img {
      width: 70%;
    }
  }
  .games-container .section:nth-child(odd) {
    background-color: #f0f4f9;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.09);
  }
  
  .games-container .section:nth-child(even) {
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.09);
  }
    @media (min-width: 769px) {
    .games-container .section {
      text-align: left;
    }
    .games-container .icons {
      justify-content: left;
    }
  }
  .games-container .content-area {
    flex: 1;
    animation: fadeInRight 0.8s ease-in-out;
  }

  .games-container .side-area {
    text-align: center;
    animation: popIn 0.9s ease-in-out;
    width: 210px;
  }

  .games-container .title {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .games-container .subtitle {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 15px;
    color: #5c5c5c;
  }

  .games-container .icons {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    font-size: 0.8em;
    justify-content: center;
    font-size: 14px;
  }
  .section {
    transition: background-color 0.3s ease;
  }
  
  .section:hover {
    background-color: rgba(255, 255, 255, 0.99);
  }
.games-wrapper .btn{
    background-color: #f00;
    color: white;
    padding: 10px;
    border-radius: 30px;
    text-decoration: none;
    margin: 10px auto;
    width: 80%;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

  @media (min-width: 769px) {
    .games-container .icons {
      justify-content: left;
    }
  }
  .games-container .icon {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .games-container .stars {
    color: gold;
    font-size:1.25em;
    margin-bottom: 15px;
  }

  .games-container .button {
    background-color: #e4af1d;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px;
    text-align: center;
    transition: transform 0.3s;
  }

  .games-container .button:hover {
    transform: scale(1.05);
  }

  @media (max-width: 768px) {
    .games-container .section {
      flex-direction: column;
      /* align-items: flex-start; */
      margin-bottom: 20px;
    }

    .games-container .side-area {
      text-align: center;
      width: 100%;
    }
  }

  /* Animations */
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  @keyframes slideUp {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
  }

  @keyframes fadeInLeft {
    from { transform: translateX(-30px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
  }

  @keyframes fadeInRight {
    from { transform: translateX(30px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
  }

  @keyframes popIn {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
  }


  /* ---------------------------------------------- */

  
  .avoid-wrapper {
    background: radial-gradient(circle at center, #d93a27, #d93a27);
    padding-bottom: 2em;
    color: #fff;
  }

  .avoid-wrapper .avoid-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .avoid-title h2{
    text-align: center;
  }

  .avoid-wrapper .card-image {
    display: flex;
    justify-content: center;
    height: 60px;
    align-items: center;
  }

  .avoid-wrapper .card-image i {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 48px;
    color: #1e9653;
    display: inline-block;
  }

  /* Font Awesome 基础设置 */
  .avoid-wrapper .fas {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }

  .avoid-wrapper .fas::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }

  /* 指定图标的伪元素内容 */
  .avoid-wrapper .fa-shield-alt::before {
    content: "\f3ed";
  }

  .avoid-wrapper .fa-money-bill-wave::before {
    content: "\f53a";
  }

  .avoid-wrapper .fa-headset::before {
    content: "\f590";
  }

  .avoid-wrapper .fa-gift::before {
    content: "\f06b";
  }
  .avoid-wrapper .card-image i {
    font-size: 48px;
    color: #1e9653;
    display: inline-block;
  }
  .avoid-wrapper .avoid-subtitle {
    text-align: center;
    font-size: 1em;
    margin-bottom: 30px;
    color: #fff;
  }

  .avoid-wrapper .avoid-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
  }

  .avoid-wrapper .avoid-card {
    background: #ffffff;
    /* border: 1px solid #b2d8c5; */
    border-radius: 10px;
    flex: 1 1 calc(25% - 20px);
    min-width: 250px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.09);
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
  }

  .avoid-wrapper .avoid-card:hover {
    transform: translateY(-5px);
  }

  .avoid-wrapper .card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 20px;
    height: 330px;
    cursor: pointer;
  }
.avoid-title h2{
  padding: 1em 0;
}
  .avoid-wrapper .card-image {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
  }

  .avoid-wrapper .card-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .avoid-wrapper .card-text {
    flex: 1;
  }

  .avoid-wrapper .card-text h3 {
    font-size: 1.2em;
    color: #207a52;
    margin-bottom: 10px;
  }

  .avoid-wrapper .card-text .rating {
    color: #1e9653;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .avoid-wrapper .card-text ul {
    list-style: none;
    padding-left: 0;
    color: #375c48;
  }

  /* .avoid-wrapper .card-text ul li::before {
    font-family: 'Font Awesome 6 Free';
    content: '\f00c';
    margin-right: 8px;
    color: #1e9653;
  } */

  @media (max-width: 1024px) {
    .avoid-wrapper .avoid-card {
      flex: 1 1 calc(50% - 20px);
    }
  }

  @media (max-width: 600px) {
    .avoid-wrapper .avoid-card {
      flex: 1 1 calc(50% - 10px); /* 每行两个卡片 */
    }

    .avoid-wrapper .card-inner {
      flex-direction: column;
      align-items: center;
      /* text-align: center; */
    }

    .avoid-wrapper .card-image {
      width: 80px;
      height: 80px;
    }
  }
.Join-guide img{
  margin: 0 auto !important;
  text-align: center !important;
}
/* --------------------------------- */
.warn-wrapper {
  background-color: #fff5f0;
  padding: 40px 0;
}

.warn-wrapper .warn-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.warn-wrapper .warn-title h2 {
  text-align: center;
  font-size: 28px;
  color: #d43728;
  margin-bottom: 10px;
}

.warn-wrapper .warn-subtitle {
  text-align: center;
  font-size: 1em;
  margin-bottom: 30px;
  color: #6a2c22;
}

.warn-wrapper .warn-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.warn-wrapper .warn-card {
  background: #ffffff;
  border-radius: 10px;
  flex: 1 1 calc(25% - 20px);
  min-width: 250px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
}

.warn-wrapper .warn-card:hover {
  transform: translateY(-5px);
}

.warn-wrapper .card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 20px;
  height: 310px;
  cursor: pointer;
}

.warn-wrapper .card-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}

.warn-wrapper .card-image i {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 48px;
  color: #e05c39;
  display: inline-block;
}

/* Font Awesome Fallback */
.warn-wrapper .fas {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.warn-wrapper .card-text {
  flex: 1;
  text-align: center;
}

.warn-wrapper .card-text h3 {
  font-size: 1.2em;
  color: #b02a1f;
  margin-bottom: 10px;
}

.warn-wrapper .card-text .rating {
  color: #d43728;
  font-weight: bold;
  margin-bottom: 15px;
}

.warn-wrapper .card-text ul {
  list-style: none;
  padding-left: 0;
  color: #5c2e25;
  font-size: 0.95em;
}

.warn-wrapper .card-text ul li::before {
  content: '✖';
  margin-right: 8px;
  color: #e05c39;
}

/* Responsive */
@media (max-width: 1024px) {
  .warn-wrapper .warn-card {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .warn-wrapper .warn-card {
    flex: 1 1 calc(50% - 10px);
  }

  .warn-wrapper .card-inner {
    flex-direction: column;
    align-items: center;
  }

  .warn-wrapper .card-image {
    width: 80px;
    height: 80px;
  }
}
.warn-wrapper .fa-exclamation-triangle::before {
  content: "\f071";
}

.warn-wrapper .fa-hourglass-end::before {
  content: "\f253";
}

.warn-wrapper .fa-question-circle::before {
  content: "\f059";
}

.warn-wrapper .fa-user-slash::before {
  content: "\f506";
}
.Join-cta-button {
  display: inline-block;
  background-color: #FF9800;
  color: #ffffff;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  margin: 30px auto 0;
  transition: background-color 0.3s ease;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.Join-cta-button:hover{
  background-color:#d93a27;
  color: #fff;
}
.Join-container .tiro {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}

.Join-container .btn-banner-img {
  max-width: 100%;
  height: auto;
  display: block;
}
.btn-banner-img {
  display: block;
  /* max-width: 100%; */
  /* width: 100%; */
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  border-radius: 8px;
}

/* ----------------------------------------------- */
.faq-section-news{
  background: radial-gradient(circle at center, #d93a27, #d93a27);
}

.faq-section {
  padding: 40px 15px;
  color: #fff;
  font-family: Arial, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
}

.faq-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
}

.faq-item {
  background-color: #f2a23a;
  color: #000;
  padding: 10px 20px;
  margin-bottom: 2px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-advertise {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  /* background: radial-gradient(circle at center, #d93a27, #d93a27); */
  justify-content: center;
  padding: 20px 0;
}

.header-ad {
  max-width: 1200px;
  width: 100%;
  display: block;
  padding: 0 15px;
}

.header-ad a {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.header-ad img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px; 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); 
}

.faq-item:hover {
  background-color: #e28e26;
}

.faq-item .arrow {
  transition: transform 0.3s ease;
}

.faq-item.active .arrow {
  transform: rotate(90deg);
}

.faq-answer {
  background-color: #fff3dc;
  color: #333;
  padding: 15px 20px;
  border-radius: 6px;
  margin-top: 4px;
  display: none;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 4px;
}

/* Responsive */
@media screen and (max-width: 600px) {
  .faq-title {
    font-size: 20px;
  }
  .faq-item span {
    font-size: 15px;
  }
  .faq-answer {
    font-size: 14px;
  }
}
/* ------------------article1--------------------- */
.page-section {
  width: 100%;
  /* background: #f0f4f8; */
}

.Join-wrapper {
  width: 100%;
  /* background-color: #f0f4f9; */
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
  border-radius: 8px;
}

.Join-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 15px;
}

.Join-guide {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #222;
  font-size: 16px;
  line-height: 1.8;
}

.Join-guide h2 {
  color: #8f0008;
  font-size: 28px;
  margin-bottom: 20px;
}

.Join-guide h3 {
  color: #8f0008;
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.Join-guide h4 {
  color: #8f0008;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.Join-guide p {
  margin-bottom: 20px;
}

.Join-guide ul,
.Join-guide ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.Join-guide ul li::marker,
.Join-guide ol li::marker {
  color: #0077b6;
}

.Join-guide strong {
  color: #8f0008;;
}

.Join-guide hr {
  border: none;
  border-top: 1px solid #dde5ec;
  margin: 40px 0;
}
/* ------------------article3--------------------- */

.legal-wrapper {
  background-color: #f0f4f9;
  /* padding: 50px 0; */
}

.legal-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 15px;
}

.legal-guide {
  /* background-color: #fff; */
  /* padding: 40px 25px; */
  border-radius: 10px;
  /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05); */
  color: #2e4438;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.legal-guide h2 {
  font-size: 28px;
  color: #00509e;
  margin-bottom: 20px;
  text-align: center;
}

.legal-guide h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #00509e;
}

.legal-guide p {
  margin-bottom: 20px;
}

.legal-guide ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.legal-guide ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.2em;
}

.legal-guide ul li::before {
  font-family: 'Font Awesome 6 Free';
  content: '\f00c';
  color: #1e9653;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.legal-guide strong {
  color: #157943;
}

@media (max-width: 600px) {
  .legal-guide {
    /* padding: 30px 0px; */
  }

  .legal-guide h2 {
    font-size: 22px;
  }

  .legal-guide h3 {
    font-size: 18px;
  }

  .legal-guide p,
  .legal-guide ul li {
    font-size: 15px;
  }
}
/* ---------------------------- */

.map-section {
  background-color: #ffffff;;
  padding: 10px 0;
}

.map-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.map-title {
  font-size: 22px;
  color: #1e9653;
  margin-bottom: 10px;
}

.map-subtitle {
  font-size: 15px;
  color: #555;
  margin-bottom: 25px;
}

.map-frame {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  /* margin-bottom: 20px; */
}

.map-frame iframe {
  width: 100%;
  height: 270px;
  border: none;
  border-radius: 12px;
  display: block;
}

.map-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #1e9653;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.map-btn:hover {
  background-color: #157943;
}
/* ----------------------- */

.bonus-guide-section {
  background-color: #f0f4f9;
}

.bonus-guide-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 15px;
}

.bonus-split {
  display: flex;
      gap: 30px;
      flex-wrap: nowrap;
      margin-top: 30px;
}

.bonus-split-left {
  flex: 1 1 70%;
  min-width: 300px;
}

.bonus-split-right {
  flex: 1 1 30%;
  min-width: 250px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column-reverse;
  margin: 30px;
}
.highlight-heading {
  color: #00509e;
}
.bonus-banner-img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  border-radius: 8px;
}
.bonus-cta-box {
  background: linear-gradient(135deg, #1e9653, #157943);
  color: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  margin: 30px 0;
}
.bonus-guide-container h2{
  font-size: 28px;
    color: #00509e;
    margin-bottom: 20px;
    text-align: center;
    padding: 20px 0;
}
.bonus-cta-box h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.bonus-guide-container h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
  /* color: #fff; */
}
.bonus-cta-box p {
  font-size: 15px;
  margin-bottom: 20px;
}

.bonus-cta-btn {
  display: inline-block;
  padding: 12px 26px;
  background-color: #ffffff;
  color: #1e9653;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bonus-cta-btn:hover {
  background-color: #f2f2f2;
  color: #157943;
}

@media (max-width: 768px) {
  .bonus-split {
    flex-direction: column;
  }
  .bonus-split-left,
  .bonus-split-right {
    flex: 1 1 100%;
  }
  .bonus-split-right {
    order: -1;
  }
}

.bonus-split-left ol,
.bonus-split-left ul {
  padding-left: 20px;
  line-height: 1.7;
  margin-bottom: 25px;
}

.bonus-split-left ol li,
.bonus-split-left ul li {
  margin-bottom: 10px;
}

.bonus-split-left h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #00509e;
}

.bonus-split strong {
  color: #0b684f;
}
@media (max-width: 768px) {
  .bonus-split {
    display: flex;
        gap: 30px;
        flex-wrap: nowrap;
        margin-top: 30px;
  }
  
  .bonus-guide-container {
    padding: 0 10px;
  }

  .bonus-split-left h3 {
    font-size: 18px;
  }

  .bonus-cta-box h3 {
    font-size: 18px;
  }

  .bonus-cta-box p {
    font-size: 14px;
  }

  .bonus-cta-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.bonus-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  color: #333;
}

.bonus-table th,
.bonus-table td {
  padding: 12px;
  border: 1px solid #d0e2d9;
  text-align: left;
}

.bonus-table thead {
  background-color: #e7f6ee;
}

.bonus-table tbody tr:nth-child(even) {
  background-color: #f6fdfb;
}
.bonus-table tbody tr {
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.bonus-table tbody tr:hover {
  background-color: #e3fcef;
  transform: scale(1.01);
  cursor: pointer;
}
/* ---------------------------- */
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgba(217, 58, 39, 0.5);
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 9999;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.scroll-to-top:hover {
  background-color: #d93a27;
  transform: translateY(-3px);
}

.scroll-to-top svg {
  width: 20px;
  height: 20px;
}


/* ------------------------------- */

.disclaimer-section {
  background-color: #f0f4f9;
  padding: 40px 15px;
  font-size: 14px;
  color: #3a4d42;
  /* border-top: 1px solid #d4e7dc; */
}

.disclaimer-container {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.6;
  padding: 15px 15px;
  margin: 15px auto;
  border: 1px solid;
  border-radius: 10px;
  background: #fff;
}

.disclaimer-container h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #1e9653;
}

.disclaimer-container p {
  margin-bottom: 12px;
}

.disclaimer-link {
  color: #1e9653;
  text-decoration: underline;
}

.disclaimer-link:hover {
  text-decoration: none;
}
/* --------------------------- */
.win-guide-section {
  color: #2f3e32;
}

.win-guide-container {
  max-width: 1200px;
  margin: 20px auto;
  line-height: 1.8;
  padding: 0 15px;
  margin-bottom: 50px;
}

.win-guide-container h2 {
  font-size: 28px;
  color: #00509e;
  margin-bottom: 20px;
  text-align: center;
  padding: 20px 0;
}

.win-guide-container h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #00509e;
}

.win-guide-container ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.win-guide-container ul li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  padding-left: 18px;
}

.win-guide-container ul li::before {
  content: "\2714";
  position: absolute;
  left: 0;
  color: #1e9653;
  font-weight: bold;
}

.win-guide-container p {
  margin-bottom: 18px;
  font-size: 15px;
}

.win-guide-container a {
  color: #1e9653;
  text-decoration: underline;
}

.win-guide-container a:hover {
  text-decoration: none;
}
/* ---------------------------- */
.friend-links-wrapper {
  padding: 15px;
  display: flex;
  justify-content: center;
}

.friend-links-container {
  max-width: 1200px;
  width: 100%;
  padding: 40px 0;
  background: #f0f4f9;
  border-radius: 10px;
}

.friend-links-title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.friend-links-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.friend-links-list li {
  flex: 0 0 auto;
}

.friend-links-list a {
  display: inline-block;
  padding: 8px 14px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}

.friend-links-list a:hover {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

/* ---------------------------- */
.bottom-footer {
  background-color: #8f0008;
  color: #ffffff;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
}

.bottom-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0px;
}

.bottom-nav a:hover {
  color: #ffdd57;
}

.bottom-copy {
  font-size: 16px;
  color: #d3d3d3;
}
.bottom-copy a{
  font-weight: 600;
  color: #d3d3d3;
  text-decoration: none;
}
.bottom-copy a:hover{

  color: #ffffff;
  text-decoration: none;
}
.footer-logos {
  background: #8f0008;
  background-size: cover; 
  max-width: 1200px;
}

.footer-logos-inner{
  max-width: 1200px;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  height: 160px;
  background: url() no-repeat center;
}
@media (max-width: 990px) {
  .footer-logos-inner{

    max-height: 120px;
  }

}
@media (max-width: 768px) {
  .footer-logos-inner{

    max-height: 80px;
  }

}
.footer-logos img {
  width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
/* ------------------------------- */
.phredirect-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 默认隐藏 */
.phredirect-overlay.hidden {
  display: none !important;
}

.phredirect-container {
  position: relative;
  background: white;
  padding: 30px;
  border-radius: 16px;
  max-width: 600px;
  width: 90%;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-family: sans-serif;
}

.phredirect-close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 20px;
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  font-weight: bold;
}

.phredirect-close:hover {
  color: #333;
}

.phredirect-container h1 {
  font-size: 26px;
  color: #D19F00;
  margin-bottom: 10px;
}

.phredirect-container p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.phredirect-container ul {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.phredirect-container ul li::before {
  content: "✔️ ";
}

.phredirect-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #f00;
  color: white;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
}

.phredirect-note {
  font-size: 13px;
  color: #888;
  margin-top: 20px;
}
/* ------------------------------ */
.gupw-footer {
  background: #8f0008;
  color: white;
  font-family: Arial, sans-serif;
}

.gupw-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  padding: 20px 15px;
  flex-direction: row-reverse;
}

.gupw-footer-column {
  flex: 1 1 200px;
  min-width: 180px;
}

.gupw-footer-column h3 {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
}

.gupw-icon {
  font-size: 18px;
}

.gupw-footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gupw-footer-column ul li {
  padding: 6px 0;
  font-size: 14px;
  border-bottom: 1px dotted #fff;
}

.gupw-footer-right {
  flex: 1 1 400px;
  min-width: 320px;
}

.gupw-logo-line {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 16px;
  justify-content: space-between;
}

.gupw-logo {
  height: 50px;
}

.gupw-18plus {
  font-weight: bold;
  font-size: 16px;
  background: white;
  color: #b90e0e;
  padding: 4px 10px;
  border-radius: 5px;
}

.gupw-desc {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.gupw-payments {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .gupw-footer-container {
    flex-direction: column;
    gap: 30px;
  }

  .gupw-logo-line {
    flex-direction: column;
    /* align-items: flex-start; */
  }
  .gupw-footer-right {
    flex: 1 1 40px;
    min-width: 320px;
}
}

.gupw-footer-column h3 .gupw-icon {
  display: inline-block;
  /* animation: rotateGear 6s linear infinite; */
}

@keyframes rotateGear {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.gupw-footer-column ul li {
  padding: 6px 0;
  font-size: 14px;
  border-bottom: 1px dotted #fff;
  opacity: 0;
  transform: translateX(-10px);
  animation: fadeSlideIn 0.5s forwards;
  animation-delay: calc(0.05s * var(--i));
}

.gupw-footer-column ul li a{
  text-decoration: #000;
  color: #fff;
}

.gupw-footer-column ul li:hover {
  color: #ffcc33;
  cursor: pointer;
  transform: translateX(5px);
  transition: all 0.2s ease;
}

@keyframes fadeSlideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
