@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", serif;
}
.divider {
  background: #b2ab50;
  height: 100px;
  width: 2px;
}
/* Header Styles */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to right, #162238 0%, #213250 50%, #162238 100%);
  backdrop-filter: blur(8px);
  z-index: 1000;
  padding: 1rem 0;
}

.header-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
}
.header-slogan {
  font-weight: 500;
}
.header-slogan span:first-child {
  color: #0060bb;
}

.header-slogan span:last-child {
  background: linear-gradient(to bottom, #f9f162, #b3a648);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.logo img {
  height: 40px;
  width: auto;
}

/* Banner Section Styles */
.arrow{
    margin-top: 1rem;
}
.bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite
  }
  
  @keyframes bounce {
  
    0%,
    20%,
    50%,
    80%,
    100% {
      -moz-transform: translateY(0);
      transform: translateY(0)
    }
  
    40% {
      -moz-transform: translateY(-30px);
      transform: translateY(-30px)
    }
  
    60% {
      -moz-transform: translateY(-15px);
      transform: translateY(-15px)
    }
  }
  
.section-banner {
  position: relative;
  margin-top: 72px;
  background: url(img/sample.jpg) no-repeat center top;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 800px;
}
.section-banner img {
  max-width: 100%;
}
.banner-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: white;
}

.title {
  color: #0060bb;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.subtitle {
  font-size: 3rem;
  margin-bottom: 3rem;
  font-weight: 900;
  text-align: center;
}

.subtitle span:first-child {
  color: #0060bb;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.subtitle span:last-child {
  background: linear-gradient(to bottom, #f9f162, #b3a648);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* Language Options Styles */
.language-options {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.language-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.language-option:hover {
  transform: scale(1.1);
}

.flag {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.language-name {
  color: white;
  font-size: 1.2rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 700;
}

/* Ambassador Section Styles */
.bg-1 {
  background: url(img/bg1.jpg) no-repeat center top;
}
.bg-2 {
  background: url(img/bg2.jpg) no-repeat center top;
}
.section-ambassador {
  padding: 60px 0;
  color: white;
}

.ambassador-header {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 10px;
  gap: 20px;
}

.brand-logo {
  height: 70px;
  width: auto;
}

.ambassador-title {
  text-align: left;
}

.ambassador-title span {
  color: #182339;
  font-size: 14px;
  font-weight: 500;
}

.ambassador-title h2 {
  color: #baaa48;
  font-size: 20px;
  margin: 0;
  font-weight: 700;
}

.ambassador-swiper {
  width: 100%;
  height: 100%;
}

.ambassador-wrap {
  display: flex;
}

.ambassador-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.video-wrapper iframe {
  border-radius: 15px;
}
.video-wrapper img {
  max-width: 100%;
  /* height: auto; */
}

.ambassador-info {
  padding: 20px 0;
  color: #182339;
  font-weight: 500;
}

.ambassador-info p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.ambassador-info ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.ambassador-info ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.1rem;
}

.ambassador-info ul li:before {
  content: "•";
  color: #182339;
  position: absolute;
  left: 0;
}

.claim-button {
  display: inline-block;
  background: linear-gradient(to bottom, #fff280 0%, #b5a14d 100%);
  color: #272d3d;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.claim-button:hover {
  background: linear-gradient(to top, #fff280 0%, #b5a14d 100%);
}

.bonus-text {
  margin-top: 15px;
  color: #182339;
  font-size: 1.2rem;
  font-weight: 500;
}
.video-container {
  position: relative;
}
/* Swiper Customization */
.swiper {
  max-width: 90%;
}
.swiper-slide{
  align-content: center;
}
.swiper-button-next,
.swiper-button-prev {
  color: #182339;
  background: #dfcd85;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}
.swiper-pagination-bullet-active {
  background: #ff6b00;
}

/* Playsafe Section Styles */
.section-playsafe {
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(img/bg3.jpg) no-repeat center top;
}

.section-playsafe .video-background img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.playsafe-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background: url(img/bg3.jpg) no-repeat center; */
  background-size: cover;
}

.playsafe-content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.playsafe-logo {
  max-width: 300px;
  height: auto;
  /* margin-bottom: 40px; */
}

.playsafe-video {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  margin-top: 32rem;
}

.playsafe-video iframe {
  width: 100%;
  height: 340px;
  border-radius: 8px;
}

.section-playsafe .claim-button {
  background: linear-gradient(to bottom, #fff280 0%, #b5a14d 100%);
  color: #272d3d;
  padding: 12px 40px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 30px;
  display: inline-block;
  text-transform: uppercase;
}

.section-playsafe .bonus-text {
  color: #182339;
  margin-top: 15px;
  font-size: 14px;
}
.playsafe-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  gap: 20px;
}
/* FOOTER */
.title_foo {
  color: #796c46;
  margin-bottom: 8px;
  font-size: 14px;
}

.gamingcuracaoimg {
  width: 100px;
  margin-bottom: 18px;
}

.top_footer_content p {
  color: #796c46;
  font-size: 12px;
}

.footer_allimg img {
  max-width: 93px;
  width: auto;
  /* Lighter gold filter that preserves more of the original image details */
  opacity: 0.7;
  transition: all 0.3s ease;
}

.footer_allimg img:hover {
  /* Remove all filters on hover to show original colors */
  opacity: 1;
}

.footer_allimg {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
}

.top_footer_content_custom {
  display: grid;
  gap: 30px 30px;
  grid-template-columns: repeat(2, 1fr);
}

.footer_allimg.footer_allimgcustom img {
  max-width: 40px;
  width: auto;
  /* Even lighter filter for payment logos */
  filter: brightness(0.95) sepia(0.2) saturate(1.5) hue-rotate(5deg)
    brightness(1.1);
}

.footer_allimg.footer_allimgcustom img.fpx {
  max-width: 73px;
}

.btmfooter_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}

.btmfooter_link .left {
  display: flex;
  align-items: center;
}

.btmfooter_link .left a {
  color: #796c46;
  border-right: 0.01rem solid #796c46;
  padding: 0 18px;
  font-size: 14px;
  text-decoration: none;
}

.btmfooter_linkcontainer {
  padding: 0;
}

.btmfooter_link .left a:first-child {
  padding-left: 0;
}

.btmfooter_link .right {
  display: flex;
  align-items: center;
  gap: 5px;
}

.btmfooter_link .right a {
  color: #796c46;
  text-decoration: none;
  font-size: 20px;
  opacity: 0.7;
  transition: all 0.3s ease;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid var(--text-color-gold-primary); */
  border-radius: 50%;
}

.btmfooter_link .right a:hover {
  opacity: 1;
}
.footer_wrap {
  background-color: #182339;
  padding: 30px 0;
  padding-bottom: 0;
  padding-top: 100px;
}

.top_footer_wrap {
  display: grid;
  grid-template-columns: 30% 68%;
  gap: 20px;
  padding-bottom: 30px;
}

ul.provider {
  padding: 0;
  margin: 0;
  display: block;
  list-style-type: none;
}

ul.provider .title {
  color: var(--text-white);
  font-size: 13px;
}

ul.provider li a {
  color: var(--text-muted);
  font-size: 12px;
}

ul.provider li a:hover {
  color: var(--primary-gold);
  border-bottom: 1px solid var(--primary-gold);
}

.icon-android-footer {
  display: inline-block;
  width: 29px;
  height: 29px;
  fill: var(--text-light);
}

.icon-ios-footer {
  display: inline-block;
  width: 29px;
  height: 29px;
  fill: var(--text-light);
}

.icon-ios-footer:hover {
  fill: var(--text-white);
  opacity: 1 !important;
  cursor: pointer;
}

.icon-android-footer:hover {
  fill: var(--status-online);
  opacity: 1 !important;
  cursor: pointer;
}

.Copyright {
  font-size: 11px;
  color: #fff;
}

.bottom_footer_wrap {
  border-top: 1px solid #908153;
  border-bottom: 1px solid #908153;
  padding: 30px 0;
  padding-top: 30px;
}

.seo-content-wrap {
  color: #796c46;
  font-size: 12px;
}

.seo-content-wrap h1,
.seo-content-wrap h2 {
  color: #796c46;
  font-size: 14px;
  font-weight: bold;
}

.seo-content-wrap a {
  color: #e8d586;
  text-decoration: none;
}

.seo-toogle-button p {
  color: #796c46;
  font-size: 12px;
  cursor: pointer;
  border-bottom: 1px solid #796c46;
}

.footerlogo {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 30px;
}

.footerlogo img {
  filter: grayscale(100%);
  width: 130px;
}

.footerlogo img:hover {
  filter: grayscale(0);
  width: 130px;
}
/* Providers Section Styles */
.section-providers {
  /* padding: 60px 0; */
  color: #fff;
  margin-bottom: -47px;
}

.providers-wrap {
  background: #c2c2c2;
  display: flex;
  /* gap: 40px; */
  align-items: start;
  min-height: 700px;
  position: relative;
  border-radius: 15px;
}
.ambassador-text {
  color: #908153;
  position: absolute;
  right: 65%;
  bottom: 63%;
  min-width: 204px;
}
.ambassador-text h5 {
  font-size: 15px;
  font-weight: 600;
}
.ambassador-text p {
  font-size: 12px;
  margin: 0;
}
.providers-left,
.providers-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
  /* position: relative; */
}
.provider-ambassador {
  /* position: absolute; */
  /* right: 0; */
  /* bottom: 0; */
}

.provider-logo img {
  max-width: 150px;
  margin-bottom: 20px;
}

.provider-info {
  padding: 20px 30px;
  border-radius: 8px;
}

.provider-info img {
  max-width: 200px;
  margin-bottom: 15px;
}

.provider-info p {
  color: #000000;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.brand-ambassador {
  width: 100%;
  border-radius: 8px;
}
/* MOBILE LINKS */
.section-mobile-link {
    padding: 30px 0;
    background: #ffffff;
}

.section-mobile-link h3 {
    color: #1f6bc9;
    margin-bottom: 30px;
}

.mobile-links-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 0 15px;
}

.mobile-link-item {
    text-align: center;
    width: 30%;
}

.mobile-link-item a {
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.circle-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #908153;
}

.circle-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-link-item span {
    font-size: 14px;
    color: #494949;
    text-wrap: wrap;
    max-width: 115px;
}
/* MOBILE FOOTER */
.mobile-footer {
  background-color: #182339;
  color: #fff;
  padding: 35px 0;
  font-size: 14px;
}

.gaming-license {
  color: #796c46;
  font-size: 14px;
  margin-bottom: 8px;
}

.certification-grid {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.cert-item {
  height: 20px;
  width: auto;
}

.section-title {
  color: #796c46;
  font-size: 14px;
  margin: 15px 0 8px 0;
}

.payment-methods {
  display: flex;
  grid-template-columns: repeat(auto-fit, minmax(30px, auto));
  gap: 10px;
  margin-bottom: 20px;
}

.payment-item {
  height: 20px;
  width: auto;
}

.footer-links {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 15px;
  margin-top: 20px;
}

.footer-links a {
  color: #796c46;
  text-decoration: none;
  font-size: 13px;
}

.footer-links a:hover {
  color: #cdbd8f;
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-links a {
  color: #796c46;
  font-size: 13px;
}

.copyright {
  color: #796c46;
  font-size: 12px;
}

.seo-content {
  color: #796c46;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
@media (max-width: 768px) {
  .providers-wrap {
    flex-direction: column;
  }
}
/* Media Queries */
@media (max-width: 768px) {
    .ambassador-header{
        justify-content: center;
    }
  .ambassador-content {
    grid-template-columns: 1fr;
  }

  .title {
    font-size: 2rem;
  }

  .subtitle {
    font-size: 3rem;
  }

  .language-options {
    gap: 1rem;
  }
  .playsafe-logo {
    max-width: 200px;
  }

  .playsafe-video iframe {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .section-providers .container{
    padding: 0;
  }
    .bonus-text{
        text-align: center;
        font-size: 15px;
    }
  .claim-button {
    width: 100%;
    text-align: center;
  }
  .section-ambassador {
    padding: 0;
  }
  .section-banner {
    margin-top: 71px;
  }
  .ambassador-title .divider {
    display: none;
  }
  .ambassador-title span:first-child {
    color: #fff;
  }
  .ambassador-header {
    background: #132344;
    margin: 0;
    padding: 10px;
  }
  .video-container iframe {
    border-radius: 0;
    height: 350px;
  }
  .video-container {
    margin: 0;
    padding: 0;
    height: 100%;
  }
  .swiper {
    max-width: 100%;
  }
  .section-providers {
    margin: 0;
  }
  .top_footer_wrap {
    display: flex;
    flex-direction: column;
  }
  .btmfooter_link {
    flex-direction: column;
  }
  .title {
    font-size: 1.5rem;
  }

  .subtitle {
    font-size: 2rem;
  }

  .language-options {
    gap: 1rem;
    justify-content: space-evenly;
  }
  .ambassador-info p{
    font-size: 13px;
  }
  .ambassador-info ul li{
    font-size: 13px;
  }
  .flag {
    width: 75px;
    height: 75px;
  }
  .provider-ambassador{
    position: relative;
    display: block;
    width: 100%;
    text-align: end;
    padding: 0 20px;
  }
  .ambassador-text{
    right: 70%;
  }
  .top_footer_content_custom{
    display: flex;
    flex-direction: column;
  }
  .providers-wrap{
    border-radius: 0;
  }
  .divider{
    height: 60px;
  }
  .brand-logo{
    max-width: 160px;
    height: auto;
  }
  .playsafe-logo{
    max-width: 120px;
  }
  .playsafe-wrap{
    border-top: 1px solid #908153;
  }
  .section-playsafe{
    background-size: 100%;
    background-position-y: 15%;
    background-size: 180%;
  }
  .playsafe-video{
    margin-top: 65%;
  }
  .playsafe-header{
    margin: 0;
  }
}
