

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; 
}
html{

    font-size:18px;

}

body{

    font-family:Poppins,sans-serif;

    font-size:1rem;

    line-height:1.8;

}

p,
a,
li,
span,
button,
input,
textarea{

    font-size:1.3rem;

}

span {
    font-size: 1.3rem !important;
}

/* Make all span text visibly larger across the page */
span {
    font-size: 1rem !important;
    line-height: 1.6 !important;
}

.page-heading {
    font-size: 2.4rem !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    margin-bottom: 1.5rem !important;
    color: #ffffff !important;
}

.page-heading span {
    font-size: inherit !important;
    color: #0fde74 !important;
}

.card-hover {
    transition: all 0.3s ease;
}
.card-hover:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px -12px rgb(233 30 99);
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background: #0fde74;
    border-radius: 20px;
    
}
.pricing-card {
    transition: all 0.4s ease;
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.pricing-card ul li {
    font-size: 15px;
}
/* Carousel */
.carousel-container {
    padding: 20px 0;
}

#girlsCarousel {
    display: flex;
    gap: 24px;
}

.carousel-card {
    min-width: 260px;
    background: #111827;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
}

.carousel-card:hover {
    transform: scale(1.05);
}

.carousel-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.92));
    padding: 20px 15px 15px;
}

@keyframes autoScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* Arrow Buttons */
button[onclick^="prev"], button[onclick^="next"] {
    backdrop-filter: blur(8px);
}
.tag-card {
    transition: all 0.3s ease;
}

.tag-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px -5px rgba(233, 30, 99, 0.2);
}
/* Responsive Tables */
.responsive-table-wrapper {
    width: 100%;
    overflow-x: auto;
    border-radius: 18px;
    border: 1px solid #243755;
    background: #0f172a;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.responsive-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    color: #f3f4f6;
}

.responsive-table th,
.responsive-table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid #243755;
}

.responsive-table th {
    background: #172844;
    color: #0fde74;
    font-weight: 700;
}

.responsive-table tr:last-child td {
    border-bottom: none;
}

.responsive-table tbody tr:hover {
    background: rgba(15, 222, 116, 0.06);
}

@media (max-width: 768px) {
    .responsive-table {
        min-width: 100%;
    }

    .responsive-table thead {
        display: none;
    }

    .responsive-table,
    .responsive-table tbody,
    .responsive-table tr,
    .responsive-table td {
        display: block;
        width: 100%;
    }

    .responsive-table tr {
        margin-bottom: 12px;
        border: 1px solid #243755;
        border-radius: 12px;
        overflow: hidden;
        background: #111827;
    }

    .responsive-table td {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        border-bottom: 1px solid #243755;
        padding: 12px 14px;
    }

    .responsive-table td:last-child {
        border-bottom: none;
    }

    .responsive-table td::before {
        content: attr(data-label);
        font-weight: 700;
        color: #0fde74;
        flex: 0 0 42%;
    }
}

/* FAQ Accordion */
.faq-item {
    background: #111827;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #1f2937;
    transition: all 0.3s ease;
}

.faq-question {
    padding: 20px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.faq-answer {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    color: #d1d5db;
}

.faq-answer.open {
    padding-bottom: 24px;
    max-height: 300px;
}

.faq-question:hover {
    background: #1f2937;
}
.review-card {
    transition: all 0.4s ease;
    height: 100%;
}

.review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(233, 30, 99, 0.15);
}
footer a {
    transition: all 0.3s ease;
}

footer a:hover {
    padding-left: 4px;
}
/* Girl Profile Card - Compact Height */
.girl-card {
    min-height: 320px;           /* ← Yeh main change hai */
    transition: all 0.3s ease;
}

.girl-card:hover {
    transform: translateY(-5px);
    border-color: #0fde74;
}

.girl-card img {
    height: 100%;
    object-fit: cover;
}

/* Right side content adjustment */
.girl-card .content-side {
    padding: 20px;
}

/* Mobile pe aur compact */
@media (max-width: 768px) {
    .girl-card {
        min-height: 280px;
    }
    .girl-card img {
        height: 400px;
    }
}
/* ====================== TIGHT CONTENT SECTION CSS ====================== */

.content-section {
    padding-top: 60px;     /* Upar padding */
    padding-bottom: 60px;  /* Neeche padding */
    background: #00000080;
}

.content-container {
    max-width: 1000px;     /* Column width */
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;    /* Left gap */
    padding-right: 12px;   /* Right gap */
}

.content-inner {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16.5px;
    line-height: 1.75;
    color: #d1d5db;
}

/* Heading */
.content-section h2 {
    margin-bottom: 40px;
}

section .partners-title,
.partners-title {
    font-size: clamp(2.8rem, 5vw, 4.4rem) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    text-align: center !important;
    color: #ffffff !important;
    margin-bottom: 3rem !important;
    letter-spacing: 0.02em !important;
    display: block !important;
}

.partners-title span {
    font-size: inherit !important;
    color: #0fde74 !important;
}

/* Paragraph spacing */
.content-inner p {
    margin-bottom: 28px;
}

/* Optional: Agar border kam karna hai */
.content-section {
    border: none;
}

/* Agar aap aur tight karna chahein toh yeh classes use karo */
.tight-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.tight-content .content-container {
    padding-left: 10px;
    padding-right: 10px;
}

.tight-content .content-inner {
    padding-left: 5px;
    padding-right: 5px;
}
/* Floating Contact Buttons - RIGHT SIDE */
.floating-contact-right {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.floating-contact-right a {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    position: relative;
}

.floating-contact-right a:hover {
    transform: scale(1.1) translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.floating-contact-right svg {
    width: 26px;
    height: 26px;
    fill: #fff;
}

/* Button Colors */
.floating-call {
    background-color: #28d3fe;
}

.floating-whatsapp {
    background-color: #0ad45e;
}

/* Number Tooltip (appears on LEFT of button) */
.floating-contact-right a .number {
    position: absolute;
    left: 100%;
    margin-left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.85);
    color: white;
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    pointer-events: none;
}

.floating-contact-right a:hover .number {
    opacity: 1;
    visibility: visible;
}

/* Responsive */
@media (max-width: 480px) {
    .floating-contact-right {
        right: 12px;
        bottom: 12px;
        gap: 10px;
    }
    .floating-contact-right a {
        width: 46px;
        height: 46px;
    }
}

@media (min-width: 1024px) {
    .floating-contact-right {
        right: 30px;
        bottom: 30px;
    }
}

:root {
  --bg-body: #050814;
  --bg-elevated: #0b1020;
  --bg-header-top: #070b17;
  --bg-chip: #0f1628;

  --accent-primary: #07c160; /* CTA, active states */
  --accent-secondary: #ffcc00; /* highlight, odds */
  --accent-danger: #ff4d4f; /* losing, warnings */

  --text-main: #f5f7ff;
  --text-muted: #9ca3c7;
  --text-soft: #6b7280;

  --border-soft: #1f2937;
  --border-strong: #374151;

  --radius-sm: 4px;
  --radius-md: 999px;
  --radius-lg: 10px;

  --shadow-soft: 0 8px 24px rgba(0, 0, 0, 0.65);

  --font-sans: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-header {
  background: linear-gradient(to bottom, #050814 0%, #050814 60%, #0b1020 100%);
  box-shadow: var(--shadow-soft);
  border-bottom: 1px solid var(--border-soft);
}

/* Top utility strip */
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 36px;
  background-color: var(--bg-header-top);
  font-size: 16px;
  color: var(--text-muted);
}

.header-top-left .live-ticker {
  position: relative;
  padding-left: 18px;
}

.header-top-left .live-ticker::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--accent-primary);
  box-shadow: 0 0 8px rgba(7, 193, 96, 0.9);
}

/* You can place icons in header-top-right and style them later */
.header-top-right {
  display: flex;
  gap: 16px;
}

/* Main header row: logo + nav + actions */
.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 36px;
  gap: 24px;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-mark {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ffffff 0%, #07c160 45%, #050814 100%);
  box-shadow: 0 0 10px rgba(7, 193, 96, 0.7);
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.logo-title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.logo-subtitle {
  font-size: 11px;
  color: var(--text-soft);
}

/* Navigation */
.header-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  justify-content: center;
}

.header-nav a {
  font-size: 24px;
  text-decoration: none;
  color: var(--text-muted);
  padding: 8px 14px;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  transition: all 0.18s ease-out;
}

.header-nav a:hover {
  color: var(--text-main);
  border-color: rgba(7, 193, 96, 0.6);
  background: radial-gradient(circle, rgba(7, 193, 96, 0.12) 0%, transparent 70%);
}

/* Actions: Login + Join */
.header-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.btn {
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  padding: 8px 18px;
  border-radius: var(--radius-md);
  transition: all 0.2s ease-out;
}

.btn-ghost {
  background-color: transparent;
  color: var(--text-main);
  border: 1px solid var(--border-strong);
}

.btn-ghost:hover {
  border-color: var(--accent-primary);
  color: var(--accent-primary);
}

.btn-primary {
  background: linear-gradient(135deg, #07c160, #27ff94);
  color: #050814;
  font-weight: 600;
  box-shadow: 0 0 16px rgba(7, 193, 96, 0.7);
}

.btn-primary:hover {
  filter: brightness(1.08);
  box-shadow: 0 0 20px rgba(7, 193, 96, 0.9);
}

.header-security {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--text-soft);
}

.header-security .icon-lock {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  border: 1px solid var(--accent-primary);
  box-shadow: 0 0 6px rgba(7, 193, 96, 0.7);
}

.header-matches {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 36px 12px;
  overflow-x: auto;
  border-top: 1px solid var(--border-soft);
  background-color: var(--bg-elevated);
}

.match-chip {
  white-space: nowrap;
  border: 1px solid var(--border-soft);
  background-color: var(--bg-chip);
  color: var(--text-muted);
  font-size: 13px;
  padding: 6px 14px;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all 0.15s ease-out;
}

.match-chip:hover {
  border-color: var(--accent-secondary);
  color: var(--text-main);
}

.match-chip.active {
  border-color: var(--accent-primary);
  color: var(--text-main);
  background: radial-gradient(circle, rgba(7, 193, 96, 0.2) 0%, transparent 60%);
}


.site-footer {
  margin-top: 40px;
  background: linear-gradient(to top, #050814 0%, #050814 70%, #0b1020 100%);
  border-top: 1px solid var(--border-soft);
  padding: 28px 36px 18px;
}

/* Top footer: 3 columns */
.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 18px;
}

.footer-col {
  min-width: 180px;
  flex: 1;
}

.footer-col h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footer-col a {
  display: block;
  font-size: 13px;
  color: var(--text-muted);
  text-decoration: none;
  margin-bottom: 6px;
  transition: color 0.15s ease-out;
}

.footer-col a:hover {
  color: var(--accent-primary);
}

.footer-col p {
  font-size: 12px;
  color: var(--text-soft);
}

/* Bottom footer: stats + notice + socials */
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--border-soft);
  font-size: 12px;
  color: var(--text-soft);
}

.footer-stats {
  flex: 1 1 200px;
}

.footer-notice {
  flex: 2 1 260px;
  text-align: center;
}

.footer-social {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex: 1 1 160px;
}

/* Example social icons placeholder */
.footer-social a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid var(--border-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  text-decoration: none;
  transition: all 0.18s ease-out;
}

.footer-social a:hover {
  border-color: var(--accent-primary);
  color: var(--accent-primary);
  box-shadow: 0 0 8px rgba(7, 193, 96, 0.7);
}


@media (max-width: 992px) {
  .header-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-actions {
    align-items: center;
  }

  .header-top {
    padding: 6px 18px;
  }

  .header-main {
    padding: 12px 18px;
  }

  .header-matches {
    padding: 8px 18px 10px;
  }

  .site-footer {
    padding: 22px 18px 16px;
  }
}

@media (max-width: 640px) {
  .header-main {
    flex-direction: column;
    gap: 10px;
  }

  .header-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-top {
    flex-direction: column;
  }

  

  .footer-social {
    justify-content: center;
  }
}

html,
body{
    margin:0;
    padding:0;
    min-height:100%;
}

body{

    background-image:url("/images/body-bg.webp");

    background-repeat:no-repeat;

    background-position:center center;

    background-size:cover;

    background-attachment:fixed;

    background-color:#f8f8f8;

    font-family:Poppins,sans-serif;

}



/* new floating icons */

:root {
    --call-color: #2563eb;
    --call-color-dark: #1d4ed8;
    --whatsapp-color: #25d366;
    --whatsapp-color-dark: #1ebe57;
    --btn-size: 62px;
    --btn-size-mobile: 54px;
    --btn-gap: 16px;
    --btn-gap-mobile: 12px;
  }

  /* ================= FLOATING BUTTON STACK ================= */
  .floating-btn-stack {
    position: fixed;
    bottom: 24px;
    right: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--btn-gap);
    z-index: 9999;
  }
 
  /* ================= FLOATING CALL BUTTON ================= */
  .floating-call-btn {
    position: relative;
    width: var(--btn-size);
    height: var(--btn-size);
    background: var(--call-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.45);
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    animation: floatIn 0.5s ease;
  }
 
  .floating-call-btn:hover,
  .floating-call-btn:focus-visible {
    background: var(--call-color-dark);
    transform: scale(1.08);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.55);
  }
 
  .floating-call-btn:active {
    transform: scale(0.95);
  }
 
  .floating-call-btn:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
  }
 
  .floating-call-btn svg {
    width: 46%;
    height: 46%;
    fill: #ffffff;
    position: relative;
    z-index: 2;
  }
 
  /* Pulsing ring to draw attention */
  .floating-call-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: var(--call-color);
    opacity: 0.55;
    animation: pulse 2.2s ease-out infinite;
    z-index: 1;
  }
 
  @keyframes pulse {
    0%   { transform: scale(1);   opacity: 0.55; }
    70%  { transform: scale(1.9); opacity: 0; }
    100% { transform: scale(1.9); opacity: 0; }
  }
 
  @keyframes floatIn {
    from { opacity: 0; transform: translateY(20px) scale(0.8); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
  }
 
  /* Optional tooltip label, shown on hover for larger screens */
  .floating-call-btn .call-label {
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%) translateX(6px);
    background: #1f2430;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
 
  .floating-call-btn .call-label::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left-color: #1f2430;
  }
 
  .floating-call-btn:hover .call-label,
  .floating-call-btn:focus-visible .call-label {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
 
  /* ================= FLOATING WHATSAPP BUTTON ================= */
  .floating-whatsapp-btn {
    position: relative;
    width: var(--btn-size);
    height: var(--btn-size);
    background: var(--whatsapp-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.45);
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    animation: floatIn 0.5s ease 0.1s backwards;
  }
 
  .floating-whatsapp-btn:hover,
  .floating-whatsapp-btn:focus-visible {
    background: var(--whatsapp-color-dark);
    transform: scale(1.08);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.55);
  }
 
  .floating-whatsapp-btn:active {
    transform: scale(0.95);
  }
 
  .floating-whatsapp-btn:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
  }
 
  .floating-whatsapp-btn svg {
    width: 52%;
    height: 52%;
    fill: #ffffff;
    position: relative;
    z-index: 2;
  }
 
  .floating-whatsapp-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: var(--whatsapp-color);
    opacity: 0.55;
    animation: pulse 2.2s ease-out infinite;
    z-index: 1;
  }
 
  .floating-whatsapp-btn .call-label {
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%) translateX(6px);
    background: #1f2430;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
 
  .floating-whatsapp-btn .call-label::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left-color: #1f2430;
  }
 
  .floating-whatsapp-btn:hover .call-label,
  .floating-whatsapp-btn:focus-visible .call-label {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
 
  /* Respect reduced motion preference */
  @media (prefers-reduced-motion: reduce) {
    .floating-call-btn,
    .floating-call-btn::before,
    .floating-whatsapp-btn,
    .floating-whatsapp-btn::before {
      animation: none;
      transition: none;
    }
  }
 
  /* ================= RESPONSIVE SIZING ================= */
  @media (max-width: 600px) {
    .floating-btn-stack {
      bottom: 16px;
      right: 16px;
      gap: var(--btn-gap-mobile);
    }
    .floating-call-btn,
    .floating-whatsapp-btn {
      width: var(--btn-size-mobile);
      height: var(--btn-size-mobile);
    }
    /* Hide text tooltip on touch devices to avoid awkward stuck hover state */
    .floating-call-btn .call-label,
    .floating-whatsapp-btn .call-label {
      display: none;
    }
  }
 
  /* ================= PAGE CONTENT (for demo only) ================= */
  .demo-content {
    max-width: 640px;
    margin: 0 auto;
    padding: 60px 24px 120px;
    color: #2a2f3a;
  }
  .demo-content h1 { font-size: 28px; margin-bottom: 8px; }
  .demo-content p { line-height: 1.6; color: #555; }
  .demo-content code {
    background: #eceef1;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 13px;
  }

  /* new floating icon end */


  /* New partner section for the website  */

  /* ============================
   Betting Partner Section
============================ */

.partner-section{
    background:#08080f;
    padding:70px 20px;
}

.partner-title{
    font-size:40px;
    font-weight:800;
    text-align:center;
    color:#fff;
    margin-bottom:55px;
}

.partner-title span{
    color:#0fde74;
}



/* Partner Card */

.tag-card{
    position:relative;
    overflow:hidden;
    transition:all .35s ease;
    border-radius:18px;
}

.tag-card:hover{
    transform:translateY(-6px);
    border-color:#0fde74 !important;
    box-shadow:0 20px 45px rgba(15,222,116,.15);
}

/* Logo */

.tag-card img{
    width:100%;
    max-height:80px;
    object-fit:contain;
    transition:.35s;
}

.tag-card:hover img{
    transform:scale(1.06);
}

/* Rating Box */

.tag-card .rating-box{
    min-width:130px;
    background:#31486b;
    border-radius:12px;
    text-align:center;
    padding:18px 10px;
}

.tag-card .rating{
    font-size:34px;
    font-weight:800;
    color:#ffb000;
    line-height:1;
}

.tag-card .rating-text{
    color:#d6d6d6;
    font-size:14px;
    margin-top:6px;
}

/* Button */

.partner-btn{
    background:#ffb000;
    color:#000;
    font-size:20px;
    font-weight:700;
    border-radius:12px;
    padding:16px 40px;
    transition:.35s;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
}

.partner-btn:hover{
    background:#ffd13d;
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(255,176,0,.35);
}

/* Badges */

.partner-badge{
    background:#243755;
    color:#d7d7d7;
    font-size:12px;
    padding:6px 12px;
    border-radius:999px;
    transition:.3s;
}

.partner-badge:hover{
    background:#0fde74;
    color:#000;
}

/* Bonus Text */

.partner-bonus{
    color:#b6b6b6;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.partner-offer{
    color:#fff;
    font-size:28px;
    font-weight:800;
    line-height:1.4;
    margin-top:8px;
}

/* ===========================
   Responsive
=========================== */

@media (max-width:1200px){

.partner-offer{
    font-size:24px;
}

.partner-btn{
    padding:15px 30px;
}

}

@media (max-width:992px){

.tag-card{
    padding:22px !important;
}

.partner-offer{
    font-size:22px;
}

.partner-btn{
    width:100%;
}

}

@media (max-width:768px){

.partner-title{
    font-size:28px;
}

.partner-offer{
    font-size:18px;
}

.partner-btn{
    font-size:18px;
    padding:14px 25px;
}

.tag-card img{
    max-height:65px;
}

.tag-card .rating{
    font-size:28px;
}

}

@media (max-width:576px){

.partner-title{
    font-size:24px;
}

.partner-offer{
    font-size:16px;
}

.partner-bonus{
    font-size:12px;
}

.tag-card{
    border-radius:15px;
}

.partner-btn{
    width:100%;
    font-size:16px;
    padding:14px;
}

.tag-card .rating-box{
    width:100%;
}

}


/* FAQ */
 :root {
    --bg: #0B211D;
    --surface: #123029;
    --surface-raised: #16382F;
    --line: rgba(240, 243, 241, 0.10);
    --line-strong: rgba(240, 243, 241, 0.18);
    --text: #F0F3F1;
    --text-muted: #9FB3AC;
    --leather: #C8102E;
    --leather-dark: #9C0C24;
    --gold: #F2B705;
    --radius: 10px;
 
    --font-display: "Teko", sans-serif;
    --font-body: "IBM Plex Sans", -apple-system, sans-serif;
    --font-mono: "IBM Plex Mono", monospace;
  }


  .wrap {
    max-width: 880px;
    margin: 0 auto;
  }
 
  /* ============ HEADER ============ */
  .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 18px;
  }
  .eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 8px rgba(242,183,5,0.8);
  }
 
  h1 {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(42px, 7vw, 64px);
    line-height: 0.98;
    letter-spacing: 0.005em;
    margin: 0 0 14px;
  }
  h1 span { color: var(--leather); }
 
  .subhead {
    max-width: 520px;
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 36px;
  }
 
  /* ============ SEARCH ============ */
  .search-box {
    position: relative;
    margin-bottom: 32px;
  }
  .search-box input {
    width: 100%;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 14px 16px 14px 44px;
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--text);
    outline: none;
    transition: border-color 0.2s ease, background 0.2s ease;
  }
  .search-box input::placeholder { color: var(--text-muted); }
  .search-box input:focus {
    border-color: var(--gold);
    background: var(--surface-raised);
  }
  .search-box svg {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    stroke: var(--text-muted);
    pointer-events: none;
  }
 
  /* ============ CATEGORY TABS ============ */
  .tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 28px;
    border-bottom: 1px solid var(--line);
    padding-bottom: 20px;
  }
  .tab {
    font-family: var(--font-mono);
    font-size: 12.5px;
    letter-spacing: 0.03em;
    color: var(--text-muted);
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .tab:hover { color: var(--text); border-color: var(--line-strong); }
  .tab.active {
    background: var(--leather);
    border-color: var(--leather);
    color: #fff;
  }
 
  /* ============ FAQ LIST ============ */
  .faq-group { margin-bottom: 6px; }
  .group-title {
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
    margin: 32px 0 12px;
  }
  .faq-group:first-of-type .group-title { margin-top: 0; }
 
  .faq-item {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    margin-bottom: 10px;
    overflow: hidden;
    transition: border-color 0.2s ease;
  }
  .faq-item.open { border-color: var(--line-strong); }
 
  .faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    background: none;
    border: none;
    text-align: left;
    padding: 18px 20px;
    cursor: pointer;
    color: var(--text);
    font-family: var(--font-body);
  }
 
  .q-num {
    flex-shrink: 0;
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--bg);
    background: var(--text-muted);
    width: 30px;
    height: 22px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
  }
  .faq-item.open .q-num {
    background: var(--gold);
  }
 
  .q-text {
    flex: 1;
    font-size: 15.5px;
    font-weight: 500;
    line-height: 1.4;
  }
 
  .q-chevron {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    stroke: var(--text-muted);
    transition: transform 0.25s ease;
  }
  .faq-item.open .q-chevron { transform: rotate(180deg); stroke: var(--gold); }
 
  .faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.28s ease;
  }
  .faq-item.open .faq-answer { grid-template-rows: 1fr; }
  .faq-answer-inner { overflow: hidden; }
  .faq-answer p {
    margin: 0;
    padding: 0 20px 20px 66px;
    color: var(--text-muted);
    font-size: 14.5px;
    line-height: 1.65;
  }
 
  .no-results {
    display: none;
    text-align: center;
    padding: 48px 20px;
    color: var(--text-muted);
    font-size: 14.5px;
    border: 1px dashed var(--line);
    border-radius: var(--radius);
  }
  .no-results.show { display: block; }
 
  /* ============ FOOTER STRIP ============ */
  .support-strip {
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 20px 24px;
  }
  .support-strip p {
    margin: 0;
    font-size: 14px;
    color: var(--text-muted);
  }
  .support-strip strong { color: var(--text); font-weight: 600; }
  .support-btn {
    font-family: var(--font-mono);
    font-size: 12.5px;
    letter-spacing: 0.03em;
    background: var(--leather);
    color: #fff;
    text-decoration: none;
    padding: 11px 20px;
    border-radius: 999px;
    white-space: nowrap;
    transition: background 0.2s ease;
  }
  .support-btn:hover { background: var(--leather-dark); }
 
  .rg-note {
    margin-top: 20px;
    font-size: 12px;
    color: var(--text-muted);
    opacity: 0.75;
    line-height: 1.6;
    text-align: center;
  }
 
  @media (prefers-reduced-motion: reduce) {
    .faq-answer, .q-chevron, .faq-item, .tab, .search-box input { transition: none; }
  }
 
  @media (max-width: 560px) {
    .wrap { padding: 48px 16px 72px; }
    .faq-answer p { padding-left: 20px; }
    .support-strip { flex-direction: column; align-items: flex-start; }
  }
 
/* FAQ */


/* partner banner strip */
/* Strip container */
.logo-strip {
  width: 100%;
  padding: 14px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #012810 0%, #024a1f 40%, #01140b 100%);
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
}

/* Moving track */
.logo-strip-track {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  animation: logo-scroll 25s linear infinite;
}

/* Logo images */
.logo-strip-track img {
  height: 44px;                  /* adjust logo height */
  margin: 0 32px;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.6));
  opacity: 0.95;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.logo-strip-track img:hover {
  transform: scale(1.08);
  opacity: 1;
}

/* Infinite scroll animation */
@keyframes logo-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause on hover over strip */
.logo-strip:hover .logo-strip-track {
  animation-play-state: paused;
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .logo-strip {
    padding: 10px 0;
  }
  .logo-strip-track img {
    height: 34px;
    margin: 0 20px;
  }
}
/* partner banner strip */