﻿
:root {
  --bg: #0B0016;
  --primary: #7C3AED;
  --secondary: #EC4899;
  --text: #FFFFFF;
  --button: #9333EA;
}

body {
  background: none;
  color: var(--text);
}

.top-left-layout {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.left-vertical-banner {
  width: 214px;
  background:
    radial-gradient(circle at top right, rgba(236, 72, 153, 0.22), transparent 45%),
    linear-gradient(180deg, rgba(14, 4, 32, 0.98), rgba(11, 0, 22, 0.98));
  border-right: 2px solid rgba(236, 72, 153, 0.7);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 10px 10px 12px;
  flex: 0 0 214px;
  box-shadow: 0 16px 34px rgba(8, 2, 24, 0.52), 0 0 26px rgba(124, 58, 237, 0.22);
  position: relative;
  display: flex;
  flex-direction: column;
}

.left-vertical-banner::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: linear-gradient(180deg, rgba(236, 72, 153, 0), rgba(236, 72, 153, 0.9), rgba(236, 72, 153, 0));
}

.left-vertical-banner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 5px;
}

.left-banner-head {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 700;
  color: #ffffff;
  margin: 2px 4px 9px;
  padding: 7px 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(124, 58, 237, 0.72), rgba(236, 72, 153, 0.72));
  box-shadow: 0 8px 16px rgba(124, 58, 237, 0.25);
}

.left-vertical-banner li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  padding: 6px 7px;
  border-radius: 9px;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.left-vertical-banner li a {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.left-vertical-banner li:hover {
  background: linear-gradient(90deg, rgba(124, 58, 237, 0.22), rgba(236, 72, 153, 0.18));
  box-shadow: inset 0 0 0 1px rgba(236, 72, 153, 0.32);
  transform: translateX(2px);
}

.left-vertical-banner .sport-icon {
  width: 24px;
  text-align: center;
  font-size: 19px;
  line-height: 1;
  filter: drop-shadow(0 0 6px rgba(236, 72, 153, 0.28));
}

.top-main-content {
  min-width: 0;
  flex: 1;
}

.bg-black {
  background-color: var(--bg) !important;
}

@media (max-width: 1199px) {
  .left-vertical-banner {
    width: 188px;
    flex-basis: 188px;
  }

  .left-vertical-banner li {
    font-size: 14px;
    padding: 6px;
  }

  .left-vertical-banner .sport-icon {
    width: 22px;
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .left-vertical-banner {
    display: none;
  }
}

.text-danger {
  color: var(--primary) !important;
}

    .navbar {
      background-color: var(--bg);
      border-bottom: 2px solid #7C3AED;
    }

    @media (min-width: 992px) {
      .navbar .container-fluid {
        justify-content: space-between;
        gap: 20px;
      }

      .navbar-brand {
        margin-right: 12px;
      }

      .navbar-collapse {
        flex-grow: 1;
        position: relative;
      }

      .navbar-nav {
        justify-content: center;
        align-items: center;
        margin: 0 auto;
      }

      .navbar-cta {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
      }
    }

    @media (max-width: 991px) {
      .navbar-cta {
        margin-top: 10px;
      }
    }

    .navbar-brand {
      color: #7C3AED !important;
    }

    .brand-logo {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      text-decoration: none;
    }

    .brand-mark {
      width: 34px;
      height: 34px;
      border-radius: 11px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(145deg, #9333EA, #EC4899);
      box-shadow: 0 0 14px rgba(236, 72, 153, 0.45);
      transform: rotate(-8deg);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .brand-mark i {
      color: #FFFFFF;
      font-size: 15px;
    }

    .brand-text {
      font-family: "Orbitron", "Rajdhani", sans-serif;
      font-size: 31px;
      font-weight: 800;
      letter-spacing: 0.9px;
      line-height: 1;
      text-transform: uppercase;
      background: linear-gradient(90deg, #FFFFFF 0%, #EC4899 48%, #7C3AED 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      text-shadow: 0 0 18px rgba(124, 58, 237, 0.35);
    }

    .brand-text em {
      font-style: normal;
      color: #FFFFFF;
      background: #9333EA;
      border: 1px solid rgba(255, 255, 255, 0.35);
      border-radius: 8px;
      padding: 2px 8px;
      margin-left: 4px;
      font-size: 0.62em;
      letter-spacing: 1.2px;
      vertical-align: middle;
      text-shadow: none;
      box-shadow: 0 0 10px rgba(147, 51, 234, 0.55);
    }

    .brand-logo:hover .brand-mark {
      transform: rotate(0deg) scale(1.06);
      box-shadow: 0 0 20px rgba(236, 72, 153, 0.75);
    }

    .brand-logo:hover .brand-text {
      filter: brightness(1.1);
    }

    .navbar-nav .nav-link {
      color: white !important;
      font-weight: 500;
      font-size: 18px;
      margin: 0 12px;
    }

    .navbar-nav .nav-link:hover {
      color: #7C3AED !important;
    }

    .nav-button {
      background-color: var(--button);
      border: none;
      padding: 9px 18px;
      border-radius: 20px;
      color: white;
      font-weight: bold;
      font-size: 16px;
      transition: 0.3s;
    }

    .nav-button:hover {
      background-color: var(--primary);
    }

/* BANNER */

.hero h1, .hero h2 {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}


.hero-banner {
  background: url('/images/banner1.webp') center center/cover no-repeat;
  padding: clamp(100px, 18vh, 180px) 20px clamp(90px, 16vh, 160px);
  min-height: clamp(420px, 78vh, 620px);
  text-align: center;
  position: relative;
  animation: fadeIn 2s ease-in-out;
}

.hero-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35); /* lighter overlay for brighter banner */
  z-index: 1;
}

.hero-banner .container {
  position: relative;
  z-index: 2;
}

.dxb-register-hero {
  background: #e9e9ee;
  min-height: 680px;
  padding: clamp(34px, 5vw, 52px) 18px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.dxb-register-hero::after {
  display: none;
}

.dxb-register-wrap {
  width: min(100%, 650px);
  color: #0f172a;
}

.dxb-register-wrap h1 {
  margin: 0 0 16px;
  text-align: center;
  font-size: clamp(32px, 4.6vw, 42px);
  font-weight: 700;
  line-height: 1.1;
}

.dxb-register-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.dxb-mobile-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: stretch;
  border: 1px solid #cbcbd3;
  border-radius: 10px;
  overflow: hidden;
  background: #f8f8fb;
}

.dxb-code-btn,
.dxb-mobile-row input,
.dxb-otp-btn {
  border: none;
  background: transparent;
  height: 50px;
}

.dxb-code-btn {
  padding: 0 14px;
  font-size: 16px;
  border-right: 1px solid #d7d7de;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dxb-mobile-row input {
  width: 100%;
  min-width: 0;
  padding: 0 14px;
  font-size: 16px;
  color: #2b3340;
}

.dxb-mobile-row input::placeholder {
  color: #6d7480;
}

.dxb-otp-btn {
  background: #f4bb19;
  color: #111827;
  font-size: 16px;
  font-weight: 700;
  padding: 0 18px;
}

.dxb-inline-link {
  margin: 0;
  text-align: right;
  font-size: 15px;
}

.dxb-inline-link a {
  color: #111827;
  text-decoration: underline;
}

.dxb-input-wrap {
  display: grid;
  grid-template-columns: 40px 1fr 44px;
  align-items: center;
  border: 1px solid #cbcbd3;
  border-radius: 10px;
  background: #f8f8fb;
  height: 50px;
}

.dxb-input-wrap > i {
  text-align: center;
  color: #6a6671;
  font-size: 18px;
}

.dxb-input-wrap input {
  border: none;
  background: transparent;
  width: 100%;
  min-width: 0;
  font-size: 16px;
  color: #2b3340;
}

.dxb-input-wrap input::placeholder {
  color: #6d7480;
}

.dxb-eye-btn {
  border: none;
  background: transparent;
  color: #111827;
  font-size: 20px;
}

.dxb-register-btn {
  margin-top: 2px;
  height: 50px;
  border: none;
  border-radius: 6px;
  background: #f4bb19;
  color: #111827;
  font-size: 18px;
  font-weight: 700;
}

.dxb-whatsapp-label {
  margin: 16px 0 10px;
  text-align: center;
  font-size: clamp(18px, 2.2vw, 28px);
  color: #1f2937;
}

.dxb-whatsapp-btn {
  height: 50px;
  border-radius: 6px;
  background: #4caf50;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.dxb-whatsapp-btn:hover {
  color: #ffffff;
  filter: brightness(1.05);
}

.dxb-whatsapp-btn i {
  font-size: 24px;
}

.dxb-or-row {
  margin: 16px 0 12px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  color: #1f2937;
  font-size: 18px;
}

.dxb-or-row::before,
.dxb-or-row::after {
  content: "";
  height: 1px;
  background: #c4c5cc;
}

.dxb-social-row {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.dxb-social {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-decoration: none;
}

.dxb-social.insta {
  background: linear-gradient(135deg, #f58529, #dd2a7b 50%, #8134af 75%, #515bd4);
}

.dxb-social.telegram {
  background: linear-gradient(135deg, #31a8e0, #1877c8);
}

.dxb-social.youtube {
  background: linear-gradient(135deg, #ff3d3d, #d50000);
}

.dxb-social.facebook {
  background: linear-gradient(135deg, #3b5998, #1877f2);
}

.dxb-login-text {
  margin: 12px 0 0;
  text-align: center;
  font-size: clamp(14px, 2.5vw, 16px);
  color: #1f2937;
}

.dxb-login-text a {
  color: #0b39d8;
  text-decoration: underline;
}

.fairplay-login-hero {
  background:
    linear-gradient(rgba(8, 16, 34, 0.58), rgba(8, 16, 34, 0.58)),
    url('/images/fairplay-banner-bg.webp') center center/cover no-repeat;
  min-height: 760px;
  padding: clamp(24px, 4vw, 40px) 14px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.fairplay-login-hero::after {
  display: none;
}

.fairplay-login-card {
  width: min(100%, 580px);
  background: linear-gradient(180deg, rgba(11, 16, 29, 0.84), rgba(8, 11, 20, 0.86));
  border: 1px solid rgba(255, 116, 24, 0.7);
  border-radius: 8px;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.4);
  padding: 22px 28px 24px;
  backdrop-filter: blur(2px);
}

.fairplay-login-logo {
  width: min(100%, 230px);
  display: block;
  margin: 0 auto 14px;
  object-fit: contain;
}

.fairplay-login-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 16px;
}

.fairplay-login-tabs button {
  border: none;
  height: 42px;
  font-size: 17px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
}

.fairplay-login-tabs button.active {
  background: #5c361f;
  color: #ff7a1a;
}

.fairplay-login-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fairplay-mobile-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.fairplay-code-btn {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(9, 17, 32, 0.8);
  color: #ffffff;
  border-radius: 6px;
  height: 48px;
  padding: 0 14px;
  font-size: 17px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.fairplay-mobile-row input {
  height: 48px;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 17px;
  padding: 0 14px;
}

.fairplay-mobile-row input::placeholder,
.fairplay-password-row input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.fairplay-auth-mode {
  display: flex;
  gap: 14px;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.fairplay-auth-mode label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.fairplay-auth-mode input {
  accent-color: #ff7a1a;
}

.fairplay-password-row {
  display: grid;
  grid-template-columns: 34px 1fr 40px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
}

.fairplay-password-row > i {
  font-size: 22px;
}

.fairplay-password-row input {
  height: 48px;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 17px;
}

.fairplay-eye-btn {
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 21px;
}

.fairplay-forgot {
  margin: -4px 0 2px;
  text-align: right;
}

.fairplay-forgot a {
  color: #ff7a1a;
  font-size: 17px;
  text-decoration: none;
  font-weight: 600;
}

.fairplay-login-btn,
.fairplay-demo-btn {
  height: 48px;
  border-radius: 6px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.fairplay-login-btn {
  background: #f97316;
}

.fairplay-demo-btn {
  background: #4caf50;
}

.fairplay-or {
  margin: 12px 0 10px;
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
}

.fairplay-telegram {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0 auto;
  background: #1da1f2;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
}

.fairplay-register {
  margin: 14px 0 0;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}

.fairplay-register a {
  color: #ff7a1a;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .fairplay-login-hero {
    padding: 14px 10px;
    min-height: 650px;
  }

  .fairplay-login-card {
    width: min(100%, 520px);
    padding: 16px 14px 18px;
  }

  .fairplay-login-tabs button,
  .fairplay-mobile-row input,
  .fairplay-password-row input {
    font-size: 15px;
  }

  .fairplay-code-btn {
    height: 44px;
    font-size: 15px;
    padding: 0 10px;
  }

  .fairplay-mobile-row input,
  .fairplay-password-row input,
  .fairplay-login-btn,
  .fairplay-demo-btn {
    height: 44px;
  }

  .fairplay-auth-mode {
    font-size: 15px;
  }

  .fairplay-forgot a {
    font-size: 15px;
  }

  .fairplay-login-btn,
  .fairplay-demo-btn {
    font-size: 14px;
  }

  .fairplay-or {
    font-size: 16px;
  }

  .fairplay-register {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .dxb-register-hero {
    padding: 24px 12px;
  }

  .dxb-register-wrap {
    width: min(100%, 520px);
  }

  .dxb-mobile-row {
    grid-template-columns: auto 1fr;
  }

  .dxb-otp-btn {
    grid-column: 1 / -1;
    border-top: 1px solid #d7d7de;
  }

  .dxb-input-wrap,
  .dxb-mobile-row input,
  .dxb-code-btn,
  .dxb-otp-btn,
  .dxb-register-btn,
  .dxb-whatsapp-btn {
    height: 48px;
  }

  .dxb-register-btn {
    font-size: clamp(16px, 4.8vw, 18px);
  }

  .dxb-whatsapp-btn {
    font-size: clamp(14px, 4.2vw, 16px);
  }

  .dxb-whatsapp-btn i {
    font-size: clamp(20px, 6vw, 24px);
  }

  .dxb-or-row {
    font-size: clamp(16px, 4.8vw, 18px);
  }
}

.gold365-login-hero {
  background:
    radial-gradient(circle at 50% 76%, rgba(255, 255, 255, 0.22), transparent 42%),
    linear-gradient(180deg, #070707 0 14%, #2b0052 14%, #8d2cff 62%, #c06bff 100%);
  padding: 0;
  min-height: 760px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.gold365-login-wrap {
  width: min(100%, 452px);
  display: flex;
  flex-direction: column;
}

.gold365-login-top {
  min-height: 110px;
  background: #0f0f0f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.gold365-login-logo {
  width: clamp(180px, 32vw, 290px);
  max-width: 100%;
  object-fit: contain;
}

.gold365-login-card {
  background: #f6f7fb;
  color: #111111;
  padding: 18px 38px 14px;
  border-radius: 0 0 7px 7px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.33);
}

.lotus-login-hero {
  background: #dbdbdd;
  min-height: 680px;
  padding: clamp(36px, 6vw, 66px) 18px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.lotus-login-hero::after {
  display: none;
}

.lotus-login-shell {
  position: relative;
  width: min(100%, 560px);
}

.lotus-close {
  position: absolute;
  right: -56px;
  top: 2px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #2f5c66;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.lotus-login-card {
  border-radius: 12px;
  padding: 40px 34px 34px;
  background: linear-gradient(115deg, #06252d, #032129 60%, #02171e);
  box-shadow: 0 18px 30px rgba(7, 18, 24, 0.3);
}

.lotus-login-logo {
  width: min(100%, 200px);
  display: block;
  margin: 0 auto 42px;
  object-fit: contain;
}

.lotus-login-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.lotus-field {
  border-bottom: 2px solid rgba(64, 122, 138, 0.65);
}

.lotus-field input {
  width: 100%;
  height: 38px;
  border: none;
  background: transparent;
  color: #d9e6ea;
  font-size: 16px;
}

.lotus-field input::placeholder {
  color: rgba(188, 204, 209, 0.82);
}

.lotus-login-btn {
  height: 46px;
  border: none;
  border-radius: 4px;
  background: #2f5b68;
  color: #dce7ea;
  font-size: 17px;
  font-weight: 600;
  margin-top: 16px;
}

.lords-login-hero {
  background: linear-gradient(180deg, #d6ba90 0%, #d0b998 43%, #2d3058 100%);
  min-height: 760px;
  padding: clamp(30px, 5vw, 54px) 16px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.lords-login-hero::after {
  display: none;
}

.lords-login-card {
  width: min(100%, 480px);
  background: #eeeeef;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.25);
}

.lords-login-top {
  background: #000000;
  padding: 18px 14px;
}

.lords-logo {
  width: min(100%, 250px);
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.lords-login-body {
  padding: 20px 26px 24px;
  color: #111827;
}

.lords-login-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lords-login-form label {
  font-size: 17px;
  font-weight: 600;
  color: #1f2937;
}

.lords-login-form label span {
  color: #ef4444;
}

.lords-login-form input {
  height: 54px;
  border: 1px solid #cdced1;
  background: #f0f0f2;
  padding: 0 16px;
  font-size: 18px;
  color: #2f3640;
}

.lords-login-form input::placeholder {
  color: #566173;
}

.lords-login-btn,
.lords-support-btn {
  display: block;
  width: 100%;
  height: 56px;
  border: none;
  text-align: center;
  text-decoration: none;
  line-height: 56px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-top: 4px;
}

.lords-login-btn {
  background: #030303;
  color: #ffffff;
}

.lords-support-btn {
  background: #e40f43;
  color: #ffffff;
  margin-top: 8px;
}

.lords-register,
.lords-forgot,
.lords-note,
.lords-handle {
  margin: 0;
  text-align: center;
}

.lords-register {
  margin-top: 14px;
  font-size: 18px;
  color: #1f2937;
}

.lords-register a {
  color: #1f2937;
  text-decoration: none;
}

.lords-forgot {
  margin-top: 6px;
}

.lords-forgot a {
  color: #f97316;
  text-decoration: none;
  font-size: 17px;
}

.lords-note {
  margin-top: 10px;
  color: #253041;
  font-size: 15px;
  line-height: 1.45;
}

.lords-note a {
  color: #f97316;
}

.lords-handle {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
}

@media (max-width: 767px) {
  .lords-login-hero {
    min-height: 620px;
    padding: 20px 10px;
  }

  .lords-login-card {
    width: min(100%, 450px);
  }

  .lords-login-body {
    padding: 14px 14px 18px;
  }

  .lords-login-form label {
    font-size: 16px;
  }

  .lords-login-form input {
    height: 48px;
    font-size: 16px;
  }

  .lords-login-btn,
  .lords-support-btn {
    height: 48px;
    line-height: 48px;
    font-size: 13px;
    letter-spacing: 0.8px;
  }

  .lords-register {
    font-size: 16px;
  }

  .lords-forgot a {
    font-size: 16px;
  }

  .lords-note {
    font-size: 14px;
  }

  .lords-handle {
    font-size: 16px;
  }

  .lotus-login-hero {
    min-height: 560px;
    padding: 20px 12px 24px;
  }

  .lotus-login-shell {
    width: min(100%, 480px);
  }

  .lotus-close {
    right: 0;
    top: -50px;
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .lotus-login-card {
    padding: 26px 18px 22px;
    border-radius: 10px;
  }

  .lotus-login-logo {
    width: min(100%, 170px);
    margin-bottom: 30px;
  }

  .lotus-login-form {
    gap: 18px;
  }

  .lotus-field input {
    font-size: 16px;
  }

  .lotus-login-btn {
    height: 44px;
    font-size: 16px;
    margin-top: 10px;
  }
}

.gold365-login-card h1 {
  margin: 0 0 16px;
  text-align: center;
  font-size: clamp(36px, 4.8vw, 44px);
  font-weight: 500;
  line-height: 1.1;
}

.gold365-login-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.gold365-login-form input {
  width: 100%;
  border: 1px solid #b0b7c3;
  border-radius: 2px;
  height: 60px;
  background: #ffffff;
  color: #2e3238;
  font-size: 17px;
  padding: 0 18px;
}

.gold365-login-form input::placeholder {
  color: #5d636b;
}

.gold365-login-form button {
  border: none;
  border-radius: 6px;
  height: 50px;
  background: linear-gradient(180deg, #111111, #000000);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

.gold365-help-btn {
  display: block;
  margin-top: 22px;
  border-radius: 6px;
  padding: 10px 12px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: linear-gradient(180deg, #b0b3ba, #9499a2);
}

.gold365-help-btn:hover {
  color: #ffffff;
  filter: brightness(1.06);
}

.gold365-register-text,
.gold365-forgot-text,
.gold365-captcha-text,
.gold365-copy {
  text-align: center;
  margin: 0;
}

.gold365-register-text {
  margin-top: 20px;
  font-size: 16px;
}

.gold365-register-text a,
.gold365-forgot-text a,
.gold365-captcha-text a {
  color: #0036ff;
  text-decoration: underline;
}

.gold365-forgot-text {
  margin-top: 4px;
  font-size: 16px;
}

.gold365-captcha-text {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.45;
  color: #222222;
}

.gold365-copy {
  margin-top: 18px;
  font-size: 17px;
  color: #1b1b1b;
}

@media (max-width: 767px) {
  .gold365-login-hero {
    min-height: 100vh;
  }

  .gold365-login-wrap {
    width: min(100%, 520px);
  }

  .gold365-login-card {
    padding: 16px 18px 14px;
    border-radius: 0;
  }

  .gold365-login-form {
    gap: 12px;
  }

  .gold365-login-form input {
    height: 52px;
    font-size: 16px;
  }

  .gold365-login-form button {
    height: 48px;
    font-size: 15px;
  }

  .gold365-help-btn {
    margin-top: 16px;
    font-size: clamp(13px, 3.4vw, 15px);
  }

  .gold365-register-text {
    margin-top: 14px;
    font-size: clamp(15px, 4.4vw, 17px);
  }

  .gold365-forgot-text {
    margin-top: 3px;
    font-size: clamp(15px, 4.3vw, 17px);
  }

  .gold365-captcha-text {
    margin-top: 14px;
    font-size: clamp(13px, 3vw, 14px);
  }

  .gold365-copy {
    margin-top: 14px;
    font-size: clamp(16px, 4.8vw, 17px);
  }
}

.hero-title {
  color:#EC4899;
  font-size: clamp(28px, 4.2vw, 46px);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  animation: slideDown 1s ease forwards;

}

.hero-subtitle {
  color: #fff;
  font-size: clamp(15px, 2.2vw, 20px);
  margin-bottom: 30px;
  animation: fadeIn 2.5s ease;
}

@media (max-width: 991px) {
  .hero-banner {
    min-height: 68vh;
    background-position: center 28%;
  }

  .hero-btn {
    padding: 11px 26px;
  }
}

@media (max-width: 576px) {
  .hero-banner {
    min-height: 60vh;
    padding: 90px 16px 80px;
    background-position: center 32%;
  }

  .hero-title {
    margin-bottom: 14px;
    line-height: 1.2;
  }

  .hero-subtitle {
    margin-bottom: 22px;
  }

  .hero-btn {
    width: 100%;
    max-width: 280px;
    display: inline-block;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .brand-text {
    font-size: 20px;
  }

  .game-slide-card {
    width: 250px;
    height: 142px;
  }
}

@media (max-width: 991px) {
  .game-slide-card {
    width: 280px;
    height: 158px;
  }
}

.hero-btn {
  background-color: var(--button);
  color: white;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
}

.hero-btn:hover {
  background-color: var(--primary);
}

.auto-game-slider {
  background: var(--bg);
  padding: 14px 0 10px;
}

.inner-pages-section {
  background: var(--bg);
  padding: 18px 0 26px;
}

.inner-pages-title {
  color: #ffffff;
  font-size: clamp(20px, 2.6vw, 30px);
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}

.inner-pages-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.inner-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(236, 72, 153, 0.6);
  background: linear-gradient(90deg, rgba(124, 58, 237, 0.2), rgba(236, 72, 153, 0.2));
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.inner-page-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(124, 58, 237, 0.28);
  border-color: rgba(236, 72, 153, 0.95);
}

@media (max-width: 576px) {
  .inner-page-btn {
    min-width: 140px;
    font-size: 13px;
    padding: 9px 14px;
  }
}

.auto-game-slider-double {
  padding-top: 20px;
  padding-bottom: 22px;
}

.slider-title {
  color: var(--secondary);
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: 12px;
  text-align: center;
}

.game-slider-mask {
  overflow: hidden;
  width: min(1400px, 96vw);
  margin: 0 auto;
}

.game-slider-track {
  display: flex;
  gap: 10px;
  width: max-content;
  animation: autoGameSlide 30s linear infinite;
}

.game-slider-track.reverse-slide {
  animation-direction: reverse;
  animation-duration: 34s;
}

.game-slide-card {
  width: 320px;
  height: 180px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 1px rgba(124, 58, 237, 0.35);
  flex: 0 0 auto;
  display: block;
}

.game-slide-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.game-slider-mask:hover .game-slider-track {
  animation-play-state: paused;
}

@keyframes autoGameSlide {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 5px)); }
}

.match-board-section {
  padding: 16px 0;
}

.match-board-wrap {
  border: 1px solid var(--primary);
  border-radius: 12px;
  overflow: hidden;
  background: #120428;
  box-shadow: 0 0 0 1px rgba(124, 58, 237, 0.25);
}

.match-board-head {
  background: #0B0016;
  padding: 12px 14px;
}

.match-board-head h3 {
  margin: 0;
  color: var(--secondary);
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 700;
}

.match-board-icon {
  margin-right: 10px;
}

.match-board-tabs {
  background: linear-gradient(90deg, var(--primary), var(--button));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
}

.match-tab {
  border: 0;
  border-radius: 999px;
  background: rgba(11, 0, 22, 0.35);
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 9px 8px;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.match-tab.active {
  background: #0B0016;
}

.match-board-list {
  background: #120428;
}

.match-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.match-row:first-child {
  border-top: 0;
}

.match-info h4 {
  margin: 0 0 3px;
  color: #f5f5f5;
  font-size: 18px;
  font-weight: 700;
}

.match-info p {
  margin: 0;
  color: #a6a6a6;
  font-size: 13px;
}

.odds-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(92px, 1fr));
  gap: 8px;
  min-width: 200px;
}

.odd {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(90deg, #120b22 0%, #1d1230 100%);
  padding: 8px 8px;
  font-size: 14px;
  font-weight: 700;
}

.odd-back {
  color: #ff9a9a;
}

.odd-lay {
  color: var(--secondary);
}

.cricket-content-section {
  background:
    radial-gradient(circle at top left, rgba(124, 58, 237, 0.2), transparent 45%),
    radial-gradient(circle at bottom right, rgba(236, 72, 153, 0.16), transparent 40%),
    #0B0016;
}

.cricket-content-shell {
  border: 1px solid rgba(124, 58, 237, 0.42);
  background: rgba(13, 4, 30, 0.88);
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 20px 45px rgba(9, 3, 24, 0.45);
}

.content-kicker {
  color: #EC4899;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  margin-bottom: 6px;
  font-weight: 700;
}

.content-title {
  color: #ffffff;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
  margin-bottom: 10px;
}

.content-lead {
  color: #d4d0e2;
  max-width: 980px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
}

.content-subtitle {
  color: #EC4899;
  font-size: clamp(21px, 2.4vw, 28px);
  margin-bottom: 10px;
}

.cricket-content-shell p,
.cricket-content-shell li {
  color: #ddd8eb;
  line-height: 1.75;
  font-size: 15px;
}

.content-image,
.content-break-img img {
  width: 100%;
  border: 1px solid rgba(124, 58, 237, 0.55);
  box-shadow: 0 14px 30px rgba(8, 2, 24, 0.4);
  object-fit: cover;
}

.content-break-img img {
  height: clamp(200px, 30vw, 290px);
}

.feature-pill {
  height: 100%;
  border: 1px solid rgba(236, 72, 153, 0.34);
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(124, 58, 237, 0.2), rgba(236, 72, 153, 0.08));
  padding: 16px;
}

.feature-pill h4 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 8px;
}

.feature-pill p {
  margin-bottom: 0;
}

.content-steps {
  margin-bottom: 12px;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .cricket-content-shell {
    padding: 16px;
    border-radius: 12px;
  }

  .content-lead {
    font-size: 15px;
  }

  .content-break-img img {
    height: 185px;
  }
}

.betting-faq-section {
  background: radial-gradient(circle at top right, rgba(124, 58, 237, 0.25), #0B0016 45%);
}

.faq-shell {
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid rgba(124, 58, 237, 0.45);
  border-radius: 16px;
  background: rgba(11, 0, 22, 0.82);
  box-shadow: 0 12px 34px rgba(7, 2, 18, 0.45);
  padding: 22px;
}

.faq-head h2 {
  color: var(--secondary);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 6px;
}

.faq-head p {
  color: #c9c9d4;
  margin-bottom: 16px;
}

.betting-accordion .accordion-item {
  border: 1px solid rgba(236, 72, 153, 0.25);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(19, 13, 32, 0.95);
  margin-bottom: 12px;
}

.betting-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.betting-accordion .accordion-button {
  background: linear-gradient(90deg, rgba(147, 51, 234, 0.24), rgba(236, 72, 153, 0.08));
  color: #ffffff;
  font-weight: 600;
  border: 0;
  box-shadow: none;
  padding: 15px 16px;
}

.betting-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, rgba(147, 51, 234, 0.45), rgba(236, 72, 153, 0.24));
  color: #ffffff;
}

.betting-accordion .accordion-button::after {
  filter: invert(1) brightness(1.2);
}

.betting-accordion .accordion-body {
  color: #d6d6df;
  line-height: 1.65;
  padding: 14px 16px 16px;
}

@media (max-width: 991px) {
  .match-board-head h3 {
    font-size: 18px;
  }

  .match-info h4 {
    font-size: 16px;
  }

  .match-info p {
    font-size: 12px;
  }

  .odd {
    font-size: 13px;
  }

  .odds-wrap {
    min-width: 184px;
    grid-template-columns: repeat(2, minmax(88px, 1fr));
  }
}

@media (max-width: 767px) {
  .faq-shell {
    border-radius: 12px;
    padding: 14px;
  }

  .faq-head h2 {
    font-size: 24px;
  }

  .betting-accordion .accordion-button {
    font-size: 14px;
    padding: 12px 12px;
  }

  .betting-accordion .accordion-body {
    font-size: 14px;
    padding: 10px 12px 13px;
  }
}

@media (max-width: 767px) {
  .match-board-head {
    padding: 14px 14px;
  }

  .match-board-head h3 {
    font-size: 16px;
  }

  .match-board-tabs {
    padding: 8px;
    gap: 6px;
  }

  .match-tab {
    padding: 8px 6px;
    font-size: 11px;
  }

  .match-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 14px;
  }

  .match-info h4 {
    font-size: 15px;
  }

  .match-info p {
    font-size: 12px;
  }

  .odds-wrap {
    min-width: 0;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .odd {
    font-size: 13px;
    padding: 9px 8px;
  }
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideDown {
  0% { opacity: 0; transform: translateY(-30px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* content below headline */

.tagline-strip {
  background: #0B0016;
  color: #7C3AED;
  font-weight: 600;
  padding: 12px 0;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
}

.tagline-strip span {
  display: inline-block;
  animation: slideLeft 18s linear infinite;
}

@keyframes slideLeft {
  from { transform: translateX(100%); }
  to { transform: translateX(-100%); }
}

.glass-section {
  background: url('/images/blutrf.webp') center center/cover no-repeat;
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.glass-overlay.full-glass {
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  width: 100%;
  padding: 40px 20px;
}

.glass-card.wide {
  background:   rgba(0, 0, 0, 0.7);
  border: 1px solid #7C3AED;
  border-radius: 0;
  padding: 40px 20px;
  color: #fff;
  text-align: center;
  box-shadow: inset 0 0 40px rgba(147, 51, 234, 0.12);
  animation: fadeInUp 1.2s ease forwards;
  width: 100%;
}

.glass-card.wide h2 {
  font-size: 30px;
  color: #7C3AED;
  margin-bottom: 12px;
  font-weight: bold;
}

.glass-card.wide p {
  font-size: 16px;
  color: #ddd;
  margin-bottom: 20px;
}

.glass-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.glass-tags span {
  background: rgba(236, 72, 153, 0.2);
  border: 1px solid #7C3AED;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 13px;
  color: white;
}

.glass-card.wide {
  /* existing styles... */
  animation: fadeInUp 1s ease-in-out forwards;
  opacity: 0;
  transform: translateY(30px);
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.section-divider {
  height: 3px;
  background: linear-gradient(to right, #7C3AED, #EC4899);
  width: 100%;
  border-radius: 6px;
}

/* Vertical spacoing*/




/* SPLIT IMAGE + TEXT SECTION */


.split-section {
  margin-top: 0;
}

.split-img {
  background: url('/images/betting6.webp') center center/cover no-repeat;
  min-height: 320px;
}
.second-img {
  background: url('/images/betting4.webp') center center/cover no-repeat;
  min-height: 320px;
}

body.page-dubaiexch365 .split-img {
  background-image: url('/images/dubaiexch365-img.jpeg');
}

body.page-dubaiexch365 .second-img {
  background-image: url('/images/dubaiexch365-img2.jpeg');
}

body.page-fairplay .split-img {
  background-image: url('/images/fairplay-img.webp');
}

body.page-fairplay .second-img {
  background-image: url('/images/fairplay-img2.webp');
}

body.page-gold365 .split-img {
  background-image: url('/images/gold365-img2.webp');
}

body.page-gold365 .second-img {
  background-image: url('/images/gold365-img3.webp');
}

body.page-lordsexch .split-img {
  background-image: url('/images/lordsexch-img.webp');
}

body.page-lordsexch .second-img {
  background-image: url('/images/lordsexch-img2.webp');
}

body.page-lotus247 .split-img {
  background-image: url('/images/lotus247-img.png');
}

body.page-lotus247 .second-img {
  background-image: url('/images/lotus247-img2.webp');
}


.split-text {
  background: #0B0016;
  color: white;
}

.split-text h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}

.split-text p {
  font-size: 15px;
  color: #ccc;
  line-height: 1.6;
}



.features-section {
  background: #0B0016;
  color: white;
  border-top: 1px solid #7C3AED;
  border-bottom: 1px solid #7C3AED;
}

.features-section h2 {
  font-weight: bold;
  animation: fadeIn 1.2s ease-in-out;
}

.features-section h4 {
  color: #7C3AED;
  margin-bottom: 10px;
}

.features-section p {
  font-size: 15px;
  color: #ccc;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.buzz-strip {
  background: linear-gradient(to right, #0B0016, #7C3AED);
  font-weight: bold;
  letter-spacing: 0.5px;
  border-top: 1px solid #7C3AED;
  border-bottom: 1px solid #7C3AED;
  animation: scrollIn 1s ease;
}

@keyframes scrollIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.tease-intro {
  background: #0B0016;
  border-top: 2px solid #7C3AED;
  border-bottom: 2px solid #7C3AED;
}





/* content */
.luxury-section {
  background-color: #0B0016;
  border-top: 1px solid #7C3AED;
  padding-bottom: 60px;
}

.luxury-section h2,
.luxury-section h3 {
  font-weight: bold;
}

.luxury-section .icon-box h4 {
  color: #EC4899;
  margin-bottom: 10px;
}

.luxury-section .icon-box p {
  color: #ccc;
  font-size: 15px;
}

.full-paragraph p,
.full-paragraph ul {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.6;
}

.full-paragraph ul {
  padding-left: 1.2rem;
}

.animate-fadein {
  animation: fadeInUp 1s ease-in-out;
}

.animate-fadein-slow {
  animation: fadeInUp 1.4s ease-in-out;
}

.animate-zoom {
  animation: zoomIn 1s ease-in-out;
}

.animate-zoom.delay-1 {
  animation-delay: 0.2s;
}

.animate-zoom.delay-2 {
  animation-delay: 0.4s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}


/* Footer Styling */

  .footer-title {
    color: #7C3AED;
    font-size: 1.25rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 1rem;
  }

  .footer-title::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #7C3AED;
    bottom: -8px;
    left: 0;
    border-radius: 50px;
  }

  .footer-text {
    font-size: 0.9rem;
    color: #ccc;
    line-height: 1.6;
  }

  .footer-links li {
    margin-bottom: 8px;
  }

  .footer-links a {
    color: #bbb;
    text-decoration: none;
    transition: 0.3s ease;
  }

  .footer-links a:hover {
    color: #7C3AED;
    padding-left: 5px;
  }

  .social-icons a {
    color: white;
    font-size: 1.4rem;
    margin-right: 20px;
    transition: transform 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
  }

  .social-icons .bi-whatsapp {
    color: #25D366;
  }

  .social-icons .bi-whatsapp:hover {
    color: #34e27a;
    text-shadow: 0 0 8px rgba(37, 211, 102, 0.8);
  }

  .glow-icon:hover {
    color: #7C3AED;
    transform: scale(1.2);
    text-shadow: 0 0 8px #7C3AED;
  }

  /* Fade In Animation */
  .animate-fade-up {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 1s ease forwards;
  }

  @keyframes fadeUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

/* Escort Pro Card Styling */
      .escort-pro-card {
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        height: 400px;
        transition: all 0.3s ease;
        box-shadow: 0 0 15px rgba(255, 20, 147, 0.15);
        
      }

      .escort-pro-card:hover {
        box-shadow: 0 0 30px rgba(255, 20, 147, 0.5);
        transform: scale(1.02);
      }

      .escort-pro-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }

      .escort-info-glass {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 15px;
        backdrop-filter: blur(10px);
        background: rgba(255, 20, 147, 0.3);
        color: white;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
      }

      .escort-info-glass h5 {
        font-weight: bold;
        margin-bottom: 6px;
        text-transform: uppercase;
        letter-spacing: 1px;
      }

      .escort-whatsapp {
        position: absolute;
        bottom: 10px;
        right: 10px;
        z-index: 10;
      }

      .escort-whatsapp img {
        width: 36px;
        height: 36px;
        animation: pulse 2s infinite;
      }

      @keyframes pulse {
        0% {
          transform: scale(1);
        }

        50% {
          transform: scale(1.15);
        }

        100% {
          transform: scale(1);
        }
      }

      @media (max-width: 768px) {
        .escort-pro-card {
          height: 320px;
        }

        .escort-info-glass {
          font-size: 13px;
          padding: 10px;
        }

        .escort-whatsapp img {
          width: 30px;
          height: 30px;
        }
      }
  

      .flip-card-wrapper {
        height: 370px;
        width: 100%;
        perspective: 1000px;
      }

      .flip-card {
        width: 100%;
        height: 100%;
        position: relative;
      }

      .flip-card-inner {
        width: 100%;
        height: 100%;
        transition: transform 0.6s;
        transform-style: preserve-3d;
        position: relative;
      }

      .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
      }

      .flip-card-front,
      .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 12px;
        overflow: hidden;
        backface-visibility: hidden;
        top: 0;
        left: 0;
      }

      .flip-card-back {
        transform: rotateY(180deg);
      }

      /* Image + Overlay Text */
      .flip-card-front img,
      .flip-card-back img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 12px;
      }

      .escort-name-bar {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        background: rgba(255, 20, 147, 0.3);
        backdrop-filter: blur(8px);
        padding: 8px 0;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        color: white;
        text-transform: uppercase;
        font-size: 16px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
      }

      /* Mobile support */
      @media (max-width: 768px) {
        .flip-card-wrapper {
          height: 300px;
        }

        .escort-name-bar {
          font-size: 14px;
          padding: 6px 0;
        }
      }
  
 
      .neon-glow {
        color: #f8f9fa;
        transition: all 0.3s ease;
      }

      .neon-glow:hover {
        color: #7C3AED;
        text-shadow: 0 0 8px #7C3AED, 0 0 16px #EC4899;
      }

      img:hover {
        transform: scale(1.03);
        transition: 0.4s ease;
      }
      
      /* Floating Button Container */
.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Base Button Style */
.float-btn {
  width: 55px;
  height: 55px;
  background: #0B0016;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0 0 15px rgba(147, 51, 234, 0.7);
  transition: transform 0.3s, box-shadow 0.3s;
}

/* Call Button Style */
.call-btn {
  background: radial-gradient(circle, #9333EA 40%, #7C3AED 100%);
  box-shadow: 0 0 15px rgba(147, 51, 234, 0.9);
}

/* WhatsApp Button Style */
.whatsapp-btn {
  background: radial-gradient(circle, #25D366 40%, #128C4A 100%);
  box-shadow: 0 0 15px rgba(37, 211, 102, 0.9);
}

/* Hover Effect */
.float-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.9);
}



