/* =========================================
   WINNERVPS Custom Styling
   Clean version for WHMCS Bootstrap 4
   ========================================= */

/* =========================================
   GLOBAL
   ========================================= */
html,
body {
  height: 100%;
}

/* =========================================
   GLOBAL BACKGROUND
   ========================================= */
body{
  position: relative;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  padding-top: 74px;
  background: #111;
}

body.header_fix{
  padding-top: 0;
}

/* BACKGROUND FADE */
.winner-bg,
.winner-bg-next{
  position: fixed;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.winner-bg{
  z-index: 0;
  opacity: 1;
}

.winner-bg-next{
  z-index: 0;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

/* overlay */
body::after{
  content:"";
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.35);
  z-index: 1;
  pointer-events: none;
}

body > *{
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  body {
    padding-top: 66px;
  }

  body.header_fix{
    padding-top: 0;
  }
}

/* =========================================
   NAVBAR
   ========================================= */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: transform 0.38s ease, opacity 0.38s ease;
}

/* halaman biasa */
body:not(.header_fix) #header {
  transform: translateY(0);
  opacity: 1;
}

/* homepage hidden di awal */
body.header_fix #header {
  transform: translateY(-100%);
  opacity: 0;
}

/* muncul saat scroll */
body.header_fix.winner-navbar-visible #header {
  transform: translateY(0);
  opacity: 1;
}

.winner-navbar {
  width: 100%;
  margin: 0 !important;
  padding: 14px 0;
  background: rgba(0, 0, 0, 0.96);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.30);
}

.winner-logo {
  display: block;
  width: auto;
  height: 36px;
}

.winner-navbar .navbar-collapse {
  justify-content: flex-end;
}

.winner-nav-main {
  width: 100%;
  justify-content: flex-end;
}

.winner-nav-main > .nav-item {
  margin-left: 6px;
}

.winner-navbar .nav-link {
  padding: 10px 14px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.winner-navbar .nav-link:hover,
.winner-navbar .nav-item.show > .nav-link {
  color: #d6d6d6 !important;
}

.winner-navbar .dropdown-menu {
  z-index: 10000;
  margin-top: 10px;
  border: 0;
  border-radius: 12px;
  background: #111;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.winner-navbar .dropdown-item {
  padding: 10px 18px;
  color: #ffffff !important;
  font-size: 14px;
  opacity: 1;
}

.winner-navbar .dropdown-item:hover,
.winner-navbar .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
}

.winner-customers-btn {
  padding: 10px 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 10px;
}

.winner-customers-btn:hover {
  background: #fff;
  color: #000 !important;
}

.winner-nav-customers-item {
  margin-left: 14px !important;
}

@media (max-width: 991.98px) {
  .winner-navbar {
    padding: 10px 0;
  }

  .winner-logo {
    height: 32px;
  }

  .winner-navbar .navbar-collapse {
    margin-top: 12px;
    padding: 12px;
    background: rgba(0, 0, 0, 0.96);
    border-radius: 12px;
  }

  .winner-nav-main {
    align-items: flex-start !important;
  }

  .winner-nav-main > .nav-item {
    width: 100%;
    margin-left: 0;
  }

  .winner-nav-customers-item {
    margin-left: 0 !important;
    margin-top: 8px;
  }

  .winner-navbar .nav-link {
    padding: 10px 8px;
  }

  .winner-customers-btn {
    display: inline-block;
  }
}
/* =========================================
   HERO FULL WIDTH
   ========================================= */
.winner-hero-full {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  overflow: hidden;
  background: #000;
}

.winner-hero-full .carousel,
.winner-hero-full .carousel-inner,
.winner-hero-full .carousel-item {
  position: relative;
  width: 100%;
}

/* desktop */
.winner-hero-img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 320px;
}

/* panah */
.winner-hero-full .carousel-control-prev,
.winner-hero-full .carousel-control-next {
  position: absolute;
  top: 50%;
  width: auto;
  padding: 0;
  opacity: 1;
  background: transparent !important;
  transform: translateY(-50%);
  z-index: 10;
}

.winner-hero-full .carousel-control-prev {
  left: 18px;
}

.winner-hero-full .carousel-control-next {
  right: 18px;
}

.winner-hero-full .carousel-control-prev-icon,
.winner-hero-full .carousel-control-next-icon {
  width: 44px;
  height: 44px;
  opacity: 0;
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.45);
  background-size: 16px 16px;
  background-position: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.7));
  transition: opacity 0.2s ease, background-color 0.2s ease;
}

.winner-hero-full:hover .carousel-control-prev-icon,
.winner-hero-full:hover .carousel-control-next-icon {
  opacity: 1;
}

.winner-hero-full .carousel-control-prev-icon:hover,
.winner-hero-full .carousel-control-next-icon:hover {
  background-color: rgba(0, 0, 0, 0.65);
}

/* tablet */
@media (max-width: 991.98px) {
  .winner-hero-img {
    min-height: 260px;
  }
}

/* mobile */
@media (max-width: 767.98px) {
  .winner-hero-img {
    min-height: 180px;
  }

  .winner-hero-full .carousel-control-prev {
    left: 10px;
  }

  .winner-hero-full .carousel-control-next {
    right: 10px;
  }

  .winner-hero-full .carousel-control-prev-icon,
  .winner-hero-full .carousel-control-next-icon {
    width: 40px;
    height: 40px;
    opacity: 1;
  }
}

/* mobile kecil */
@media (max-width: 575.98px) {
  .winner-hero-img {
    min-height: 150px;
  }
}

/* =========================================
   GENERAL SECTION
   ========================================= */
.winner-section {
  padding: 70px 0;
  background: transparent;
}

.winner-section-title,
.service-title,
.winner-section-title--light {
  margin-bottom: 34px;
  text-align: center;
}

.winner-section-title h2,
.service-title h2,
.winner-section-title--light h2 {
  display: inline-block;
  margin: 0;
  padding: 18px 34px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  color: #fff !important;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.2;
  background: transparent;
}

.winner-section-title h2 span,
.service-title h2 span,
.winner-section-title--light h2 span {
  display: inline;
  padding: 0;
  border: 0;
  color: inherit;
}

.winner-section-title p,
.service-title p,
.winner-section-title--light p {
  margin-top: 18px;
  color: #fff !important;
  font-size: 18px;
}

/* =========================================
   HERO INTRO
   ========================================= */
.winner-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 620px;
  padding: 80px 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  z-index: 3;
}

.winner-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 0;
}

.winner-hero-inner {
  position: relative;
  z-index: 2;
}

.winner-hero-box {
  max-width: 980px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.winner-hero-title {
  display: inline-block;
  margin: 0 0 22px;
  padding: 18px 22px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  font-weight: 900;
  letter-spacing: 1px;
}

.winner-hero-text {
  padding: 22px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.82);
  color: #fff !important;
  line-height: 1.8;
  text-align: left;
  backdrop-filter: blur(2px);
}

.winner-hero-text p {
  margin: 0 0 12px;
  color: #fff !important;
}

.winner-hero-text p:last-child {
  margin: 0;
}

/* =========================================
   OUR SERVICE / PRICING CARD
   ========================================= */
.winner-choice-row {
  margin-top: 18px;
  margin-bottom: 24px;
}

.winner-choice-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.winner-choice-top {
  padding-top: 6px;
  padding-bottom: 14px;
  text-align: center;
}

.winner-choice-price {
  margin-bottom: 12px;
  color: inherit;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.2px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.winner-choice-price span {
  font-size: 18px;
  font-weight: 700;
  opacity: 0.8;
}

.winner-choice-pill {
  display: inline-block;
  min-width: 160px;
  padding: 9px 18px;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.4px;
}

.winner-choice-list {
  flex: 1 1 auto;
  margin: 0;
  padding: 10px 4px 6px;
  color: #2a2a2a;
  font-size: 13px;
  line-height: 1.6;
  list-style: none;
}

.winner-choice-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.winner-choice-list li:first-child {
  border-top: 0;
}

.winner-choice-list .dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 7px;
  border-radius: 50%;
}

.winner-choice-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.winner-choice-btn:hover {
  color: #fff;
  filter: brightness(1.03);
  transform: translateY(-2px);
  text-decoration: none;
}

.winner-choice-btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

/* card theme */
.theme-purple .winner-choice-pill,
.theme-purple .winner-choice-btn {
  background: #6b4a86;
}

.theme-purple .winner-choice-price {
  color: #6b4a86;
}

.theme-purple .dot {
  background: #ff7a00;
}

.theme-blue .winner-choice-pill,
.theme-blue .winner-choice-btn {
  background: #3f66b3;
}

.theme-blue .winner-choice-price {
  color: #3f66b3;
}

.theme-blue .dot {
  background: #3f66b3;
}

.theme-green .winner-choice-pill,
.theme-green .winner-choice-btn {
  background: #4aa000;
}

.theme-green .winner-choice-price {
  color: #4aa000;
}

.theme-green .dot {
  background: #4aa000;
}

.theme-orange .winner-choice-pill,
.theme-orange .winner-choice-btn {
  background: #ff7a00;
}

.theme-orange .winner-choice-price {
  color: #ff7a00;
}

.theme-orange .dot {
  background: #ff7a00;
}

/* =========================================
   PREMIUM FEATURE + LATENCY WRAPPER
   ========================================= */
.winner-feature-latency-wrap {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.winner-feature-latency-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
}

.winner-feature-latency-wrap .winner-pos-rel,
.winner-feature-latency-wrap .container,
.winner-feature-latency-wrap .row,
.winner-feature-latency-wrap .winner-features,
.winner-feature-latency-wrap .winner-latency {
  position: relative;
  z-index: 2;
}

.feature-details,
.latency,
.news-contant .card,
.testimonial-details,
.address,
.contact-us form {
  color: #fff;
}

.feature-details h3,
.latency h3,
.testimonial-details strong,
.address h3,
.news-contant .card-header .btn,
.news-contant .card-body,
.contact-us label {
  color: #fff !important;
}

.feature-details p,
.latency-contant,
.latency-contant p,
.news-contant,
.news-contant p,
.testimonial-details p,
.contact-details,
.contact-details p,
.address p,
.read-more a {
  color: #fff !important;
}

/* =========================================
   FAQ
   ========================================= */
.news-contant .card {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.72);
}

.news-contant .card-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.news-contant .card-header .btn {
  width: 100%;
  padding: 0;
  box-shadow: none !important;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.news-contant .card-header .btn:hover,
.news-contant .card-header .btn:focus {
  color: #fff !important;
  text-decoration: none;
}

/* =========================================
   CONTACT
   ========================================= */
.contact-us .form-control {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.96);
  color: #111;
}

.contact-us .form-control::placeholder {
  color: #666;
}

/* =========================================
   MAP
   ========================================= */
.winner-map {
  position: relative;
  padding: 90px 0;
  background: transparent !important;
}

.winner-map-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.20);
  z-index: 0;
}

.winner-map-box {
  position: relative;
  z-index: 2;
  height: 420px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(0, 0, 40, 0.45);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
}

.winner-map-title {
  padding-top: 22px;
  color: rgba(120, 190, 255, 0.75);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 2px;
  text-align: center;
}

.winner-marker {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: rgba(0, 150, 255, 0.35);
  box-shadow: 0 0 0 6px rgba(0, 150, 255, 0.20);
}

.winner-marker.m1 { left: 12%; top: 38%; }
.winner-marker.m2 { left: 18%; top: 50%; }
.winner-marker.m3 { left: 45%; top: 42%; }
.winner-marker.m4 { left: 70%; top: 56%; }
.winner-marker.m5 { left: 76%; top: 66%; }
.winner-marker.m6 { left: 82%; top: 60%; }

/* =========================================
   GENERAL LINKS
   ========================================= */
.winner-homepage a {
  color: #fff;
}

.winner-homepage a:hover {
  color: #d9e8ff;
  text-decoration: none;
}

/* =========================================
   FOOTER
   ========================================= */
.winner-footer {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 70px 0 40px;
  background: #000;
  color: #fff;
}

.winner-footer .footer-block {
  height: 100%;
}

.winner-footer .footer-title {
  margin-bottom: 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.winner-footer .footer-links {
  margin: 0;
  padding: 0;
}

.winner-footer .footer-links li {
  margin-bottom: 10px;
}

.winner-footer .footer-links li:last-child {
  margin-bottom: 0;
}

.winner-footer .footer-links a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.6;
  text-decoration: none;
  transition: all 0.25s ease;
}

.winner-footer .footer-links a:hover {
  padding-left: 4px;
  color: #fff;
  text-decoration: none;
}

.twitter-feed-output {
  min-height: 120px;
}

.twitter-feed-output img {
  max-width: 100%;
  height: auto;
}

.winner-copyright {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 20px 0 30px;
  background: #000;
  color: rgba(255, 255, 255, 0.85);
}

.winner-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.winner-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #2ea3ff;
  color: #000;
  font-size: 22px;
  text-decoration: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.winner-social a:hover {
  opacity: 0.9;
  transform: translateY(-3px);
  text-decoration: none;
}

.winner-copyright p {
  margin: 0;
  font-size: 14px;
}

/* =========================================
   RESPONSIVE
   ========================================= */
@media (max-width: 991px) {
  .winner-hero-text {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .winner-section-title h2,
  .service-title h2,
  .winner-section-title--light h2 {
    padding: 14px 18px;
    font-size: 28px;
  }

  .winner-section-title p,
  .service-title p,
  .winner-section-title--light p {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .winner-footer {
    padding: 50px 0 25px;
  }

  .winner-footer .footer-title {
    margin-bottom: 14px;
    font-size: 17px;
  }

  .winner-footer .footer-links a {
    font-size: 14px;
  }

  .winner-social a {
    width: 46px;
    height: 46px;
    font-size: 19px;
  }
}

/* =========================================================
   WORLDWIDE PRESENCE
   ========================================================= */

.winner-map{
  position: relative;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.winner-map-overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 18, 44, 0.45);
  z-index: 1;
}

.winner-pos-rel{
  position: relative;
  z-index: 2;
}

.winner-map-head{
  padding: 50px 15px 18px;
}

.winner-map-head h2{
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1px;
}

.winner-map-head p{
  margin-bottom: 0;
}

.winner-map-head a{
  color: #9fc4ff;
  text-decoration: none;
}

.winner-map-head a:hover{
  color: #ffffff;
  text-decoration: underline;
}

.winner-map-box{
  position: relative;
  width: 100%;
  height: 720px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.winner-map-title{
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
}

.winner-map-title a{
  color: #2d73c9;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: underline;
  letter-spacing: 1px;
}

.winner-map-title a:hover{
  color: #5aa0ff;
}

/* marker */
.winner-marker{
  position: absolute;
  width: 34px;
  height: 34px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.winner-marker:after{
  content: attr(data-label);
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  background: rgba(7, 13, 30, 0.94);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 7px 10px;
  border-radius: 20px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
  pointer-events: none;
}

.winner-marker:hover:after{
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}

/* posisi marker */
.winner-marker.m1{
  top: 20%;
  left: 19%;
} /* Canada */

.winner-marker.m2{
  top: 32%;
  left: 14%;
} /* Los Angeles */

.winner-marker.m3{
  top: 28%;
  left: 22%;
} /* NYC */

.winner-marker.m4{
  top: 25%;
  left: 50%;
} /* France */

.winner-marker.m5{
  top: 46%;
  left: 77%;
} /* Singapore */

.winner-marker.m6{
  top: 48%;
  left: 76%;
} /* Indonesia */

@media (max-width: 1199.98px){
  .winner-map-box{
    height: 620px;
  }

  .winner-map-title a{
    font-size: 54px;
  }
}

@media (max-width: 991.98px){
  .winner-map-head{
    padding: 42px 15px 14px;
  }

  .winner-map-head h2{
    font-size: 30px;
  }

  .winner-map-box{
    height: 500px;
    background-size: contain;
  }

  .winner-map-title a{
    font-size: 42px;
  }

  .winner-marker{
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 767.98px){
  .winner-map-box{
    height: 360px;
  }

  .winner-map-title{
    top: 8px;
  }

  .winner-map-title a{
    font-size: 28px;
  }

  .winner-marker{
    width: 22px;
    height: 22px;
  }

  .winner-marker:after{
    font-size: 10px;
    padding: 5px 8px;
    bottom: 24px;
  }

  .winner-marker:hover:after{
    bottom: 28px;
  }
}

/* ======================================
   TESTIMONIAL POLISH
   ====================================== */

.winner-testimonial {
  position: relative;
  padding: 110px 0 95px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.winner-testimonial-title {
  text-align: center;
  margin-bottom: 42px;
}

.winner-testimonial-title span {
  display: inline-block;
  padding: 14px 54px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.1;
}

.winner-testimonial-item {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.winner-testimonial-avatar {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 20px;
  border: 4px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.winner-testimonial-rating {
  margin-bottom: 18px;
  color: #57b7ff;
  font-size: 18px;
  letter-spacing: 3px;
}

.winner-testimonial-text {
  max-width: 760px;
  margin: 0 auto 18px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 17px;
  line-height: 1.9;
  font-weight: 400;
}

.winner-testimonial-author {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.testimonial-slider .carousel-inner {
  min-height: 360px;
}

@media (max-width: 991.98px) {
  .winner-testimonial {
    padding: 90px 0 80px;
  }

  .winner-testimonial-title span {
    font-size: 28px;
    padding: 12px 38px;
  }

  .winner-testimonial-text {
    font-size: 16px;
    line-height: 1.8;
  }

  .winner-testimonial-avatar {
    width: 96px;
    height: 96px;
  }
}

@media (max-width: 575.98px) {
  .winner-testimonial {
    padding: 72px 0 68px;
  }

  .winner-testimonial-title {
    margin-bottom: 30px;
  }

  .winner-testimonial-title span {
    font-size: 22px;
    padding: 10px 22px;
    letter-spacing: 1px;
  }

  .winner-testimonial-avatar {
    width: 82px;
    height: 82px;
    margin-bottom: 16px;
  }

  .winner-testimonial-rating {
    font-size: 15px;
    letter-spacing: 2px;
  }

  .winner-testimonial-text {
    font-size: 15px;
    line-height: 1.75;
    padding: 0 10px;
  }

  .winner-testimonial-author {
    font-size: 16px;
  }

  .testimonial-slider .carousel-indicators {
    bottom: -42px;
  }

  .testimonial-slider .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }
}

/* ======================================
   TESTIMONIAL CAROUSEL INDICATORS
   ====================================== */

.testimonial-slider .carousel-indicators {
  bottom: -52px;
  margin-bottom: 0;
}

.testimonial-slider .carousel-indicators li {
  width: 14px;
  height: 14px;
  margin: 0 7px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.9);
  opacity: 1;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

.testimonial-slider .carousel-indicators li:hover {
  background-color: rgba(255, 255, 255, 0.28);
  transform: scale(1.08);
}

.testimonial-slider .carousel-indicators .active {
  background-color: #ffffff;
  border-color: #ffffff;
  transform: scale(1.12);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
}

/* BACKGROUND */
.lg-page {
  background: #000;
  padding: 40px 0;
  min-height: 100vh;
}

/* TITLE */
.lg-title h1 {
  color: #fff;
  font-weight: 300;
}

.lg-line {
  width: 80px;
  height: 3px;
  background: #18a8f3;
  margin: 10px auto;
}

/* WRAPPER */
.lg-wrapper {
  background: #1e9be3;
  padding: 50px;
  max-width: 1000px;
  margin: auto;
}

.lg-inner {
  background: #eee;
  padding: 40px;
}

.lg-heading {
  color: #4e84c8;
  margin-bottom: 20px;
}

/* BOX */
.lg-box {
  background: #e5e5e5;
  padding: 20px;
  margin-bottom: 20px;
}

.lg-box h3 {
  color: #4e84c8;
  margin-bottom: 15px;
}

/* ROW */
.lg-row {
  margin-bottom: 10px;
}

.lg-row label {
  display: inline-block;
  width: 180px;
}

/* FORM */
.lg-form {
  display: flex;
  gap: 10px;
}

.lg-form input,
.lg-form select {
  padding: 8px;
}

.lg-form button {
  background: #4d82c5;
  color: #fff;
  border: none;
  padding: 8px 15px;
}

/* RESULT */
.lg-result {
  background: #fff;
  padding: 15px;
  margin-top: 15px;
}

/* ERROR */
.lg-error {
  color: red;
  margin-top: 10px;
}

/* FOOTER */
.lg-footer {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

/* =========================
   LOOKING GLASS PAGE
   ========================= */

.winner-lg-page {
  background: #000;
  min-height: 100vh;
  padding: 30px 0 70px;
}

.winner-page-title {
  margin-bottom: 40px;
}

.winner-page-title h1 {
  color: #fff;
  font-size: 38px;
  font-weight: 300;
  margin: 0;
  letter-spacing: 0.3px;
}

.winner-page-title-line {
  display: block;
  width: 96px;
  height: 3px;
  background: #18a8f3;
  margin: 16px auto 0;
}

.winner-lg-shell {
  max-width: 1080px;
  margin: 0 auto;
  background: #1698e5;
  padding: 56px 58px;
}

.winner-lg-panel {
  background: #ececec;
  padding: 42px 46px 36px;
}

.winner-lg-main-title {
  color: #4e84c8;
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 26px;
}

.winner-lg-box {
  background: #e3e3e3;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  padding: 22px 24px 20px;
  margin-bottom: 26px;
}

.winner-lg-box-title {
  font-size: 22px;
  color: #4e84c8;
  font-weight: 600;
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d8d8d8;
}

.winner-lg-info-row {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.winner-lg-info-row label {
  width: 170px;
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.winner-lg-info-value,
.winner-lg-text,
.winner-lg-links {
  flex: 1;
  min-width: 220px;
  font-size: 16px;
  color: #333;
}

.winner-lg-select {
  max-width: 280px;
  height: 40px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  box-shadow: none;
}

.winner-lg-links a {
  color: #5b87cb;
  margin-right: 10px;
  text-decoration: none;
}

.winner-lg-links a:hover {
  text-decoration: underline;
}

.winner-lg-ip strong {
  font-weight: 700;
}

.winner-lg-test-form {
  margin-top: 6px;
}

.winner-lg-test-row {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.winner-lg-input {
  max-width: 300px;
  height: 40px;
  border: 1px solid #cfcfcf;
  box-shadow: none;
}

.winner-lg-type {
  width: 140px;
  height: 40px;
  border: 1px solid #cfcfcf;
  box-shadow: none;
}

.winner-lg-run-btn {
  background: linear-gradient(to bottom, #7db0e6, #4d82c5);
  color: #fff;
  border: 1px solid #4d82c5;
  padding: 8px 18px;
  height: 40px;
  line-height: 22px;
  border-radius: 4px;
  font-size: 15px;
}

.winner-lg-run-btn:hover,
.winner-lg-run-btn:focus {
  color: #fff;
  background: linear-gradient(to bottom, #6fa7e2, #4278be);
}

.winner-lg-alert {
  margin-top: 18px;
}

.winner-lg-result-wrap {
  margin-top: 18px;
}

.winner-lg-result {
  background: #f8f8f8;
  border: 1px solid #ccc;
  padding: 16px;
  color: #222;
  font-size: 14px;
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: break-word;
  border-radius: 4px;
  margin: 0;
}

.winner-lg-footer {
  border-top: 1px solid #d5d5d5;
  margin-top: 46px;
  padding-top: 26px;
  font-size: 15px;
  color: #444;
}

.winner-lg-footer a {
  color: #5b87cb;
  text-decoration: none;
}

.winner-lg-footer a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .winner-lg-shell {
    padding: 30px;
  }

  .winner-lg-panel {
    padding: 28px;
  }

  .winner-lg-main-title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .winner-page-title h1 {
    font-size: 30px;
  }

  .winner-lg-shell {
    padding: 18px;
  }

  .winner-lg-panel {
    padding: 18px;
  }

  .winner-lg-main-title {
    font-size: 24px;
  }

  .winner-lg-info-row {
    display: block;
  }

  .winner-lg-info-row label {
    width: 100%;
    margin-bottom: 8px;
  }

  .winner-lg-test-row {
    display: block;
  }

  .winner-lg-input,
  .winner-lg-type,
  .winner-lg-run-btn {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.winner-legal-page {
    position: relative;
    padding: 110px 0 80px;
    background: #000;
    color: #fff;
    min-height: 100vh;
    z-index: 1;
}

.winner-legal-head {
    margin-bottom: 70px;
}

.winner-legal-head h1 {
    margin: 0;
    color: #fff;
    font-size: 58px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.winner-legal-line {
    display: inline-block;
    width: 110px;
    height: 3px;
    margin-top: 20px;
    background: #12a8ff;
    border-radius: 2px;
}

.winner-legal-content {
    max-width: 1320px;
    margin: 0 auto;
}

.winner-legal-content p,
.winner-legal-content li {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
}

.winner-legal-content p {
    margin: 0 0 22px;
}

.winner-legal-content h2 {
    margin: 45px 0 18px;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
}

.winner-legal-content ul {
    margin: 0 0 25px 22px;
    padding: 0;
}

.winner-legal-content li {
    margin-bottom: 10px;
}

.winner-legal-content a {
    color: #12a8ff;
    text-decoration: none;
}

.winner-legal-content a:hover {
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .winner-legal-page {
        padding: 70px 0 50px;
    }

    .winner-legal-head {
        margin-bottom: 40px;
    }

    .winner-legal-head h1 {
        font-size: 34px;
    }

    .winner-legal-line {
        width: 80px;
        margin-top: 15px;
    }

    .winner-legal-content p,
    .winner-legal-content li {
        font-size: 16px;
        line-height: 1.75;
    }

    .winner-legal-content h2 {
        font-size: 24px;
        margin: 32px 0 14px;
    }
}