
    /*# sourceURL=generate-navigation-branding-inline-css */
img#wpstats {
      display: none
    }
/* GeneratePress Style - Custom CSS */

    /* Base Reset */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: "Helvetica Neue", sans-serif;
      line-height: 1.6;
      background-color: #ffffff;
      color: #333;
    }

    /* Header */
    header {
      background: #f8f9fa;
      padding: 40px 20px;
      text-align: center;
      border-bottom: 1px solid #ddd;
    }

    header h1 {
      font-size: 2.5rem;
      margin-bottom: 10px;
    }

    header p {
      font-size: 1.1rem;
      color: #555;
    }

    /* Navigation */
    nav {
      background-color: #ffffff;
      border-bottom: 1px solid #ddd;
      padding: 10px 20px;
      position: sticky;
      top: 0;
      z-index: 999;
    }

    nav ul {
      display: flex;
      justify-content: center;
      list-style: none;
      flex-wrap: wrap;
    }

    nav ul li {
      margin: 0 15px;
    }

    nav ul li a {
      text-decoration: none;
      color: #333;
      font-weight: 500;
    }

    nav ul li a:hover {
      color: #0073aa;
    }

    /* Sections */
    section {
      padding: 60px 20px;
      border-bottom: 1px solid #eee;
    }

    section h2 {
      font-size: 2rem;
      margin-bottom: 20px;
      color: #222;
    }

    section p {
      max-width: 800px;
      margin: 0 auto;
      font-size: 1rem;
      color: #444;
      text-align: center;
    }

    /* Footer */
    footer {
      background-color: #f1f1f1;
      padding: 30px 20px;
      text-align: center;
      font-size: 0.9rem;
      color: #666;
    }

    /* Button */
    .btn {
      display: inline-block;
      background-color: #0073aa;
      color: #fff;
      padding: 10px 20px;
      text-decoration: none;
      border-radius: 3px;
      font-weight: bold;
    }

    .btn:hover {
      background-color: #005177;
    }

    /* Responsive */
    @media (max-width: 768px) {
      nav ul {
        flex-direction: column;
        align-items: center;
      }

      section h2 {
        font-size: 1.6rem;
      }
    }
.wp-elements-266bce2937779869b8986f1012cd0e5a a:where(:not(.wp-element-button)) {
      color: var(--wp--preset--color--color-background-hover);
    }

    /*# sourceURL=core-block-supports-inline-css */
body {
                    font-family: Arial, sans-serif;
                    margin: 0;
                    padding: 0;
                  }

                  .country-list {
                    display: flex;
                    overflow-x: auto;
                    padding: 10px;
                    background: #fff;
                    white-space: nowrap;
                  }

                  .country {
                    flex: 0 0 auto;
                    margin: 0 8px;
                    padding: 8px 14px;
                    background: #f0f0f0;
                    border-radius: 20px;
                    cursor: pointer;
                    display: flex;
                    align-items: center;
                    font-size: 14px;
                    color: #555;
                    text-decoration: none;
                  }

                  .country:hover {
                    background: #ddd;
                  }

                  .flag {
                    width: 20px;
                    height: 14px;
                    margin-right: 8px;
                    object-fit: cover;
                    border-radius: 2px;
                  }
.custom-profile-box {
                      display: flex;
                      align-items: center;
                      background: linear-gradient(135deg, #ffdee9, #ffffff, #b5ffb4);
                      background-size: 400% 400%;
                      animation: gradientMove 8s ease infinite;
                      padding: 8px;
                      border-radius: 10px;
                      box-shadow: 0 0 15px rgba(255, 105, 180, 0.5);
                      cursor: pointer;
                      transition: 0.3s;
                    }

                    .custom-profile-box:hover {
                      transform: scale(1.02);
                    }

                    .custom-profile-pic {
                      width: 50px;
                      height: 50px;
                      min-width: 50px;
                      /* ताकि छोटा इमेज भी छोटा न हो */
                      min-height: 50px;
                      border-radius: 50% !important;
                      object-fit: cover;
                      /* इमेज को बॉक्स में फिट करेगा */
                      object-position: center;
                      /* सेंटर में रखेगा */
                      border: 3px solid #ff007f;
                      margin-right: 10px;
                      transition: opacity 0.5s ease-in-out;
                      background-color: #fff;
                      /* अगर इमेज लोड न हो तो बैकग्राउंड */
                    }

                    .custom-profile-text {
                      font-size: 16px;
                      font-weight: bold;
                      color: #333;
                    }

                    .blink-dots::after {
                      content: "...";
                      animation: blink 1s infinite;
                    }

                    @keyframes blink {
                      0% {
                        opacity: 1;
                      }

                      50% {
                        opacity: 0;
                      }

                      100% {
                        opacity: 1;
                      }
                    }

                    @keyframes gradientMove {
                      0% {
                        background-position: 0% 50%;
                      }

                      50% {
                        background-position: 100% 50%;
                      }

                      100% {
                        background-position: 0% 50%;
                      }
                    }

                    @media (max-width: 480px) {
                      .custom-profile-text {
                        font-size: 14px;
                      }
                    }
/* sirf isi button par lagega */
                  .vd-safe-btn {
                    display: inline-block;
                    padding: 14px 30px;
                    background: #ff416c;
                    background: linear-gradient(135deg, #ff416c, #ff4b2b);
                    color: #ffffff !important;
                    font-size: 18px;
                    font-weight: 600;
                    line-height: 1.2;
                    text-decoration: none !important;
                    border-radius: 50px;
                    border: none;
                    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
                    transition: transform .25s ease, box-shadow .25s ease;
                  }

                  .vd-safe-btn:hover {
                    transform: scale(1.05);
                    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
                  }

                  .vd-safe-btn:active {
                    transform: scale(0.97);
                  }
@keyframes pulseBtn {
                    0% {
                      transform: scale(1);
                    }

                    50% {
                      transform: scale(1.08);
                    }

                    100% {
                      transform: scale(1);
                    }
                  }
/* Button wrapper to center inside parent or page */
                  .center-btn-wrapper {
                    display: flex;
                    justify-content: center;
                    /* horizontal center */
                    align-items: center;
                    /* vertical center */
                    position: relative;
                    /* relative to parent */
                    margin: 20px 0;
                    /* optional spacing */
                  }

                  /* Button style */
                  .center-btn {
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    gap: 10px;
                    background: red;
                    /* red background */
                    color: #fff;
                    font-family: system-ui, Arial, sans-serif;
                    font-weight: 600;
                    font-size: 16px;
                    border-radius: 40px;
                    padding: 14px 24px;
                    text-decoration: none;
                    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
                    transition: transform 0.12s ease, box-shadow 0.12s ease;
                    cursor: pointer;
                  }

                  .center-btn:hover {
                    transform: translateY(-3px);
                  }

                  /* Icon inside button */
                  .center-btn-icon {
                    width: 36px;
                    height: 36px;
                    border-radius: 50%;
                    overflow: hidden;
                    flex-shrink: 0;
                  }

                  .center-btn-icon img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    display: block;
                  }
body {
                    font-family: Arial, sans-serif;
                    background: #fff0f5;
                    padding: 20px;
                  }

                  .dropdown-container {
                    width: 100%;
                    max-width: 350px;
                    margin: auto;
                  }

                  .dropdown-btn {
                    width: 100%;
                    padding: 15px;
                    background: #ff0055;
                    color: white;
                    font-size: 18px;
                    border: none;
                    cursor: pointer;
                    border-radius: 8px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 12px;
                    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
                  }

                  .dropdown-btn span {
                    background: linear-gradient(90deg, #fff, #ffddf4, #ff80b0, #fff);
                    background-size: 300% auto;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    animation: shine 4s linear infinite;
                    font-weight: bold;
                  }

                  @keyframes shine {

                    0%,
                    100% {
                      background-position: 0% center;
                      opacity: 0;
                    }

                    20%,
                    80% {
                      opacity: 1;
                    }

                    50% {
                      background-position: 100% center;
                    }
                  }

                  .profile-img {
                    width: 50px;
                    height: 50px;
                    border-radius: 50%;
                    object-fit: cover;
                    border: 2px solid white;
                    animation: fadein 0.5s ease-in-out;
                  }

                  @keyframes fadein {
                    from {
                      opacity: 0;
                    }

                    to {
                      opacity: 1;
                    }
                  }

                  .dropdown-list {
                    display: none;
                    background: #fff;
                    border: 2px solid #ffc4da;
                    border-radius: 8px;
                    margin-top: 10px;
                    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
                    max-height: 320px;
                    overflow-y: auto;
                  }

                  .dropdown-list a {
                    display: block;
                    padding: 12px 16px;
                    text-decoration: none;
                    color: #333;
                    border-bottom: 1px solid #ffe0ef;
                    transition: background 0.3s;
                  }

                  .dropdown-list a:hover {
                    background: #ffe6ef;
                    color: #ff0055;
                  }

                  .dropdown-list a:last-child {
                    border-bottom: none;
                  }
/* Isolated button styles */
                  .random-video-btn-container {
                    all: initial;
                    display: inline-block;
                    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
                  }

                  .random-video-live-btn {
                    all: initial;
                    position: relative;
                    padding: 12px 24px;
                    font-size: clamp(14px, 3vw, 16px);
                    font-weight: 600;
                    color: white;
                    background: linear-gradient(135deg, #6e00ff, #ff00a0);
                    border: none;
                    border-radius: 50px;
                    cursor: pointer;
                    box-shadow: 0 4px 15px rgba(110, 0, 255, 0.3);
                    transition: all 0.3s ease;
                    overflow: hidden;
                    display: inline-flex;
                    align-items: center;
                    gap: 8px;
                    font-family: inherit;
                    box-sizing: border-box;
                    line-height: 1;
                    text-align: center;
                    text-decoration: none;
                    vertical-align: middle;
                    user-select: none;
                  }

                  .btn-pulse-effect {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(255, 255, 255, 0.1);
                    border-radius: 50px;
                    animation: rvlb-pulse 1.5s infinite;
                    pointer-events: none;
                  }

                  .btn-icon-text {
                    position: relative;
                    display: inline-flex;
                    align-items: center;
                    gap: 8px;
                  }

                  .live-indicator {
                    background: #ff0000;
                    padding: 3px 8px 2px;
                    border-radius: 15px;
                    font-size: 0.75em;
                    font-weight: 700;
                    animation: rvlb-blink 1.5s infinite;
                    margin-left: 4px;
                    line-height: 1;
                  }

                  /* side photo icon */
                  .side-icon {
                    width: 24px;
                    height: 24px;
                    border-radius: 50%;
                    object-fit: cover;
                    animation: randomZoom 2s infinite alternate;
                  }

                  /* Hover states */
                  .random-video-live-btn:hover {
                    transform: translateY(-2px);
                    box-shadow: 0 6px 20px rgba(110, 0, 255, 0.4);
                  }

                  .random-video-live-btn:active {
                    transform: translateY(1px);
                  }

                  /* Animations */
                  @keyframes rvlb-pulse {
                    0% {
                      transform: scale(1);
                      opacity: 1;
                    }

                    100% {
                      transform: scale(1.1);
                      opacity: 0;
                    }
                  }

                  @keyframes rvlb-blink {

                    0%,
                    100% {
                      opacity: 1;
                    }

                    50% {
                      opacity: 0.7;
                    }
                  }

                  @keyframes randomZoom {
                    0% {
                      transform: scale(0.8);
                    }

                    100% {
                      transform: scale(1.3);
                    }
                  }

                  /* Mobile responsive */
                  @media (max-width: 480px) {
                    .random-video-live-btn {
                      padding: 10px 18px;
                      font-size: 14px;
                    }

                    .live-indicator {
                      font-size: 0.65em;
                      padding: 2px 6px 1px;
                    }
                  }
/* Scoped styles */
                  #cb-container {}

                  #cb-inline-link {
                    display: inline-flex;
                    align-items: center;
                    text-decoration: none;
                    padding: 14px 26px;
                    font-size: 18px;
                    font-weight: 700;
                    border-radius: 999px;
                    background: linear-gradient(135deg, #ff0077, #ff4d4d);
                    color: #fff;
                    box-shadow: 0 8px 18px rgba(255, 77, 77, .28);
                    transition: transform .12s ease, opacity .12s ease;
                    -webkit-tap-highlight-color: transparent;
                    user-select: none;
                    white-space: nowrap;
                  }

                  #cb-photo-icon {
                    width: 28px;
                    height: 28px;
                    border-radius: 50%;
                    object-fit: cover;
                    margin-right: 10px;
                    transition: transform 0.5s ease-in-out;
                  }

                  /* Random size animation effect */
                  @keyframes sizePulse {
                    0% {
                      transform: scale(1);
                    }

                    50% {
                      transform: scale(1.2);
                    }

                    100% {
                      transform: scale(1);
                    }
                  }

                  #cb-photo-icon.cb-animate {
                    animation: sizePulse 2s infinite ease-in-out;
                  }

                  #cb-inline-link:hover {
                    transform: translateY(-2px);
                  }

                  #cb-inline-link:active {
                    transform: translateY(0) scale(.99);
                  }

                  /* loading state */
                  #cb-inline-link.cb-loading {
                    cursor: progress;
                    opacity: .92;
                  }

                  #cb-inline-link.cb-loading::before {
                    content: "";
                    display: inline-block;
                    vertical-align: middle;
                    width: 0.9em;
                    height: 0.9em;
                    margin-right: .45rem;
                    border: 2px solid rgba(255, 255, 255, .6);
                    border-top-color: #fff;
                    border-radius: 50%;
                    animation: cb-spin .7s linear infinite;
                  }

                  @keyframes cb-spin {
                    to {
                      transform: rotate(360deg);
                    }
                  }

                  /* Responsive tweak */
                  @media (max-width:480px) {
                    #cb-inline-link {
                      font-size: 20px;
                      padding: 16px 30px;
                    }

                    #cb-photo-icon {
                      width: 32px;
                      height: 32px;
                    }
                  }
.play-btn {
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    gap: 10px;
                    background: linear-gradient(90deg, #ff0000, #cc0000);
                    color: #fff;
                    font-size: 22px;
                    font-weight: bold;
                    padding: 14px 28px;
                    border-radius: 50px;
                    text-decoration: none;
                    box-shadow: 0 0 15px rgba(255, 0, 0, 0.6);
                    transition: 0.3s;
                    animation: glow 1.2s infinite alternate;
                    cursor: pointer;
                  }

                  .play-btn:hover {
                    background: linear-gradient(90deg, #cc0000, #ff0000);
                    transform: scale(1.08);
                  }

                  .play-icon {
                    font-size: 26px;
                    background: #fff;
                    color: #ff0000;
                    border-radius: 50%;
                    padding: 5px 10px;
                  }

                  @keyframes glow {
                    from {
                      box-shadow: 0 0 10px #ff0000;
                    }

                    to {
                      box-shadow: 0 0 25px #ff4444;
                    }
                  }
/* Container ke andar button ko center karna */
                  .live-button-container {
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    padding: 20px 0;
                    box-sizing: border-box;
                    background: transparent;
                  }

                  /* Button styling */
                  .live-button {
                    background-color: #ff0000;
                    color: white;
                    font-weight: bold;
                    padding: 12px 30px;
                    border: none;
                    border-radius: 30px;
                    font-size: 20px;
                    cursor: pointer;
                    display: flex;
                    align-items: center;
                    gap: 10px;
                    user-select: none;
                    box-shadow: 0 0 10px rgba(255, 0, 0, 0.6);
                    transition: background-color 0.3s ease, transform 0.2s ease;
                    min-width: 240px;
                    text-align: center;
                  }

                  .live-button:hover {
                    background-color: #cc0000;
                    transform: scale(1.05);
                  }

                  /* LIVE icon styling with pulse animation */
                  .live-icon {
                    width: 16px;
                    height: 16px;
                    fill: #ff0000;
                    background: white;
                    border-radius: 50%;
                    padding: 2px;
                    animation: pulse 1s infinite;
                  }

                  @keyframes pulse {
                    0% {
                      transform: scale(1);
                      opacity: 1;
                    }

                    50% {
                      transform: scale(1.3);
                      opacity: 0.7;
                    }

                    100% {
                      transform: scale(1);
                      opacity: 1;
                    }
                  }

                  /* LIVE badge */
                  .live-badge {
                    background: white;
                    color: #ff0000;
                    font-size: 12px;
                    font-weight: bold;
                    padding: 2px 6px;
                    border-radius: 4px;
                    text-transform: uppercase;
                  }
/* Wrapper to center the button */
                  .hot-girl-btn-wrapper {
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    margin: 18px 0;
                  }

                  /* Scoped button styles */
                  .hot-girl-btn {
                    all: unset;
                    /* isolate button styles */
                    display: inline-block;
                    position: relative;
                    background: linear-gradient(45deg, #ff0057, #ff8500);
                    color: white;
                    font-weight: 900;
                    font-size: 20px;
                    padding: 15px 40px;
                    border-radius: 40px;
                    cursor: pointer;
                    box-shadow: 0 0 10px #ff0057;
                    user-select: none;
                    text-transform: uppercase;
                    letter-spacing: 1.5px;
                    text-align: center;
                    transition: box-shadow 0.3s ease, transform 0.2s ease;
                    overflow: hidden;
                  }

                  /* Glow & scale effect */
                  .hot-girl-btn:hover {
                    box-shadow: 0 0 25px #ff8500, 0 0 40px #ff0057;
                    transform: scale(1.05);
                  }

                  /* Animated pulse behind button */
                  .hot-girl-btn::before {
                    content: '';
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 120%;
                    height: 120%;
                    background: radial-gradient(circle, rgba(255, 0, 87, 0.4) 0%, rgba(255, 133, 0, 0) 70%);
                    transform: translate(-50%, -50%) scale(0);
                    border-radius: 50%;
                    transition: transform 0.4s ease, opacity 0.4s ease;
                    opacity: 0;
                    z-index: 0;
                  }

                  .hot-girl-btn:hover::before {
                    transform: translate(-50%, -50%) scale(1);
                    opacity: 1;
                  }

                  .hot-girl-btn span {
                    position: relative;
                    z-index: 1;
                  }
/* Button CSS isolated */
                  .wa-join-btn {
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    gap: 10px;
                    background: linear-gradient(90deg, #25D366, #128C7E);
                    /* सिर्फ button background */
                    color: #fff;
                    font-family: system-ui, Arial, sans-serif;
                    font-weight: 600;
                    font-size: 22px;
                    /* Text size बड़ा किया */
                    border-radius: 40px;
                    padding: 12px 26px;
                    /* text बड़ा होने पर padding adjust की */
                    text-decoration: none;
                    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
                    transition: transform .12s ease, box-shadow .12s ease;
                    cursor: pointer;
                    white-space: nowrap;
                    /* text wrap ना हो */
                  }

                  .wa-join-btn:hover {
                    transform: translateY(-2px);
                    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
                  }

                  .wa-join-btn .wa-join__icon {
                    width: 32px;
                    /* icon size थोड़ा बढ़ाया */
                    height: 32px;
                    border-radius: 50%;
                    overflow: hidden;
                    flex-shrink: 0;
                    border: 2px solid #fff;
                  }

                  .wa-join-btn .wa-join__icon img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    display: block;
                  }

                  /* H1 style for button text */
                  .wa-join-btn .wa-join__text {
                    font-size: 1.5em;
                    /* H3 बड़ा size */
                    font-weight: 800;
                    line-height: 1.2;
                  }
.whatsapp-btn-wrapper {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 100%;
                    margin: 20px 0;
                    /* button ke upar niche gap */
                  }

                  .whatsapp-btn {
                    background-color: #25D366;
                    /* WhatsApp green */
                    color: white;
                    font-size: 18px;
                    font-weight: bold;
                    padding: 12px 25px;
                    border-radius: 8px;
                    text-decoration: none;
                    text-align: center;
                    transition: background-color 0.3s ease;
                  }

                  .whatsapp-btn:hover {
                    background-color: #128C7E;
                  }
.play-btn {
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    gap: 8px;
                    background: linear-gradient(90deg, #ff0000, #cc0000);
                    color: #fff;
                    font-size: 18px;
                    /* छोटा किया */
                    font-weight: bold;
                    padding: 10px 20px;
                    /* छोटा किया */
                    border-radius: 40px;
                    text-decoration: none;
                    box-shadow: 0 0 10px rgba(255, 0, 0, 0.6);
                    /* हल्का किया */
                    transition: 0.3s;
                    animation: glow 1.2s infinite alternate;
                  }

                  .play-btn:hover {
                    background: linear-gradient(90deg, #cc0000, #ff0000);
                    transform: scale(1.05);
                  }

                  .play-icon {
                    font-size: 20px;
                    /* छोटा किया */
                    background: #fff;
                    color: #ff0000;
                    border-radius: 50%;
                    padding: 3px 7px;
                    /* छोटा किया */
                  }

                  @keyframes glow {
                    from {
                      box-shadow: 0 0 8px #ff0000;
                    }

                    to {
                      box-shadow: 0 0 18px #ff4444;
                    }
                  }
/* ==== Scoped Profile Section ==== */
                  .profile-section {
                    --bg: #fff;
                    --card: #0f1a23;
                    --muted: #9fb0c8;
                    --accent: #ff4f70;
                    --success: #28a745;

                    font-family: 'Segoe UI', sans-serif;
                    background: var(--bg);
                    color: #000;
                    padding: 30px 15px;
                    display: flex;
                    justify-content: center;
                  }

                  .profile-section .profiles {
                    display: grid;
                    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
                    gap: 20px;
                    width: 100%;
                    max-width: 1200px;
                    /* keeps it centered */
                  }

               .yt-player iframe {
  pointer-events: none;
}