/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lilita+One&family=Mitr:wght@700&family=Open+Sans:wght@300;400;600;700&display=swap');

/* ==========================================================================
   AUTHENTIC POKEXGAMES HOME STYLES
   ========================================================================== */

html {
  font-size: 16px;
}

.f-lang-custom {
  font-family: 'Lilita One', cursive, Arial, sans-serif;
  font-weight: normal;
}

.lang-pl .f-lang-custom {
  font-family: 'Mitr', cursive, Arial, sans-serif;
  font-weight: 600;
}

.f-bebas-neue {
  font-family: 'Bebas Neue', cursive, Arial, sans-serif;
}

.nav-link {
  font-size: 1.3rem;
}

.nav-link:hover, .sn-icons:hover {
  transform: scale(1.1);
}

.sn-icons {
  font-size: 1.8rem;
}

.carousel-control-next, .carousel-control-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  cursor: pointer;
  z-index: 10;
}

.carousel-banner {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 10% 0);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 10% 0);
  height: 15%;
  width: 40%;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: rgb(40,113,198);
  background: linear-gradient(0deg, rgba(40,113,198,1) 0%, rgba(22,183,225,1) 100%);
}

.text-carousel-banner {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  height: 100%;
  width: 90%;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-custom-gl-blue {
  background: rgb(40,108,174);
  background: linear-gradient(80deg, rgba(40,108,174,1) 0%, rgba(3,144,246,1) 45%, rgba(55,101,180,1) 77%, rgba(80,175,224,1) 100%);
}

.b-radius-18px {
  border-radius: 18px;
}

.nav-tab-clan-elements:focus {
  border: 0;
  outline: none !important;
}

@media (max-width: 992px) {
  .sn-icons {
    font-size: 1.2rem;
  }
}

.bg-custom-transparent {
  background-color: rgba(50, 50, 50, 0.65);
  background: radial-gradient(circle at 50% -10%, rgba(127, 130, 133, 0.65) 0%, rgba(68, 70, 73, 0.65) 6%, rgba(36, 36, 40, 0.65) 100%);
  position: relative;
}

.bg-custom-transparent::before {
  display: block;
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: 
    url("../static/img/texture_star.webp") no-repeat 2% 50%,
    url("../static/img/texture_star.webp") no-repeat left 30%,
    url("../static/img/texture_star.webp") no-repeat 15% 30%,
    url("../static/img/texture_star.webp") no-repeat 26% 30%,
    url("../static/img/texture_stars2.webp") no-repeat 15% 20%,
    url("../static/img/texture_stars2.webp") no-repeat 10% 60%,
    url("../static/img/texture_stars2.webp") no-repeat 90% top,
    url("../static/img/texture_stars2.webp") no-repeat left 90%;
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}

.text-custom-shadow {
  text-shadow: 3px 2px #000;
}

.box-shadow-flags {
  box-shadow: 3px 2px #000;
}

.header-top-background {
  background: rgb(6,21,62);
  background: url("../static/img/texture_stars2.webp") no-repeat 15% 50%, 
    url("../static/img/texture_stars.webp") 50px 50px repeat, 
    linear-gradient(112deg, rgba(6,21,62,1) 25%, rgba(24,55,120,1) 50%, rgba(6,21,62,1) 75%);
}

.header-divider {
  background: rgb(0,220,255);
  background:  
    url("../static/img/texture_stars.webp") 100px 100px repeat,
    url("../static/img/texture_stars3.webp") no-repeat center center,
    linear-gradient(112deg, rgba(0,174,192,1) 0%, rgba(0, 204, 255,1) 50%, rgba(0,174,192,1) 100%);
  height: 18px;
}

.bg-radial-blue {
  background: #183878;
  background: -webkit-radial-gradient(top, #183878, #07163E);
  background: -moz-radial-gradient(top, #183878, #07163E);
  background: radial-gradient(to bottom, #183878, #07163E);
}

#logo:hover {
  animation: hvr-wobble-vertical 1s alternate ease-in-out;
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.background-menu {
  background-color: rgba(6, 21, 62, 0.95) !important;
}

html, body, .container-fluid {
  overflow-x: hidden;
  padding: 0;
}

h1, h2, h4, h5, nav {
  font-weight: bolder;
}

.font-custom-title {
  font-family: Arial, sans-serif !important;
  font-weight: bold;
  text-shadow: 0px 0px 5px #ffffff;
}

.font-custom-subtitle {
  font-family: Arial, sans-serif !important;
  font-weight: bold;
  color: #1caeea;
  text-transform: uppercase;
}

.font-custom {
  font-family: Arial, sans-serif !important;
}

.display-custom {
  font-size: 3rem;
}

.display-2-custom {
  font-size: 4.0rem;
}

.prof-name {
  font-size: 2.8rem;
}

h1 {
  font-size: 2.1rem;
}

h3 {
  font-size: 1.7rem;
}

h4 {
  font-size: 1.5rem;
}

p {
  font-size: 1.2rem;
}

.title-foot {
  font-size: 1.5rem;
}

.img-sub-text {
  font-size: 2.2rem;
  transform: scaleY(1.3);
}

.flag-active {
  background: rgb(51,100,148);
  background: linear-gradient(0deg, rgba(51,100,148,0.7) 0%, rgba(33,86,144,0.7) 60%, rgba(33,86,144,0) 100%);
}

.bg-img {
  object-fit: cover; 
  object-position: center; 
  width: 100%; 
  height: 100%;
}

.header-logo {
  max-width: 100%;
  height: auto;
}

iframe {
  transform: scale(0.9,1);
  transform-origin: center;
}

.btn1-header, .btn2-custom {
  box-shadow: 1px 1px 1px 1px rgba(9, 18, 46, 0.2);
  background: rgb(40,113,198);
  background: linear-gradient(0deg, rgba(40,113,198,1) 0%, rgba(22,183,225,1) 100%);
  border-radius: 2.5rem;
  box-shadow: 3px 4px 3px rgba(0,0,0,0.7);
  display: inline-block;
  text-decoration: none;
}

.btn1-header > p  {
  font-size: 2.5rem;
  -webkit-transform: scale(1, 1.2);
  transform: scale(1, 1.2);
  padding: 0;
  margin: 0;
  line-height: 3rem;
  letter-spacing: 0.18rem;
  text-shadow: 3px 3px 5px rgba(80, 118, 201, 0.5);
  color: #fff;
}

.btn2-custom > p {
  font-size: 4rem;
  margin: 0;
  letter-spacing: 0.18rem;
  color: #fff;
}

.trainer-btn-wrapper {
  bottom: -80px;
}

#btn1, #btn2 {
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  cursor: pointer;
}

#btn1:hover, #btn2:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(0, 255, 251, 0.8);
  text-decoration: none;
}

#prof-banners-wrapper > div:nth-child(even) {
  transform: translateY(30px);
}

/* Flip Animation */
.flip-div-wrapper {
  background-color: transparent;
  perspective: 1000px;
  margin-left: 1rem;
  margin-right: 1rem;
  width: 250px;
}

.flip-div-inner {
  position: relative;
  text-align: center;
  transition: transform 1.2s;
  transform-style: preserve-3d;
  height: 520px;
}

.flip-div-wrapper:hover .flip-div-inner {
  transform: rotateY(180deg);
}

.flip-div-front, .flip-div-back {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 12px;
  overflow: hidden;
}

.flip-div-back {
  transform: rotateY(180deg);
}

.flip-card-text {
  font-size: 2rem;
}

.btn-clan-wrapper {
  margin: 1.5rem;
}

.btn-clan-text {
  font-size: 2.2rem;
}

.banner-elements-wrapper {
  top: 0%; 
  left: 0; 
  margin-left: -1.8rem; 
  margin-top: 10%;
}

.elements-icons-wrapper {
  right: 25%; 
  bottom: 10%;
  display: flex;
  flex-wrap: nowrap;
}

.icons-1 {
  left: 30%;
}

.icons-3 {
  left: 15%;
}

/* ==========================================================================
   RESPONSIVE breakpoints
   ========================================================================== */

@media (max-width: 575.98px) {
  .header-top-background {
    background: rgb(6,21,62);
    background:
      url("../static/img/texture_stars.webp") left center repeat, 
      linear-gradient(112deg, rgba(6,21,62,1) 25%, rgba(24,55,120,1) 50%, rgba(6,21,62,1) 75%);
  }

  .header-top-background::before {
    display: 'block';
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../static/img/texture_stars2.webp") no-repeat 70% center;
    background-size: 35%;
  }

  .bg-custom-transparent::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: 
      url("../static/img/texture_stars2.webp") no-repeat 15% 20%,
      url("../static/img/texture_stars2.webp") no-repeat 10% 60%,
      url("../static/img/texture_stars2.webp") no-repeat 90% top,
      url("../static/img/texture_stars2.webp") no-repeat left 90%;
    opacity: 0.3;
    background-size: 30%;
  }
  
  .header-divider {
    background: rgb(0,220,255);
    background:  
      url("../static/img/texture_stars.webp") 100px 100px repeat,
      linear-gradient(112deg, rgba(0,174,192,1) 0%, rgba(0, 204, 255,1) 50%, rgba(0,174,192,1) 100%);
  }
  
  .flip-div-wrapper {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }

  .display-4 {
   font-size: 1.8rem; 
  }

  .nav-item > .flag-active {
    background: rgba(51,100,148, 0.7);
  }

  .display-1, .lang-pl .display-1 {
    font-size: 1.1rem;
  }

  .display-3 {
    font-size: 0.8rem;
  }

  .btn1-header {
    font-size: 1rem;
    padding: 15px 25px 15px 25px !important;
  }

  #btn2 > p, #btn1 > p {
    font-size: 1.8rem;
  }

  .trainer-btn-wrapper {
    bottom: -60px;
  }

  #trainer-master-img {
    width: 21.2rem;
    height: 13.625rem;
  }
  
  h3, li > a {
    font-size: 0.9rem;
  }

  .display-custom {
    font-size: 1.2rem;
  }

  .display-2-custom {
    font-size: 0.75rem;
  }

  .prof-name {
    font-size: 0.75rem;
  }

  h4 {
    font-size: 0.9rem;
  }

  p {
    font-size: 0.75rem;
  }

  .flip-card-text {
    font-size: 0.4rem;
  }

  .title-foot {
    font-size: 1rem;
  }

  .nav-link:hover {
    transform: none;
  }

  .img-sub-text {
    font-size: 1.1rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .flip-div-wrapper {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .display-1, .lang-pl .display-1 {
    font-size: 2rem;
  }

  .display-3 {
    font-size: 1rem;
  }

  #btn2 > p, #btn1 > p {
    font-size: 2.5rem;
  }

  .trainer-btn-wrapper {
    bottom: -70px;
  }

  #trainer-master-img {
    width: 31.80rem;
    height: 20.44rem;
  }

  .nav-item > .flag-active {
    background: rgba(51,100,148, 0.7);
  }

  h4 {
    font-size: 1.1rem;
  }

  .display-custom {
    font-size: 2rem;
  }

  .prof-name {
    font-size: 0.9rem;
  }

  .display-4 {
    font-size: 2.5rem; 
  }

  .display-2-custom {
    font-size: 1.2rem;
  }

  .flip-card-text {
    font-size: 0.5rem;
  }

  .nav-link:hover {
    transform: none;
  }

  .img-sub-text {
    font-size: 0.6rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .display-1, .lang-pl .display-1 {
    font-size: 2.5rem;
  }

  .display-3 {
    font-size: 1.5rem;
  }

  #btn2 > p, #btn1 > p {
    font-size: 3rem;
  }

  .trainer-btn-wrapper {
    bottom: -70px;
  }

  #trainer-master-img {
    width: 38.80rem;
    height: 27.44rem;
  }

  .nav-item > .flag-active {
    background: rgba(51,100,148, 0.7);
  }

  .display-custom {
    font-size: 2rem;
  }

  .prof-name {
    font-size: 1.2rem;
  }

  h4 {
    font-size: 1.1rem;
  }

  .display-4 {
    font-size: 2.5rem; 
  }

  .display-2-custom {
    font-size: 1.6rem;
  }

  .flip-card-text {
    font-size: 0.7rem;
  }

  .nav-link:hover {
    transform: none;
  }

  .img-sub-text {
    font-size: 0.8rem;
  }
} 

@media (min-width: 992px) and (max-width: 1199.98px) {
  .display-1, .lang-pl .display-1 {
    font-size: 3.2rem;
  }

  .display-3 {
    font-size: 1.7rem;
  }

  .display-custom {
    font-size: 2rem;
  }

  .display-2-custom {
    font-size: 2.2rem;
  }

  .prof-name {
    font-size: 1.8rem;
  }

  p {
    font-size: 1rem;
  }

  h3 {
    font-size: 1.2rem;
  }
  
  h4 {
    font-size: 1.2rem;
  }

  .img-sub-text {
    font-size: 1.4rem;
  }

  .flip-card-text {
    font-size: 1.2rem;
  }

  .btn-clan-wrapper {
    margin: 0.5rem;
  }

  .btn-clan-inner > img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
  }

  .btn-clan-text {
    font-size: 1.7rem;
  }

  .banner-elements-wrapper {
    margin-left: -1.3rem;
  }
  
  .banner-elements-wrapper > img {
    max-height: 75%;
    max-width: 75%;
    width: auto;
    height: auto;
  }

  .elements-icons-wrapper {
    left: 20%;
  }

  .elements-icons-wrapper > img {
    max-width: 30%;
    max-height: 30%;
    width: auto;
    height: auto;
  }

  .icons-3 {
    left: 10%;
  }

  .elements-icons-wrapper.icons-3 > img {
    max-width: 25%;
    max-height: 25%;
    width: auto;
    height: auto;
  }
} 

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .display-1, .lang-pl .display-1 {
    font-size: 4rem;
  }

  .display-3 {
    font-size: 2.5rem;
  }

  .display-custom {
    font-size: 2.5rem;
  }

  .display-2-custom {
    font-size: 2.5rem;
  }

  .prof-name {
    font-size: 2.3rem;
  }
}

@media (min-width: 1400px) and (max-width: 1800px) {
  .display-1, .lang-pl .display-1 {
    font-size: 4.5rem;
  }

  .display-3 {
    font-size: 3rem;
  }

  .display-2-custom {
    font-size: 3rem;
  }

  .img-sub-text {
    font-size: 1.7rem;
  }

  .flip-card-text {
    font-size: 1.5rem;
  }

  .btn-clan-wrapper {
    margin: 0.5rem;
  }

  .btn-clan-inner > img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
  }

  .btn-clan-text {
    font-size: 1.7rem;
  }

  .banner-elements-wrapper {
    margin-left: -1.6rem;
  }
  
  .banner-elements-wrapper > img {
    max-height: 90%;
    max-width: 90%;
    width: auto;
    height: auto;
  }

  .elements-icons-wrapper {
    left: 20%;
  }

  .elements-icons-wrapper > img {
    max-width: 35%;
    max-height: 35%;
    width: auto;
    height: auto;
  }

  .icons-1 {
    left: 30%;
  }

  .elements-icons-wrapper.icons-1 > img {
    max-width: 40%;
    max-height: 40%;
    width: auto;
    height: auto;
  }

  .icons-3 {
    left: 10%;
  }

  .elements-icons-wrapper.icons-3 > img {
    max-width: 30%;
    max-height: 30%;
    width: auto;
    height: auto;
  }
}

/* ==========================================================================
   MODERN AAC CUSTOM COMPONENT OVERRIDES
   ========================================================================== */

/* News, Info panels, and Content boxes styling */
.news, .info, .social, .promocao, .message {
  background-color: rgba(9, 21, 62, 0.8) !important;
  border: 2px solid #00aeec !important;
  box-shadow: 0 0 15px rgba(0, 174, 236, 0.35) !important;
  border-radius: 12px !important;
  margin-bottom: 25px !important;
  overflow: hidden;
  padding: 0px !important; 
}

/* Box Headers */
.newsTitle, .title {
  background: linear-gradient(90deg, #07163e 0%, #183878 50%, #00aeec 100%) !important;
  border-bottom: 2px solid #00f0ff !important;
  color: #ffffff !important;
  font-family: 'Lilita One', cursive, Arial, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: normal !important;
  padding: 10px 18px !important;
  height: auto !important;
  width: 100% !important;
  text-shadow: 2px 2px 0px #000000 !important;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

/* Box Bodies */
.newsBody, .info, .social, .promocao, .content, #content2 {
  padding: 20px !important;
  color: #e2e8f0;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
}

/* Double-borders removal helper */
.info, .social, .promocao {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  margin-bottom: 0px !important;
}

/* Standard containers */
.pxg-card {
  background-color: rgba(9, 21, 62, 0.8);
  border: 2px solid #00aeec;
  box-shadow: 0 0 15px rgba(0, 174, 236, 0.35);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 25px;
}

.pxg-card-header {
  background: linear-gradient(90deg, #07163e 0%, #183878 50%, #00aeec 100%);
  border-bottom: 2px solid #00f0ff;
  padding: 12px 20px;
}

/* Forms controls styling */
input[type="text"], input[type="password"], input[type="email"], select, textarea {
  background: rgba(7, 22, 62, 0.85) !important;
  border: 1px solid #00aeec !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  padding: 8px 12px !important;
  transition: box-shadow 0.2s, border-color 0.2s;
  font-family: 'Open Sans', Arial, sans-serif;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
  outline: none !important;
  border-color: #00fffb !important;
  box-shadow: 0 0 8px rgba(0, 255, 251, 0.5) !important;
}

/* Custom layout input groups */
.input-group-text {
  background-color: rgba(7, 22, 62, 0.85) !important;
  border-color: #00aeec !important;
  color: #00fffb !important;
}

/* Buttons style */
.btn-default, button[type="submit"], input[type="submit"], .btn-primary {
  background: linear-gradient(0deg, rgba(40,113,198,1) 0%, rgba(22,183,225,1) 100%) !important;
  border: 1px solid #00fffb !important;
  border-radius: 18px !important;
  color: #ffffff !important;
  font-family: 'Lilita One', cursive, Arial, sans-serif !important;
  font-size: 1rem !important;
  padding: 8px 20px !important;
  text-shadow: 1px 1px 2px #000000 !important;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s !important;
}

.btn-default:hover, button[type="submit"]:hover, input[type="submit"]:hover, .btn-primary:hover {
  transform: scale(1.05) !important;
  box-shadow: 0 0 10px rgba(0, 255, 251, 0.6) !important;
}

/* Database lists and Highscores tables */
table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  color: #e2e8f0;
}

th {
  background: rgba(24, 56, 120, 0.85) !important;
  color: #00fffb !important;
  font-family: 'Lilita One', cursive, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding: 12px 10px;
  border-bottom: 2px solid #00aeec;
  text-align: left;
}

td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 174, 236, 0.25);
}

tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.03);
}

tr:hover {
  background: rgba(0, 174, 236, 0.1) !important;
  transition: background 0.2s;
}

/* Pagination navigation styling */
.pagination a, .pagination span {
  background: rgba(9, 21, 62, 0.8);
  border: 1px solid #00aeec;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 4px;
  margin: 0 3px;
  text-decoration: none;
}

.pagination a:hover {
  background: #00aeec;
  color: #07163e;
}

/* Footer Section styling */
.pxg-footer {
  background-color: #06153e;
  color: #a0aec0;
  font-size: 0.95rem;
  line-height: 1.7;
}

.pxg-footer h3 {
  font-family: 'Lilita One', cursive, sans-serif;
  color: #00fffb;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.pxg-footer p {
  font-size: 0.9rem;
}

.pxg-footer ul {
  list-style: none;
  padding: 0;
}

.pxg-footer ul li {
  margin-bottom: 10px;
}

.pxg-footer .btn-footer {
  background: rgba(24, 56, 120, 0.7);
  border: 1px solid #00aeec;
  color: #ffffff;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  text-align: left;
  transition: background 0.2s, border-color 0.2s;
}

.pxg-footer .btn-footer:hover {
  background: rgba(0, 174, 236, 0.3);
  border-color: #00fffb;
  color: #00fffb;
  text-decoration: none;
}

/* Dropdown menu list items hover state */
.dropdown-item {
  transition: background-color 0.2s, color 0.2s;
}

.dropdown-item:hover {
  background-color: rgba(0, 174, 236, 0.2) !important;
  color: #00fffb !important;
}

/* Card body anchors */
.pxg-card-body a {
  color: #00fffb;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}

.pxg-card-body a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Alert, success, and error box overrides */
.success, .alert-success {
  background-color: rgba(40, 167, 69, 0.15) !important;
  border: 1px solid #28a745 !important;
  color: #2fed5b !important;
  padding: 12px !important;
  border-radius: 6px !important;
  margin-bottom: 20px !important;
  text-shadow: 1px 1px 2px #000 !important;
}

.error, .alert-danger {
  background-color: rgba(220, 53, 69, 0.15) !important;
  border: 1px solid #dc3545 !important;
  color: #ff6b7a !important;
  padding: 12px !important;
  border-radius: 6px !important;
  margin-bottom: 20px !important;
  text-shadow: 1px 1px 2px #000 !important;
}

.alert, .alert-info {
  background-color: rgba(0, 174, 236, 0.15) !important;
  border: 1px solid #00aeec !important;
  color: #00fffb !important;
  padding: 12px !important;
  border-radius: 6px !important;
  margin-bottom: 20px !important;
  text-shadow: 1px 1px 2px #000 !important;
}

/* ==========================================================================
   CAROUSEL TEXT RESPONSIVE CORRECTIONS
   ========================================================================== */

/* Define the carousel box as a container query container */
.pxg-carousel-box {
  container-type: inline-size;
}

/* Ensure the blue banner has standard width (44% for a premium look with enough space) */
.carousel-banner {
  width: 44% !important;
}

/* Smoothly scale the font size using Container Query units to ensure it NEVER wraps or overflows */
.img-sub-text {
  font-size: clamp(10px, 3.2cqw, 24px) !important;
  transform: scaleY(1.3) !important;
  white-space: nowrap !important;
  line-height: 1.1 !important;
  display: inline-block !important;
}

/* ==========================================================================
   GOOGLE TRANSLATE NATIVE STYLING CLEANUP
   ========================================================================== */

/* Hide Google Translate original widget, top frame, banner, and tooltips */
.goog-te-banner-frame,
.goog-te-banner,
.goog-te-menu-value,
.goog-te-menu-frame,
#goog-gt-tt,
.goog-tooltip,
.goog-tooltip:hover {
  display: none !important;
}

/* Prevent Google Translate from introducing layout shifts or body offset margins */
body {
  top: 0px !important;
  position: static !important;
}

.skiptranslate {
  display: none !important;
}

#google_translate_element {
  display: none !important;
  visibility: hidden !important;
}
