.feature-cardnew-goechange {
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    transition: transform 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid #333;
    background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
}

.feature-cardnew-goechange:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
    background: #FBC52A;
}
.feature-cardnew-goechange:hover .feature-titlenew-goechange{
    color: black;
}
.feature-cardnew-goechange:hover .feature-text{
    color: black !Important;
}

.feature-iconnew-goechange {
    font-size: 2.5rem;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #8f94fb, #4e54c8);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-titlenew-goechange {
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 36px;
}

.feature-titlenew-goechange {
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
    line-height: normal;
    font-size: 25px;
}

.feature-text {
    color: #aaa;
    line-height: 1.6;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-subtitle {
    color: #aaa;
    max-width: 700px;
    margin: 0 auto;
}

.gradient-text {
    background: linear-gradient(90deg, #8f94fb, #4e54c8);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-section {
    padding: 16px 0;
    overflow: unset;
    background-color: #000000;
}

.main-heading {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 50px;
}

p {
    color: white !important;
    font-size: 16px !important;
}

.hero-description {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 40px;
    line-height: 1.7;
    opacity: 0.9;
}

.feature-card {
    background-color: #111111;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #333333;
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.05);
}

.feature-title {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 22px;
}

.info-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 40px 0;
    background-color: #111111;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #333333;
}

.info-table th,
.info-table td {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid #333333;
    color: #ffffff;
    background-color: black;
    font-size: 16px;
}

.info-table th {
    background-color: black;
    color: #ffffff;
    font-weight: 600;
    width: 30%;
}

.info-table tr:last-child td {
    border-bottom: none;
}

.cta-button {
    background-color: #ffffff;
    color: #000000;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 8px;
    margin-top: 20px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-button:hover {
    background-color: #dddddd;
    transform: translateY(-3px);
}

.text-center {
    text-align: center;
}

@media (max-width: 768px) {
    .main-heading {
                font-size: 25px;
        line-height: normal;
    }
    .faqheadingnew{
        font-size: 25px;
    }

    .hero-description {
        font-size: 16px;
    }

    .info-table th,
    .info-table td {
        padding: 10px 15px;
        font-size: 14px;
    }
    .custom-headingnew{
        font-size: 25px !important;
        line-height: normal;
    }
}


.slider-container {
      padding: 30px 0;
    }
    .img-box {
      background-color: #000;
      /*border: 1px solid #333;*/
      padding: 10px;
      text-align: center;
    }
    .img-box img {
      width: 100%;
      height: auto;
      max-width: 150px;
      object-fit: contain;
    }


    



    .custom-sectionnew {
    padding: 60px 20px;
    background-color: #000;
    color: #fff;
    overflow: unset;
  }

  .custom-headingnew {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
  }

  .tick-listnew {
    padding-left: 0;
    list-style: none;
  }

  .tick-listnew li {
    position: relative;
    padding-left: 30px;
    text-align: justify;
    margin-bottom: 12px;
  }

  .tick-listnew li::before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 0;
    color: #FBC52A; /* Green tick */
    font-weight: bold;
  }

  .sticky-contentnew {
    position: sticky;
    top: 168px;
  }
  .sticky-contentnew p{
    text-align: justify;
  }

  .img-boxnew img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
  }

  @media (max-width: 768px) {
    .img-boxnew img {
      width: 100%;
      /* max-height: 350px; */
    }
    
  .contnt-order-new{
    order: 2 !important;
  }
  .img-order-new{
    order: 1 !important;
  }
  }

  li{
    color: white;
    text-align: justify;
    font-size: 16px;
  }

  .contnt-order-new{
    order: 1;
  }
  .img-order-new{
    order: 2;
  }




   .full-bg-sectionnewbg {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      overflow: unset;
      /* height: 100vh; */
      display: flex;
      align-items: center;
      color: #fff;
      position: relative;
    }

    .left-contentbgnew {
      padding: 20px 30px;
      z-index: 1;
    }

    .cta-headingnewbgimg {
      font-size: 36px;
      font-weight: 700;
      line-height: 50px;
      margin-bottom: 20px;
    }

    .whatsappButtonew {
      background-color: #25D366;
      color: #fff;
      padding: 12px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      transition: 0.3s;
    }

    .whatsappButtonnew i {
      margin-right: 10px;
      font-size: 20px;
    }

    .whatsappButtonnew:hover {
      background-color: #1ebf5a;
      color: #fff;
    }

    @media (max-width: 768px) {
      .cta-headingnewbgimg {
        font-size: 25px;
        line-height: normal;
        text-align: center;
      }

      .left-contentbgnew {
        text-align: center;
        padding: 20px;
      }
      .section-titlenew-goechange{
        font-size: 25px;
        line-height: normal;
      }
    }

    .strong-paranew strong{
        color: #FBC52A;
    }

    .img-new-big img{
        max-width: unset;
    }


    


    .features-sectionnewsuper {
      background-color: #000;
      padding: 48px 20px;
      color: #fff;
    }

    .feature-boxnewsuper {
      background-color: #111;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(255, 255, 255, 0.05);
      padding: 30px;
      margin-bottom: 30px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 100%;
    }

    .feature-boxnewsuper:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(255, 255, 255, 0.1);
      background: #FBC52A;
    }
    .feature-boxnewsuper:hover .feature-title{
        color: black !Important;
    }
     .feature-boxnewsuper:hover .feature-list li{
        color: black !Important;
    }
    .feature-boxnewsuper:hover .feature-list li::before{
        color: black !Important;
    }
    
    .features-sectionnewsuper .feature-title {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 20px;
      color: #fff;
    }

    .features-sectionnewsuper .feature-list {
      list-style: none;
      padding-left: 0;
      margin: 0;
    }

    .features-sectionnewsuper .feature-list li {
      padding-left: 28px;
      position: relative;
      margin-bottom: 12px;
      color: #ddd;
    }

    .features-sectionnewsuper .feature-list li::before {
      content: "✔";
      position: absolute;
      left: 0;
      top: 0;
      color: #FBC52A;
      font-weight: bold;
    }
    
     .notice-section {
      background-color: #000;
      color: #fff;
      padding: 60px 20px;
    }

    .notice-box {
      background-color: #111;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
      /*max-width: 1000px;*/
      margin: 0 auto;
    }

    .notice-box h5 {
      font-size: 20px;
      font-weight: 600;
      color: white;
      margin-top: 20px;
    }

    .notice-box p {
      font-size: 16px;
      color: white;
      margin-bottom: 15px;
    }

    .social-icons {
      margin-top: 30px;
      text-align: center;
    }

    .social-icons .fb-img {
      color: #1877F2;
      font-size: 20px;
      margin: 0 10px;
      display: inline-block;
      transition: 0.3s;
    }
    .social-icons .insta-img {
      color: #cc2366;
      font-size: 20px;
      margin: 0 10px;
      display: inline-block;
      transition: 0.3s;
    }
    .social-icons .yt-img {
      color: #FF0000;
      font-size: 20px;
      margin: 0 10px;
      display: inline-block;
      transition: 0.3s;
    }

    .social-icons a:hover {
      transform: scale(1.1);
    }
    
    
    
    
    .about-bannernew {
      background-image: url('https://goexch9com.pro/wp-content/uploads/2025/01/view-poker-table-casino-scaled.jpg'); /* Change to your image URL */
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 300px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
    }

    .about-bannernew::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); /* Optional dark overlay */
    }

    .about-bannernew h1 {
      position: relative;
      font-size: 48px;
      font-weight: bold;
      z-index: 1;
    }

    @media (max-width: 576px) {
      .about-bannernew {
        height: 200px;
      }

      .about-bannernew h1 {
        font-size: 25px;
      }
      .about-heading{
          font-size: 25px;
      }
    }
    .about-heading{
        font-size: 36px;
    }
    .about-content p{
        text-align: justify;
    }
    
    .whatsapp-fixed {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 9999;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .whatsapp-text {
      background-color: #25D366;
      color: white;
      padding: 8px 15px;
      border-radius: 30px;
      white-space: nowrap;
      font-size: 15px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
      transform: translateX(10px);
    }

    .whatsapp-fixed:hover .whatsapp-text {
      opacity: 1;
      visibility: visible;
      transform: translateX(0);
    }

    .whatsapp-icon {
      background-color: #25D366;
      color: white;
      border-radius: 50%;
      padding: 14px;
      font-size: 22px;
      text-decoration: none;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease;
         width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .whatsapp-icon:hover {
      background-color: #1ebe5d;
    }





    .login-container {
      background: white;
      padding: 2.5rem;
      border-radius: 15px;
      width: 100%;
      max-width: 400px;
      box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
    }

    .login-container h2 {
      color: black;
      text-align: center;
      margin-bottom: 1.5rem;
      font-weight: 600;
      font-size: 36px;
    }

    .form-control {
      background-color: white;
      border: 1px solid #ced4da;
      border-radius: 10px;
      color: black;
      padding: 0.75rem 1rem;
      box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.05);
    }

    .form-control:focus {
      background-color: white;
      color: black;
      outline: none;
      box-shadow: 0 0 8px #FBC52A;
    }

    .btn-login {
      background: black;
      border: none;
      border-radius: 10px;
      padding: 0.6rem;
      font-weight: 600;
      color: white;
      transition: all 0.3s ease-in-out;
    }

    .btn-login:hover {
      background: black;
      color: white;
      box-shadow: 0 0 10px #FBC52A;
    }

    .recaptcha-note {
         font-size: 0.75rem !important;
    color: black !important;
    line-height: normal;
    text-align: center;
      margin-top: 1.5rem;
    }

    .recaptcha-note a {
        font-size: 0.75rem;
      color: #FBC52A;
      text-decoration: none;
    }

    .recaptcha-note a:hover {
      text-decoration: underline;
    }
    .loginnewmain{
        display: flex;
    justify-content: center;
    /*padding: 130px 0 30px;*/
    }
    
    .common-justify{
        text-align: justify;
    }
    .overflow-container{
        overflow: unset !important;
    }
    .sticky-imgabout{
        position: sticky;
        top: 167px;
    }
    .overlaybg-img{
        position: absolute;
    top: 0;
    left: 0;
    width: 47%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    z-index: 1;
    }
    .faqheadingnew{
        font-size: 36px;
    }
    
    
    .terms-section {
      background-color: #000; /* black background */
      padding: 50px 15px;
      color: #fff;
    }
    .terms-section h2{
        font-size: 36px;
    }
    .terms-box {
      background: #1a1a1a; /* dark gray box */
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
      /*max-height: 400px;*/
      /*overflow-y: auto;*/
    }
    .terms-box h5 {
      color: #FBC52A; /* highlight section titles */
      margin-bottom: 10px;
    }
    .terms-box p{
        text-align: justify;
        margin-bottom: 20px;
    }
    .stickynewimgsign{
        position: sticky;
        top: 150px;
    }
    
    .whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
}

.whatsapp-button i {
  font-size: 20px;
}

.whatsapp-button:hover {
  background-color: #1ebe5d;
}
.twoimg-anim{
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.twoimg-anim img{
    transition: transform 0.3s ease;
    display: block; /* Ensures the image is treated as a block element */
    width: 100%; 
    cursor: pointer;
}
.twoimg-anim img:hover{
    transform: scale(1.1) !important;
}
.color-tr-new{
    background: #FBC52A !Important;
    color: black !important;
}
.upiall-img img{
    width: 150px;
    height: 75px;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}

.asjkds {
  display: inline-block;
  animation: bounce 1s infinite;
}
.login-btnposi{
    position: relative;
}
.login-btnposi i{
    position: absolute;
    right: 8px;
    top: 14px;
}