﻿.btn {
  padding: 10px 30px 10px 30px;
  box-shadow: 0px 4px 8px 0px rgba(0, 28, 56, 0.15);
  border-radius: 6px;
}

.blacklinkurl {
  text-decoration: underline !important;
  color: #050505;
  font-size: 21px;
}

.blacklinkurlSmall {
  text-decoration: underline !important;
  color: #050505;
  font-size: 17px;
}

.tutorialList {
  margin-top: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.language_select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: 0;
}

.language_select {
  background-color: inherit;
  border: 0;
  color: #fff;
  padding-left: 0;
}

.language_select select:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.language_select option {
  margin: 40px;
  padding: 5px;
  background: white;
  color: black;
  /*text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);*/
}

.reward {
  /*height: 216px;*/
  max-width: 506px;
}

.reward2 {
  height: 115px;
  max-width: 400px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .indexHeader {
    margin-top: 29px;
  }

  .home-image {
    max-width: 100%;
  }

  .services-menu {
    padding: 20px !important;
  }

  .competitors {
    height: 9px !important;
  }

  .reward {
    /*height: 115px;*/
    max-width: 100%;
  }

  .reward2 {
    height: auto;
    max-width: 400px;
    margin-bottom: 30px;
  }

  .comparison-table thead th {
    padding: 0px !important;
  }

  .pricingTable {
    font-size: calc(7.267px + (16 - 7.267) * (100vw - 375px) / 392) !important;
  }

  .tdHeader {
    font-size: calc(9px + (16 - 9) * (100vw - 375px) / 392) !important;
  }
}

.home-image {
  max-width: 100%;
}

#topnav .navigation-menu > li .submenu li a {
  font-size: 14px !important;
}

.text-muted {
  color: #050505 !important;
}

.tdHeaderTop {
  background: #f8f9fc !important;
  /*position: sticky;*/
}

.tdHeader {
  background: #f8f9fc !important;
  font-weight: bold;
  font-size: 16px;
}

.headerButton {
  font-size: 17px !important;
}

.btn.btn-sm.btn-primary.headerButton {
  background-color: #3b82f6 !important;
  border-color: #3b82f6 !important;
}

.btn.btn-sm.btn-primary.headerButton:hover,
.btn.btn-sm.btn-primary.headerButton:focus,
.btn.btn-sm.btn-primary.headerButton:active {
  background-color: #2563eb !important;
  border-color: #2563eb !important;
}

@media (max-width: 425px) {
  .headerButton {
    font-size: 12px !important;
  }
}

#topnav .navigation-menu > li > a {
  font-size: 13px;
}

@media (min-width: 1400px) {
  #topnav .navigation-menu > li > a {
    font-size: 16px;
  }
}

.tag {
  /*border: 1px solid var(--gray-3);*/
  background-color: white;
  color: black;
  margin: 5px;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  padding: 0.25rem 1rem;
  font-weight: 500;
  line-height: 22px;
  box-shadow: 0 1px 4px #353e4412;
}

.homeBookademo {
  margin: 5px;
  font-size: 20px;
}

.btn.btn-primary.homeBookademo {
  background-color: #2563eb !important;
  border-color: #2563eb !important;
}

.btn.btn-primary.homeBookademo:hover,
.btn.btn-primary.homeBookademo:focus,
.btn.btn-primary.homeBookademo:active {
  background-color: #1d4ed8 !important;
  border-color: #1d4ed8 !important;
}

a.btn.btn-primary[href*="book-a-demo"]:not(.headerButton):not(.homeBookademo) {
  background-color: #3b82f6 !important;
  border-color: #3b82f6 !important;
}

a.btn.btn-primary[href*="book-a-demo"]:not(.headerButton):not(
    .homeBookademo
  ):hover,
a.btn.btn-primary[href*="book-a-demo"]:not(.headerButton):not(
    .homeBookademo
  ):focus,
a.btn.btn-primary[href*="book-a-demo"]:not(.headerButton):not(
    .homeBookademo
  ):active {
  background-color: #2563eb !important;
  border-color: #2563eb !important;
}

.homeRegistration {
  margin: 5px;
  font-size: 20px;
}

.industriesDiv {
  padding: 13px;
  margin-top: -31px;
}

.industries-section-title .industries-subtitle {
  max-width: 920px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  flex-grow: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 48px !important;
  font-weight: 700;
  text-align: center;
}

/* Soft hand-drawn underline strokes under highlighted percentages */
.industries-section-title .underline-mark-percent {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.industries-section-title .underline-mark-percent::before,
.industries-section-title .underline-mark-percent::after {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  height: 5px;
  border-radius: 999px;
  pointer-events: none;
}

.industries-section-title .underline-mark-percent::before {
  bottom: 0.06em;
  transform: rotate(-1.2deg);
  background: linear-gradient(
    90deg,
    rgba(37, 99, 235, 0) 0%,
    rgba(147, 197, 253, 0.55) 18%,
    rgba(96, 165, 250, 0.42) 50%,
    rgba(147, 197, 253, 0.55) 82%,
    rgba(37, 99, 235, 0) 100%
  );
  filter: blur(0.6px);
}

.industries-section-title .underline-mark-percent::after {
  bottom: -0.12em;
  height: 4px;
  transform: rotate(0.8deg) scaleX(0.94);
  background: linear-gradient(
    90deg,
    rgba(37, 99, 235, 0) 0%,
    rgba(191, 219, 254, 0.65) 22%,
    rgba(147, 197, 253, 0.38) 50%,
    rgba(191, 219, 254, 0.65) 78%,
    rgba(37, 99, 235, 0) 100%
  );
  box-shadow: 0 3px 0 0 rgba(191, 219, 254, 0.22);
  filter: blur(0.4px);
}

.industries-section-title .industries-description {
  max-width: 824px;
  line-height: 1.5;
  font-size: 18px;
}

@media (max-width: 768px) {
  .industries-section-title .industries-subtitle {
    font-size: 32px !important;
    min-height: auto;
  }

  .industries-section-title .industries-description {
    max-width: 100%;
  }
}
/* Per-industry cards grid */
.industries-cards-row {
  position: relative;
  overflow: hidden;
  margin-top: -24px;
  margin-bottom: 76px;
  padding-top: 24px;
  padding-bottom: 24px;
}

/* Default: smaller centered stain for non-xl screens */
.industries-cards-row::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);

  width: min(560px, 55%);
  height: 360px;

  background: radial-gradient(
    ellipse at center,
    rgba(37, 99, 235, 0.045) 0%,
    rgba(37, 99, 235, 0.022) 38%,
    rgba(37, 99, 235, 0.01) 58%,
    rgba(37, 99, 235, 0) 78%
  );

  filter: blur(24px);
  z-index: 0;
  pointer-events: none;
}

.industries-cards-row > .col-12 {
  position: relative;
  z-index: 1;
}

/* XL desktop*/
@media (min-width: 1200px) {
  .industries-cards-row::before {
    top: 70px;
    left: 65%;
    transform: translateX(-50%);

    width: min(800px, 55%);
    height: 400px;

    background: radial-gradient(
      ellipse at 55% 50%,
      rgba(37, 99, 235, 0.055) 0%,
      rgba(37, 99, 235, 0.028) 35%,
      rgba(37, 99, 235, 0.012) 58%,
      rgba(37, 99, 235, 0) 78%
    );

    filter: blur(28px);
  }
}

/* mobile */
@media (max-width: 767.98px) {
  .industries-cards-row::before {
    top: 120px;
    width: min(260px, 55%);
    height: 420px;

    background: radial-gradient(
      ellipse at center,
      rgba(37, 99, 235, 0.04) 0%,
      rgba(37, 99, 235, 0.02) 38%,
      rgba(37, 99, 235, 0.008) 58%,
      rgba(37, 99, 235, 0) 78%
    );

    filter: blur(22px);
  }
}

.industries-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* Tablet: 2 cards per row */
@media (min-width: 768px) and (max-width: 1199.98px) {
  .industries-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .industries-cards-row::before {
    top: 90px;
    width: min(480px, 55%);
    height: 320px;
  }
}

@media (max-width: 767.98px) {
  .industries-cards-grid {
    grid-template-columns: 1fr;
  }
}

.industry-card {
  width: 100%;
  max-width: 450px;
  height: 320px;
  margin: 0 auto;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding: 32px 28px;
  border-radius: 16px;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 0.7);
  text-align: left;
  color: inherit;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.industry-card:hover {
  box-shadow: 0 6px 15px -2px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  color: inherit;
}

.industry-card-icon {
  width: 30px;
  height: 35px;
  flex-grow: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  font-size: 28px;
  line-height: 1;
}

.industry-card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  color: #000 !important;
}

.industry-card-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #000 !important;
}

.industry-card:hover .industry-card-title,
.industry-card:hover .industry-card-desc {
  color: #000 !important;
}

.industry-card-features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}

.industry-feature-label {
  height: 30px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 2px 12px;
  border-radius: 6px;
  background-color: #eef3ff;
  color: #2563eb;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .industry-card {
    height: auto;
    min-height: 350px;
  }
}

/* Logo marquee */
.logo-marquee-wrapper {
  overflow: hidden;
  width: 100%;
}

.logo-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  animation: logo-marquee 43.333s linear infinite;
}

.logo-marquee-track:hover {
  animation-play-state: paused;
}

.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 28px;
  flex-shrink: 0;
}

.logo-item img {
  display: block;
  height: 32px;
  width: auto;
  object-fit: contain;
}

@keyframes logo-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.rateg2cap {
  padding-top: 32px;
  padding-bottom: 32px;
}

.no-margin {
  margin: 0;
}

.partners {
  padding: 20px 0px 20px 0;
}

@media (max-width: 768px) {
  .actionButtons {
    padding-top: 32px;
  }

  .mreward {
    width: 100%;
  }

  .categoryButtons {
    margin-top: 0px !important;
  }

  .tag {
    display: none;
  }

  .partners {
    padding: 20px 0px 0px 0;
  }

  .title-heading .para-desc {
    font-size: 16px;
  }

  .homeBookademo {
    width: 100%;
    display: block;
    font-size: 18px;
    margin: 5px 0px !important;
  }

  .homeRegistration {
    width: 100%;
    display: block;
    font-size: 18px;
    margin: 21px 0px !important;
  }

  .bg-home,
  .bg-half-170,
  .bg-half-260,
  .bg-marketing,
  .swiper-slider-hero .swiper-container .swiper-slide {
    padding: 80px 0px 0px 0px;
  }
}

/*F9FCFF*/

.btn-close {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: transparent; */
  border: 1px solid transparent;
}

.mreward {
  max-width: 429px;
  padding-top: 35px;
}

/*.mrewardDiv{*/
/*    width: 100%;*/
/*}*/

.table {
  color: #050505;
}

.price-from {
  font-size: 0.4em;
  font-weight: 400;
  vertical-align: middle;
  opacity: 0.9;
}

/* Count-up/count-down is applied via JS for Pro and Enterprise only; Enterprise Plus has no effect */

.services-menu {
  padding: 50px 40px 50px 40px;
  white-space: normal !important;
}

.services-menu .container {
  padding-left: 24px;
  padding-right: 24px;
}

.services-menu-div {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  color: #050505 !important;
  gap: 18px;
  padding: 14px 16px;
}

.services-menu-div > div > p {
  color: #6c757d !important;
  font-size: 13px !important;
  line-height: 1.4;
  margin-top: 4px;
}

.services-menu-div:hover {
  background-color: #e7eaee;
  border-radius: 8px;

  cursor: pointer;
}

.services-menu-div-a {
  font-weight: 600;
  font-size: 15px;
  color: #050505 !important;
  display: block;
  margin-bottom: 2px;
  transition: color 0.2s ease;
}

.services-menu-div:hover .services-menu-div-a {
  color: #3b82f6 !important;
}

#igaming,
#financial,
#prop,
#commerce,
#leadnetwork {
  scroll-margin-top: 1000px; /* adjust value as needed */
}

.pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background: #8492a6;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 2.5s infinite;
  z-index: 1;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  70% {
    transform: translate(-50%, -50%) scale(2.5); /* expanded radius */
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

.play-icon {
  z-index: 100;
}

.mdi-check::before {
  color: #28a745;
}

.mdi-close::before {
  color: #dc3545;
}

.comparison-container {
  max-width: 500px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  text-align: center;
}

.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.comparison-table thead th {
  font-size: 0.9rem;
  padding: 16px;
  /*background-color: #f9f9f9;*/
  font-weight: bold;
}

.comparison-table thead th:first-child {
  text-align: left;
  background: transparent;
}

.feature-col {
  /*background-color: #f5f7fa;*/
  /*font-weight: bold;*/
  text-align: left;
  padding-left: 20px;
}

.highlight-col {
  /*background-color: white;*/
  /* border: 2px solid #0b5ed7; */
  border-top: 2px solid #0b5ed7;
  border-left: 2px solid #0b5ed7;
  border-right: 2px solid #0b5ed7;
  border-bottom: none;
  border-radius: 16px 16px 0px 0px;
  z-index: 1;
  position: relative;
}

.highlight-cell {
  background-color: white;
  border-left: 2px solid #0b5ed7;
  border-right: 2px solid #0b5ed7;
}

.highlight-cell:first-of-type {
  border-top: 2px solid #0b5ed7;
}

.highlight-cell:last-of-type {
  border-bottom: 2px solid #0b5ed7;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.highlight-col .price-box {
  padding: 24px;
  /*border-bottom: 1px solid #eaeaea;*/
}

.highlight-col h3 {
  color: #0b5ed7;
  font-size: 1rem;
  margin: 0;
}

.highlight-col .price {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 8px 0 4px;
}

.highlight-col .desc {
  font-size: 0.8rem;
  color: #666;
}

/* Pricing cards: ensure "Including:" and "Everything in Pro plan and:" labels are visible */
.pricing-feature-label.included {
  display: block !important;
  font-weight: 600;
  color: inherit;
}

.check {
  color: #00b67a;
  font-size: 1.2rem;
}

.uncheck {
  color: #b6004b;
  font-size: 1.2rem;
}

.comparison-table td {
  padding: 12px;
  font-size: 0.85rem;
  border-top: 1px solid #eaeaea;
}

.comparison-table td:first-child {
  text-align: left;
}

.last-cell > .highlight-cell {
  border-bottom: 2px solid #0b5ed7;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.ecommercePricing {
  padding: 30px;
}

.competitors {
  height: 13px;
}

.pricingTable td:not(:first-child),
.pricingTable th:not(:first-child) {
  text-align: center;
}

#topnav {
  z-index: 100000000000;
}

.exit-popup {
  margin-top: 85px;
}

/* Home hero video carousel */
.video-carousel {
  position: relative;
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.video-carousel-track {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
}

.video-carousel-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.05);
  transition:
    opacity 0.5s ease-in-out,
    visibility 0s linear 0.5s;
}

.video-carousel-slide.active {
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.5s ease-in-out,
    visibility 0s linear 0s;
}

.video-carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.video-carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5f6b82;
  cursor: pointer;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.video-carousel-dot:hover {
  background: #9aabe8;
}

.video-carousel-dot.active {
  width: 18px;
  background: #d8e1f2;
  border-radius: 180px;
}

@media (max-width: 768px) {
  .video-carousel-track {
    border-radius: 12px;
  }
}

/* Dark navy hero gradient background */
.hero-gradient-bg {
  position: relative;
  overflow: hidden;
  background: #040e31 !important;
}

.hero-gradient-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 560px 420px at 50% 58%,
      rgba(47, 85, 212, 0.52) 0%,
      rgba(47, 85, 212, 0.42) 28%,
      rgba(47, 85, 212, 0.2) 50%,
      rgba(47, 85, 212, 0.06) 70%,
      transparent 100%
    ),
    radial-gradient(
      ellipse 430px 360px at 78% 50%,
      rgba(47, 85, 212, 0.38) 0%,
      rgba(47, 85, 212, 0.3) 32%,
      rgba(47, 85, 212, 0.13) 56%,
      rgba(47, 85, 212, 0.04) 74%,
      transparent 100%
    );
  z-index: 1;
}

.hero-gradient-bg > * {
  position: relative;
  z-index: 2;
}

.hero-gradient-bg .heading,
.hero-gradient-bg h1 {
  color: #ffffff !important;
}

.hero-gradient-bg .text-muted {
  color: rgba(255, 255, 255, 0.75) !important;
}

.hero-gradient-bg .btn-outline-primary {
  color: #ffffff !important;
  border: solid 0.5px rgba(255, 255, 255, 0.35) !important;
  background: rgba(255, 255, 255, 0.15) !important;
}

.hero-gradient-bg .btn-outline-primary:hover {
  background: rgba(255, 255, 255, 0.25) !important;
  border: solid 0.5px rgba(255, 255, 255, 0.35) !important;
}

/* Navbar always shows white background + shadow when hero gradient is active */
#topnav.defaultscroll.sticky {
  background: #ffffff;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

