/*
Theme Name: AREA91
Theme URI: https://area91.com/
Author: YourName
Description: Modern casino & slot theme
Version: 1.0
Requires at least: 5.8
Tested up to: 6.5
Text Domain: area91
*/
.mobile-header {
  background-color: #04040c;
  height: 70px;
}
.mobile-header .mobile-toggler-btn {
  border-color: rgba(176, 176, 208, 0.7);
  padding: 0.25rem 0.5rem;
}
.mobile-header .mobile-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.mobile-header .mobile-logo-container .custom-logo-link {
  display: inline-block;
  line-height: 0;
}
.mobile-header .mobile-logo-container .mobile-logo-img,
.mobile-header .mobile-logo-container .custom-logo {
  max-height: 100%;
  width: auto;
}
.mobile-header .mobile-logo-container .mobile-site-title {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.mobile-header .btn-mobile-login {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
  padding: 0.4rem 0.6rem;
  background: linear-gradient(90deg, #1ECEFF 50%, #FF09C9 100%);
  border-radius: 6px;
  border: none;
  font-weight: 500;
  /*
  border: 2px solid transparent;
  background-image:
      linear-gradient($header-bg-color, $header-bg-color),
      $btn-login-gradient;
  background-origin: border-box;
  background-clip: content-box, border-box;
  padding: 0.3rem 0.5rem; // Adjust padding for border
  */
}
.mobile-header .btn-mobile-login i {
  font-size: 1.2rem;
  margin-right: 3px;
}

@media (max-width: 991.96px) {
  .main-navbar .navbar-collapse {
    background-color: #272735;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1020;
    padding: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  }
  .main-navbar .navbar-collapse .navbar-nav {
    width: 100%;
  }
  .main-navbar .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
  }
  .main-navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    text-align: left;
    padding: 0.75rem 1rem;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .main-navbar .navbar-collapse .navbar-nav .nav-item .nav-link:last-child {
    border-bottom: none;
  }
  .main-navbar.navbar-expand-lg .navbar-collapse {
    position: static;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }
  .main-navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0.6rem 1.1rem;
    text-align: center;
    border-bottom: none;
  }
}

.mobile-logo-container .custom-logo {
  max-height: 40px; /* Or your desired mobile logo height */
  width: auto;
}

.mobile-logo-container .custom-logo-link img {
  max-height: 40px;
  width: auto;
}

.top-header-bar .custom-logo {
  max-height: 50px;
  /* filter: brightness(0) invert(1); // if you need to invert color */
}

.top-header-bar .custom-logo-link img {
  max-height: 50px;
  width: auto;
}

.main-navbar .navbar-collapse {
  justify-content: center;
}
.offcanvas.offcanvas-start {
  width: 280px;
  background-color: #1e1e2d;
  color: #e0e0ff;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.offcanvas .offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem 1.25rem;
}
.offcanvas .offcanvas-header .offcanvas-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #ffffff;
}
.offcanvas .offcanvas-body {
  padding: 1rem;
}
.offcanvas .offcanvas-body .offcanvas-navbar-nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}
.offcanvas .offcanvas-body .offcanvas-navbar-nav .nav-item {
  width: 100%;
  margin-bottom: 0.25rem;
}
.offcanvas .offcanvas-body .offcanvas-navbar-nav .nav-link {
  display: block;
  padding: 0.75rem 1rem;
  color: #8c8cb7;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-size: 1rem;
}
.offcanvas .offcanvas-body .offcanvas-navbar-nav .nav-link i {
  margin-right: 10px;
  color: #7b42f5;
  width: 20px;
  text-align: center;
}
.offcanvas .offcanvas-body .offcanvas-navbar-nav .nav-link:hover, .offcanvas .offcanvas-body .offcanvas-navbar-nav .nav-link.active, .offcanvas .offcanvas-body .offcanvas-navbar-nav .nav-link.current-menu-item > a {
  background-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}
.offcanvas .offcanvas-body .offcanvas-navbar-nav .nav-link:hover i, .offcanvas .offcanvas-body .offcanvas-navbar-nav .nav-link.active i, .offcanvas .offcanvas-body .offcanvas-navbar-nav .nav-link.current-menu-item > a i {
  color: #cc35a0;
}
.offcanvas .offcanvas-body .offcanvas-footer-buttons .btn {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 0.6rem 1rem;
}
.offcanvas .offcanvas-body .offcanvas-footer-buttons .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.3);
  color: #e0e0ff;
}
.offcanvas .offcanvas-body .offcanvas-footer-buttons .btn-outline-light:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.offcanvas .offcanvas-body .offcanvas-footer-buttons .btn-primary {
  background-image: linear-gradient(90deg, rgb(30, 206, 255), rgb(255, 9, 201) 100%);
  border: none;
}
.offcanvas .offcanvas-body .offcanvas-footer-buttons .btn-primary:hover {
  opacity: 0.9;
}

.mobile-fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #23232d;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-bottom: env(safe-area-inset-bottom);
  border-radius: 20px 20px 0px 0px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.34);
  background: linear-gradient(180deg, rgb(70, 70, 84), rgb(38, 38, 52) 53.372%, rgb(27, 27, 38) 100%);
}
.mobile-fixed-footer .mobile-footer-nav {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  height: 74px;
  position: relative;
}
.mobile-fixed-footer .mobile-footer-nav .nav-item {
  opacity: 0.8;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #a0a0c0;
  padding: 8px 5px;
  transition: color 0.2s ease;
  position: relative;
}
.mobile-fixed-footer .mobile-footer-nav .nav-item .nav-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
  font-size: 24px;
}
.mobile-fixed-footer .mobile-footer-nav .nav-item .nav-icon.icon-home {
  background: linear-gradient(135deg, #1ECEFF, #6a32e3);
  mask-image: url("../images/nav-icon/home.png");
  mask-size: contain;
  -webkit-mask-image: url("../images/nav-icon/home.png");
  -webkit-mask-size: contain;
}
.mobile-fixed-footer .mobile-footer-nav .nav-item .nav-icon.icon-slots {
  background: linear-gradient(135deg, #6a32e3, #FF09C9);
  mask-image: url("../images/nav-icon/cherry.png");
  mask-size: contain;
  -webkit-mask-image: url("../images/nav-icon/cherry.png");
  -webkit-mask-size: contain;
}
.mobile-fixed-footer .mobile-footer-nav .nav-item .nav-icon.icon-casino {
  background: linear-gradient(135deg, #1ECEFF, #6a32e3);
  mask-image: url("../images/nav-icon/poker-cards.png");
  mask-size: contain;
  -webkit-mask-image: url("../images/nav-icon/poker-cards.png");
  -webkit-mask-size: contain;
}
.mobile-fixed-footer .mobile-footer-nav .nav-item .nav-icon.icon-promo {
  background: linear-gradient(135deg, #6a32e3, #FF09C9);
  mask-image: url("../images/nav-icon/promotion.png");
  mask-size: contain;
  -webkit-mask-image: url("../images/nav-icon/promotion.png");
  -webkit-mask-size: contain;
}
.mobile-fixed-footer .mobile-footer-nav .nav-item .nav-icon.icon-register {
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #ffffff;
  background: none;
  content: url("../images/nav-icon/person.png");
}
.mobile-fixed-footer .mobile-footer-nav .nav-item .nav-text {
  font-family: "Noto Sans Thai", sans-serif;
  font-size: 14px;
  line-height: 1.2;
}
.mobile-fixed-footer .mobile-footer-nav .nav-item:hover, .mobile-fixed-footer .mobile-footer-nav .nav-item.active {
  color: #ffffff;
  opacity: 1;
}
.mobile-fixed-footer .mobile-footer-nav .nav-item.nav-item-featured {
  opacity: 1 !important;
  position: relative;
  bottom: 0px;
  height: 84px;
  width: 84px;
  background: linear-gradient(to bottom, #1ECEFF, #6a32e3, #FF09C9);
  color: #ffffff;
  border-radius: 20px 20px 0px 0px;
  background: linear-gradient(158.96deg, rgb(30, 206, 255) 7.395%, rgb(255, 9, 201) 96.884%);
  margin: 0 5px;
  padding-top: 10px;
  flex-grow: 0;
  flex-basis: 89px;
}
.mobile-fixed-footer .mobile-footer-nav .nav-item.nav-item-featured .nav-icon {
  margin-bottom: 2px;
}
.mobile-fixed-footer .mobile-footer-nav .nav-item.nav-item-featured .nav-text {
  font-size: 14px;
  font-weight: 500;
}

.site-copyright-mobile {
  background-color: #04040c;
  color: #8c8cb7;
  text-align: center;
  padding: 10px 15px;
  font-size: 16px;
  color: #ffffff;
}
.site-copyright-mobile span {
  color: #A77DE7;
}

@media (max-width: 767.98px) {
  body {
    padding-bottom: calc(74px + 40px + env(safe-area-inset-bottom));
    /* Height of footer + copyright + safe area */
  }
  .mobile-fixed-footer {
    display: block;
    /* Ensure it's visible on mobile */
  }
  .site-copyright-mobile {
    display: block;
    /* Ensure it's visible on mobile */
    bottom: 74pxenv(safe-area-inset-bottom);
    left: 0;
    right: 0;
    z-index: 999;
  }
}
@media (min-width: 768.98px) {
  .mobile-fixed-footer,
  .site-copyright-mobile {
    display: none;
  }
}
body {
  font-family: "Noto Sans Thai", sans-serif;
  background-color: #11101d;
  color: #e0e0ff;
  overflow-x: hidden;
}

.btn-custom-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 56px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  border: none;
  font-family: "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.btn-custom-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgb(30, 206, 255), rgb(255, 9, 201) 100%);
  filter: blur(3px);
  z-index: -1;
  border-radius: inherit;
}
.btn-custom-box:hover {
  opacity: 0.9;
  color: #fff;
}

.main-navbar,
.footter-navbar {
  background-color: #272735 !important;
  padding-top: 0rem;
  padding-bottom: 0rem;
  height: 45px;
}
.main-navbar .bas,
.footter-navbar .bas {
  width: 100% !important;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.main-navbar .bas span,
.footter-navbar .bas span {
  color: #A77DE7;
}
.main-navbar .navbar-nav .nav-item,
.footter-navbar .navbar-nav .nav-item {
  width: 180px;
}
.main-navbar .nav-link,
.footter-navbar .nav-link {
  font-family: "Noto Sans Thai", sans-serif;
  min-width: 140px;
  text-align: center;
  color: #8c8cb7;
  font-weight: 500;
  padding: 0.6rem 1.1rem;
  text-transform: uppercase;
  font-size: 1rem;
  transition: color 0.3s ease, background-color 0.3s ease;
  border-radius: 5px;
}
.main-navbar .nav-link i,
.footter-navbar .nav-link i {
  color: #7b42f5;
  margin-right: 8px;
  font-size: 0.9em;
  transition: color 0.3s ease;
}
.main-navbar .nav-link:hover,
.footter-navbar .nav-link:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
}
.main-navbar .nav-link:hover i,
.footter-navbar .nav-link:hover i {
  color: #cc35a0;
}
.main-navbar .nav-link.active,
.footter-navbar .nav-link.active {
  color: #ffffff;
  background-color: rgba(106, 50, 227, 0.2);
}
.main-navbar .nav-link.active i,
.footter-navbar .nav-link.active i {
  color: #cc35a0;
}
.main-navbar .navbar-toggler,
.footter-navbar .navbar-toggler {
  border-color: rgba(140, 140, 183, 0.4);
}
.main-navbar .navbar-toggler-icon,
.footter-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28176, 176, 208, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* --- Header Styles --- */
.site-header {
  background-color: #04040c;
  position: sticky;
  top: 0;
  z-index: 1030;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.site-header .top-header-bar {
  background-color: #04040c;
  border-bottom: 1px solid #1a192a;
  max-height: 149px !important;
}
.site-header .btn-custom-login {
  width: 150px;
  height: 45px;
  color: #fff;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to right, #1ECEFF, #FF09C9) 1;
  position: relative;
}
.site-header .btn-custom-login span {
  display: block;
  font-family: "Noto Sans Thai", sans-serif;
  font-size: 16px;
}
.site-header .btn-custom-register {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 45px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  border: none;
  font-family: "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.site-header .btn-custom-register::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgb(30, 206, 255), rgb(255, 9, 201) 100%);
  filter: blur(3px);
  z-index: -1;
  border-radius: inherit;
}
.site-header .btn-custom-register:hover {
  opacity: 0.9;
  color: #fff;
}

/* --- Section Generic Styles --- */
.section-title {
  color: #ffffff;
  font-weight: bold;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
}

.section-title-light {
  color: #ffffff;
  font-weight: bold;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
}

.section-subtitle {
  color: #c0c0e0;
  font-weight: 300;
  line-height: 1.6;
  font-size: clamp(0.9rem, 2.5vw, 1.1rem);
}

.section-subtitle-muted {
  color: #a0a0c0;
  line-height: 1.6;
  font-size: clamp(0.9rem, 2.5vw, 1rem);
}

.text-light-content {
  color: #d0d0f0;
  line-height: 1.7;
  font-size: clamp(0.9rem, 2.5vw, 1rem);
}

.text-content {
  color: #c0c0e0;
  line-height: 1.7;
  font-size: clamp(0.9rem, 2.5vw, 1rem);
}

/* --- Call to Action Buttons --- */
.btn-custom-cta-blue, .btn-custom-cta-pink {
  color: #fff;
  border: none;
  padding: 0.75rem 2rem;
  font-weight: bold;
  border-radius: 25px;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  text-transform: uppercase;
}
.btn-custom-cta-blue:hover, .btn-custom-cta-pink:hover {
  opacity: 0.9;
  color: #fff;
  transform: translateY(-2px);
}

.btn-custom-cta-pink {
  border-radius: 5px !important;
  background: linear-gradient(90deg, rgb(30, 206, 255), rgb(255, 9, 201) 100%);
  box-shadow: 9px -5px 17px rgba(249, 0, 172, 0.3);
}
.btn-custom-cta-pink:hover {
  box-shadow: 0 6px 20px rgba(249, 0, 172, 0.4);
}

.btn-custom-cta-blue {
  background-image: linear-gradient(100deg, #007bff, #00b8d4);
  box-shadow: 0 4px 15px rgba(0, 184, 212, 0.3);
}
.btn-custom-cta-blue:hover {
  box-shadow: 0 6px 20px rgba(0, 184, 212, 0.4);
}

/* --- 1. Hero Image Banner --- */
.hero-image-banner img {
  display: block;
  object-fit: cover;
  width: 100%;
  max-height: 500px;
  height: auto;
}

/* --- 2. Introduction Section --- */
.introduction-section {
  background-color: #fff;
  font-family: "Noto Sans Thai", sans-serif;
}
.introduction-section .section-title-intro {
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  color: #000;
}
.introduction-section .section-title-intro span {
  color: #9D6EE4;
}
.introduction-section .intro-subtitle {
  color: #000;
  font-size: 18px;
  line-height: 1.7;
}
.introduction-section .small-intro-text {
  color: #000;
  font-size: 18px;
}

/* --- 3. Game Slots Showcase & Providers --- */
.game-providers-section {
  background-color: #272735;
}
.game-providers-section .game-thumbnail {
  border: 2px solid #332a4f;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  height: auto;
}
.game-providers-section .game-thumbnail:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(106, 50, 227, 0.5);
}
.game-providers-section .provider-logos-grid .provider-logo-item {
  background-color: rgba(213, 213, 213, 0.19);
  padding: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 129px;
  height: 60px;
  margin-bottom: 10px;
  margin: 0.5rem;
  transition: background-color 0.3s ease;
}
.game-providers-section .provider-logos-grid .provider-logo-item:hover {
  background-color: #9696ac;
}
.game-providers-section .provider-logos-grid .provider-logo-item img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(30%) brightness(0.9) contrast(1.1);
}

/* --- 4. Baccarat Section --- */
.baccarat-section {
  background: url("../images/bg-area-bacarat.png") no-repeat center center;
  background-color: white;
  background-size: cover;
  font-family: "Noto Sans Thai", sans-serif;
}
.baccarat-section .section-title-intro {
  color: #000;
  font-size: 40px;
  font-family: "Noto Sans Thai", sans-serif;
}
.baccarat-section .section-title-intro span {
  color: #9D6EE4;
}
.baccarat-section .describe {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.baccarat-section .describe .section-description {
  font-family: "Noto Sans Thai", sans-serif;
  color: #000;
  font-size: 18px;
}

/* --- 5. Casino/Slots Hub Section --- */
.casino-slots-hub-section {
  background: url("../images/bg-slot.png") no-repeat center center;
  background-size: cover;
  font-family: "Noto Sans Thai", sans-serif;
  height: 400px;
}
.casino-slots-hub-section .title-intro {
  color: #ffffff;
  font-size: 40px;
  font-family: "Noto Sans Thai", sans-serif;
}
.casino-slots-hub-section .title-intro span {
  color: #9D6EE4;
}
.casino-slots-hub-section .description {
  font-family: "Noto Sans Thai", sans-serif;
  color: #ffffff;
  font-size: 18px;
}

/* --- 6. Sports Betting Section --- */
.sports-betting-section {
  background: url("../images/sports-bg.png") no-repeat center center;
  background-color: rgba(17, 17, 17, 0.14);
  background-size: cover;
  font-family: "Noto Sans Thai", sans-serif;
  padding-top: 5rem;
}
.sports-betting-section .describe {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 86%;
}
.sports-betting-section .describe .title-intro {
  color: #ffffff;
  font-size: 40px;
  font-family: "Noto Sans Thai", sans-serif;
}
.sports-betting-section .describe .title-intro span {
  color: #9D6EE4;
}
.sports-betting-section .describe .section-description {
  font-family: "Noto Sans Thai", sans-serif;
  color: #ffffff;
  font-size: 18px;
}

/* --- 7. Lottery Section --- */
.lottery-section {
  background-color: #ffffff;
}
.lottery-section .describe .title-intro {
  color: #000;
  font-size: 40px;
  font-family: "Noto Sans Thai", sans-serif;
}
.lottery-section .describe .title-intro span {
  color: #9D6EE4;
}
.lottery-section .describe .section-description {
  font-family: "Noto Sans Thai", sans-serif;
  color: #000;
  font-size: 18px;
}

/* --- 8. Jackpot Promo Section --- */
.jackpot-promo-section {
  background-color: #262626;
}
.jackpot-promo-section .section-title-intro {
  color: #fff;
  font-size: 40px;
  font-family: "Noto Sans Thai", sans-serif;
}
.jackpot-promo-section .section-title-intro span {
  color: #9D6EE4;
}
.jackpot-promo-section .intro-subtitle {
  color: #fff;
  font-size: 18px;
  font-family: "Noto Sans Thai", sans-serif;
}
.jackpot-promo-section .jackpot-image {
  border: 4px solid #4d2a7c;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  height: auto;
}
.jackpot-promo-section .jackpot-image:hover {
  transform: scale(1.03);
  box-shadow: 0 0 20px rgba(123, 66, 245, 0.6);
}

/* --- Footer Styles --- */
.site-footer {
  background-color: #04040c;
  color: #8c8cb7;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
.site-footer .footer-logo-img {
  max-height: 45px;
  filter: brightness(0) invert(1);
}
.site-footer .footer-tagline {
  align-items: center;
}
.site-footer .footer-tagline p {
  font-size: 18px;
}
.site-footer .footer-heading {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.site-footer .footer-links li {
  margin-bottom: 0.5rem;
}
.site-footer .footer-links a {
  color: #8c8cb7;
  text-decoration: none;
  transition: color 0.3s ease, padding-left 0.3s ease;
}
.site-footer .footer-links a:hover {
  color: #ffffff;
  padding-left: 5px;
}
.site-footer .footer-contact {
  color: #a0a0c0;
  line-height: 1.8;
}
.site-footer .footer-contact i {
  color: #6a32e3;
  width: 20px;
}
.site-footer .footer-divider {
  border-top: 1px solid #2a2a3e;
}
.site-footer .footer-copyright {
  color: #8c8cb7;
}

/* --- Responsive Adjustments --- */
@media (max-width: 991.98px) {
  .site-header .main-navbar .navbar-nav {
    text-align: center;
    margin-top: 1rem;
  }
  .site-header .top-header-bar .navbar-brand-logo {
    margin: 0 auto;
  }
  .site-header .btn-custom-login,
  .site-header .btn-custom-register {
    font-size: 0.85rem;
    padding: 0.4rem 1rem;
  }
  .site-header .main-navbar .nav-link {
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
  }
  .btn-custom-cta-pink,
  .btn-custom-cta-blue {
    padding: 0.65rem 1.8rem;
    font-size: 0.9rem;
  }
  .sports-betting-section .order-lg-1,
  .sports-betting-section .order-lg-2 {
    order: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .site-header .top-header-bar {
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .site-header .top-header-bar .navbar-brand-logo {
    order: -1;
    margin-bottom: 1rem;
  }
  .site-header .btn-custom-login {
    margin-bottom: 0.75rem;
    width: auto;
    max-width: 220px;
  }
  .site-header .btn-custom-register {
    width: auto;
    max-width: 220px;
  }
  .section-title,
  .section-title-light,
  .introduction-section .section-title-intro {
    font-size: clamp(1.6rem, 5vw, 2rem);
  }
  .hero-image-banner img {
    max-height: 350px;
  }
  .site-footer .footer-heading.invisible.d-none.d-md-block {
    visibility: hidden !important;
  }
  .site-footer .footer-heading {
    text-align: center;
  }
  .site-footer .footer-links,
  .site-footer .footer-contact {
    text-align: center;
  }
  .site-footer .footer-logo-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575.98px) {
  .provider-logos-grid .col-4 {
    flex: 0 0 auto;
    width: 33.3333%;
  }
  .provider-logos-grid .provider-logo-item {
    height: 60px !important;
    width: 122px !important;
  }
  .btn-custom-cta-pink,
  .btn-custom-cta-blue {
    padding: 0.6rem 1.5rem;
    font-size: 24px;
    font-weight: 500;
    width: 90%;
    height: 55px;
    max-width: 394px;
  }
  .introduction-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .game-providers-section,
  .baccarat-section,
  .casino-slots-hub-section,
  .sports-betting-section,
  .lottery-section,
  .jackpot-promo-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .game-providers-section .title-intro,
  .baccarat-section .title-intro,
  .casino-slots-hub-section .title-intro,
  .sports-betting-section .title-intro,
  .lottery-section .title-intro,
  .jackpot-promo-section .title-intro {
    font-size: 24px !important;
  }
  .game-providers-section .description,
  .baccarat-section .description,
  .casino-slots-hub-section .description,
  .sports-betting-section .description,
  .lottery-section .description,
  .jackpot-promo-section .description {
    font-size: 16px !important;
  }
  .game-providers-section .describe,
  .baccarat-section .describe,
  .casino-slots-hub-section .describe,
  .sports-betting-section .describe,
  .lottery-section .describe,
  .jackpot-promo-section .describe {
    margin-top: 1.2rem;
  }
  .game-providers-section .describe .section-title-intro,
  .baccarat-section .describe .section-title-intro,
  .casino-slots-hub-section .describe .section-title-intro,
  .sports-betting-section .describe .section-title-intro,
  .lottery-section .describe .section-title-intro,
  .jackpot-promo-section .describe .section-title-intro {
    font-size: 24px !important;
  }
  .baccarat-section {
    background: none;
    background-color: #fff;
  }
  .casino-slots-hub-section {
    height: 420px;
  }
  .sports-betting-section {
    padding-bottom: 0px !important;
  }
  .sports-betting-section .title-intro {
    font-size: 24px !important;
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
  .sports-betting-section .description,
  .sports-betting-section .section-description {
    font-size: 16px !important;
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sports-betting-section .cta {
    padding-bottom: 1rem;
  }
  .sports-betting-section .cta .btn-custom-box {
    border-radius: 6px;
    background: linear-gradient(90deg, rgb(30, 206, 255), rgb(255, 9, 201) 100%);
  }
  .sports-betting-section .describe {
    flex-flow: wrap;
    margin-top: 0px !important;
  }
  .lottery-section {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .site-header .logo-img {
    max-height: 35px;
  }
  .footer-navbar {
    display: none;
  }
  .site-footer .footer-tagline .col-lg-3,
  .site-footer .footer-tagline .col-lg-9 {
    text-align: center;
  }
}