body {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.colored-section {
  background-color: #ededed;
  height: 800px;
}

/* Headline styles */
.headline-1 {
  font-size: 72px;
  line-height: 89px;
  letter-spacing: 0px;
  font-weight: 800;
}

.headline-2 {
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 0px;
  font-weight: 800;
}

.headline-3 {
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0px;
  font-weight: 800;
}

.headline-4 {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0px;
  font-weight: 800;
}

.headline-5 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  font-weight: 600;
}

.headline-6 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 500;
}

.hero-subheadline {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 800;
  color: #5E6282;
}

.feature-subheadline {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2%;
  font-weight: 500;
  color: #5E6282;
}

.headline-card {
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 0px;
  font-weight: 700;
  color: #170F49;
}

.headline-featuredcard {
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 0px;
  font-weight: 800;
  color: white;
}

.sports-betting-sites {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  font-weight: 500;
  color: #020311;
}

/* For the image-text container */
.betting-sites-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

/* For the image */
.betting-sites-img {
  max-width: 480px;
  width: 100%;
  height: auto;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .sports-betting-sites {
    white-space: normal;
    margin-top: 8px;
  }
  .mb-4.pt-2.d-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}


.mobile-stats-title {
  text-align: center;
  margin-bottom: 20px;
  display: none;
}


@media (max-width: 1400px) {
  .mobile-stats-title {
    display: block;
  }
}






/* Subtitle styles */
.subtitle-1 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  font-weight: 700;
}

.subtitle-2 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  font-weight: 500;
}

/* Lead styles */
.lead-1 {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  font-weight: 400;
}

.lead-2 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  font-weight: 400;
}

/* Body styles */
.body-1 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  font-weight: 400;
}

.body-2 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 400;
}





/* Label styles */
.large-label {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 600;
}

.medium-label {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 500;
}

.small-label {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  font-weight: 600;
}

/* Hero Section */
.hero-section {
  min-height: 70vh;
  background: url(/static/images/hero_banner_v8.png) no-repeat right top;
  position: relative;
  overflow: hidden;
  background-size: contain;
  background-attachment: local;
}

@media (max-width: 991px) {
  .hero-section {
    background: none !important;
  }
}

@media (max-width: 1199px) {
  .how-it-works .arrow-img {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .stats-section .stats-bg {
    display: none !important;
  }
}

.hero-section .btn-primary {
  padding: 1.25rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  min-width: 220px;
}

.hero-section .content {
  position: relative;
  z-index: 2;
  padding-top: 2rem;
}

.hero-section .btn.btn-primary {
  animation: none !important;
  opacity: 1 !important;
}

.hero-section .btn.btn-primary:hover {
  transform: scale(1.05) !important;
  opacity: 1 !important;
}

.auth-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.auth-buttons .btn:hover {
  background-color: #f4f4f4;
  transition: opacity 0.2s ease;
}

.auth-buttons .btn:active,
.auth-buttons .btn.active {
  opacity: 1 !important;
  background-color: white !important;
}

.auth-buttons .btn {
  color: #000000;
  background: #fdfdfd;
  border: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 10px;
}

.auth-buttons .btn.btn-circle {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-card {
  text-align: center;
  height: 100%;
}

.feature-card img {
  margin-bottom: 0px;
}

.stats-section {
  padding: 4rem 0;
}

.stats-section img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

/* How It Works Section */
.how-it-works .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.how-it-works .step {
  text-align: center;
  padding: 1rem;
}

.how-it-works .step-image {
  margin-bottom: 1rem;
  object-fit: contain;
}

.how-it-works .step h3 {
  margin: 1rem 0;
}

.how-it-works .arrow-img {
  width: 150px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 180px;
}

.how-it-works .btn-primary {
  padding: 0.75rem 2.5rem;
  font-size: 1.1rem;
  min-width: 180px;
}

/* Pricing Section */
.pricing-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.pricing-section .section-subtitle {
  color: #6c757d;
  margin-bottom: 3rem;
}

.pricing-section {
   padding-bottom: 100px !important;
}

.pricing-card {
  border-radius: 20px;
  padding: 2rem;
  padding-top: 40px;
  height: 100%;
  background: #fdfdfd;
  transform: translateY(0);
  transition: transform 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  opacity: 1;
}

.pricing-card:hover {
  transform: translateY(-5px);
}

.pricing-card.featured {
  background: #4474f0;
  color: white;
  margin-top: -20px;
}

.pricing-card.featured:hover {
  transform: translateY(-5px);
}

.pricing-card.featured .badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.pricing-card.featured .description,
.pricing-card.featured .features-title {
  color: rgba(255, 255, 255, 0.8);
}

.pricing-card.featured .period {
  color: rgba(255, 255, 255, 0.7);
}

.pricing-card .program-icon {
  width: 64px;
  height: 64px;
  margin-right: 0.5rem;
}

.pricing-card .description {
  color: #6c757d;
  margin: 1rem 0;
}

.pricing-card .features-title {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  font-weight: 700;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.pricing-card .price {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.pricing-card .period {
  color: #6c757d;
  font-size: 0.9rem;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  flex-grow: 1;
}

.pricing-card ul li {
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
}

.pricing-card .btn {
  padding: 0.75rem 2.5rem;
  font-size: 1.1rem;
  min-width: 180px;
  align-self: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

/* ===== Testimonials Section ===== */
.testimonials {
  background: linear-gradient(135deg, #f8faff 0%, #f0f5ff 100%);
  padding: 80px 0;
  position: relative;
  z-index: 1;
  overflow: visible;
}

.testimonials .headline-2 {
  color: #170F49;
  margin-bottom: 15px;
  text-align: center;
}

.testimonials p.text-center {
  color: #6c757d;
  font-size: 18px;
  margin-bottom: 50px;
  text-align: center;
}

/* Testimonial Cards */
.testimonial-card {
  background: white;
  border-radius: 16px;
  padding: 30px;
  margin: 15px;
  box-shadow: 0 15px 40px rgba(68, 116, 240, 0.1);
  border: 1px solid rgba(68, 116, 240, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  height: 300px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}



.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(68, 116, 240, 0.2);
}

/* Testimonial Content */
.testimonial-img {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin: 0 auto 20px;
  display: block;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.7;
  color: #4a5568;
  font-style: italic;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
  padding: 0 10px;
}

.testimonial-name {
  font-weight: 700;
  color: #170F49;
  margin-top: 20px;
  text-align: center;
  position: relative;
  font-size: 17px;
}

.testimonial-name::before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #4474f0;
  margin: 0 auto 15px;
  border-radius: 3px;
}

/* Carousel Container */
#testimonial-carousel {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 10px;
}

.owl-stage-outer {
  padding: 20px 0;
  margin: -20px 0;
}

/* Carousel Navigation */
.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 3;
}



.owl-theme .owl-nav [class*='owl-']:hover {
  background: #4474f0 !important;
  color: white !important;
  transform: scale(1.1);
}

/* Carousel Dots */
.owl-theme .owl-dots {
  position: relative;
  z-index: 5;
  margin-top: 30px !important;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: rgba(68, 116, 240, 0.3) !important;
  transition: all 0.3s ease;
  display: block;
  border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #4474f0 !important;
  transform: scale(1.3);
}



/* Responsive Adjustments */
@media (max-width: 768px) {
  .testimonials {
    padding: 60px 0;
  }

  .testimonial-card {
    padding: 25px;
    margin: 10px;
  }

  .testimonial-text {
    font-size: 15px;
  }

  .owl-theme .owl-nav {
    display: none;
  }

  .owl-theme .owl-dots {
    margin-top: 20px !important;
  }
}

/* Footer */
.footer {
  background: #1a1f2b;
  color: white;
  padding: 4rem 0 2rem;
}

.footertext {
  color: #8d9298;
}

.start-text {
  font-size: 1.7rem;
  margin-bottom: 2rem;
}

.nav-link {
  color: white;
  text-decoration: none;
}

.nav-link:hover {
  color: #4474f0;
}

.copyright {
  color: #8d9298;
}

.btn-primary {
  box-shadow: rgba(11, 94, 215, 0.4) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.register_button {
  padding: 12px 30px;
}

.nejoblibenejsi {
  background-color: #25b289;
}

.feature-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  /* Hero Section */
  .hero-section {
    background-position: center;
    min-height: auto;
    padding-bottom: 2rem;
  }

  .hero-section .content {
    padding-top: 1rem;
    text-align: center;
  }


  .hero-section .lead {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }

  .auth-buttons {
    gap: 0.5rem;
    justify-content: center;
  }

  .auth-buttons .register_button {
    padding: 8px 15px;
    font-size: 0.9rem;
  }

  .navbar-brand img {
    width: 180px !important;
  }

  .navbar {
    flex-direction: column;
    padding: 1rem 0;
  }

  .auth-buttons {
    margin-top: 1rem;
    width: 100%;
    justify-content: space-between;
  }

  /* How It Works Section */
  .how-it-works .section-title {
    font-size: 2rem;
  }

  .how-it-works .step {
    padding: 0.5rem;
    margin-bottom: 2rem;
  }

  .how-it-works .step-image {
    width: 100px;
    height: 100px;
  }

  .how-it-works h3 {
    font-size: 1.3rem;
  }

  .how-it-works p {
    font-size: 0.9rem;
  }

  .how-it-works .arrow-img {
    transform: rotate(90deg) !important;
    padding-bottom: 0;
    margin: 10px 0;
    width: 80px;
  }

  .how-it-works .btn-primary {
    padding: 0.6rem 1.5rem !important;
    min-width: auto;
    font-size: 1rem !important;
  }

  /* Features section */
  .feature-card {
    margin-bottom: 2rem;
  }

  /* Pricing cards */
  .pricing-card {
    margin-bottom: 2rem;
  }

  .pricing-card.featured {
    margin-top: 0;
  }

  /* Testimonials */
  .testimonial-img {
    width: 70px !important;
    height: 70px !important;
  }

  /* Footer */
  .footer .d-flex {
    flex-direction: column;
    gap: 1rem !important;
  }

  .footer .btn-lg {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-size: 1rem !important;
  }
}

/* Desktop Version (your exact styling) */
.stats-section {
  position: relative;
  padding: 0;
}

.stats-image-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.stats-table-overlay {
  position: absolute;
  top: 205px;
  bottom: 60px;
  right: 40px;
  width: 585px;
  background: white;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.table-title {
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 1%;
  font-weight: 700;
  text-align: center;
}

.stats-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Inter', sans-serif;
}

.stats-table th {
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 1%;
  font-weight: 400;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 15px;
  border-bottom: 2px solid #000;
}

.stats-table td {
  padding: 12px 15px;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #000;
}

.stats-table tr:last-child td {
  border-bottom: none;
}

/* Mobile Version */
.mobile-stats {
  display: none;
}

/* Mobile Stats Overlay */
.mobile-stats-overlay {
  display: none;
}

@media (max-width: 1400px) {
  .mobile-stats-overlay {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .stats-overlay-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }

}


@media (max-width: 1400px) {
  .desktop-stats {
    display: none;
  }

  /* Mobile Stats Table */
.mobile-stats {
  display: block;
  background: white;
  padding: 25px 15px;
  border-radius: 16px;
  margin: 30px 0;
  border: 1px solid #f0f2f5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.mobile-stats .table-title {
  font-size: 20px;
  font-weight: 700;
  color: #170F49;
  margin-bottom: 20px;
  text-align: center;
}

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

.mobile-stats .stats-table th {
  font-size: 14px;
  font-weight: 600;
  color: #4474f0;
  text-align: center;
  padding: 15px 10px;
  background-color: #f8fafd;
  border-bottom: 2px solid #e1e8f5;
}

.mobile-stats .stats-table td {
  padding: 14px 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #4a5568;
  border-bottom: 1px solid #edf2f7;
}

.mobile-stats .stats-table tr:last-child td {
  border-bottom: none;
}

/* Alternate row coloring */
.mobile-stats .stats-table tr:nth-child(even) {
  background-color: #f9fbfe;
}

/* Hover effect */
.mobile-stats .stats-table tr:hover td {
  background-color: #f5f8ff;
}

/* First column emphasis */
.mobile-stats .stats-table td:first-child {
  font-weight: 600;
  color: #2d3748;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .mobile-stats {
    padding: 20px 10px;
  }

  .mobile-stats .stats-table th,
  .mobile-stats .stats-table td {
    padding: 12px 8px;
    font-size: 13px;
  }
}

  .mobile-table-container {
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-stats .stats-table {
    min-width: 100%;
    width: 100%;
    table-layout: fixed;
  }

  .mobile-stats .table-title {
    margin-bottom: 20px;
  }

  .mobile-stats .stats-table th,
  .mobile-stats .stats-table td {
    padding: 12px 15px;
  }
}

.surebet-section {
        padding: 80px 0;
        background-color: #f8f9fa;
      }

      .surebet-container {
        max-width: 900px;
        margin: 0 auto;
        background: white;
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        padding: 40px;
      }

      .surebet-title {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
        color: #1a1f2b;
      }

      .surebet-subtitle {
        font-size: 1.5rem;
        color: #000;
        margin-bottom: 2rem;
        font-weight: bold;
      }

      .bet-card {
        border-radius: 12px;
        border: 1px solid #e0e0e0;
        padding: 20px;
        margin-bottom: 20px;
        position: relative;
      }

      .bet-screenshot {
        width: 100%;
        height: 200px;
        background-color: #f5f5f5;
        border-radius: 8px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #999;
        font-weight: bold;
        border: 2px dashed #ccc;
      }

      .bet-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
      }

      .bet-number {
        font-weight: 700;
        color: #4474f0;
      }

      .bet-type {
        font-weight: 600;
        color: #333;
      }

      .bet-details {
        margin-bottom: 10px;
      }

      .bet-event {
        font-weight: 600;
        margin-bottom: 5px;
      }

      .bet-stake, .bet-odds, .bet-win {
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
      }

      .bet-label {
        color: #6c757d;
      }

      .bet-value {
        font-weight: 600;
      }

      .summary-card {
        background-color: #f5f7fa;
        border-radius: 12px;
        padding: 20px;
        margin-top: 30px;
      }

      .summary-row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
      }

      .summary-total {
        font-weight: 700;
        font-size: 1.1rem;
        border-top: 1px solid #ddd;
        padding-top: 10px;
        margin-top: 10px;
      }

      .profit {
        color: #25b289;
        font-weight: 700;
      }

      hr {
        margin: 30px 0;
        border-color: #eee;
      }

      @media (max-width: 768px) {
        .surebet-container {
          padding: 20px;
        }

        .surebet-title {
          font-size: 2rem;
        }

        .surebet-subtitle {
          font-size: 1.2rem;
        }
      }

      .section-title {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
      }

/* ===== Animation Styles ===== */
/* Fade in animation for page load */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Slide up animation */
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Pulse animation */
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

/* Hover grow effect */
@keyframes hoverGrow {
  from { transform: scale(1); }
  to { transform: scale(1.03); }
}

/* ===== Element Animations ===== */
/* Hero Section */
.hero-section .content {
  animation: fadeIn 0.8s ease-out forwards;
}

.hero-section h1 {
  animation: slideUp 0.8s ease-out 0.2s both;
}

.hero-section p.lead {
  animation: slideUp 0.8s ease-out 0.4s both;
}

.hero-section .btn-primary {
  animation: slideUp 0.8s ease-out 0.6s both;
}

/* Feature Cards */
.feature-card {
  transition: all 0.3s ease;
  opacity: 0;
  animation: slideUp 0.6s ease-out forwards;
}

.feature-card:nth-child(1) { animation-delay: 0.2s; }
.feature-card:nth-child(2) { animation-delay: 0.4s; }
.feature-card:nth-child(3) { animation-delay: 0.6s; }
.feature-card:nth-child(4) { animation-delay: 0.8s; }

.feature-card:hover {
  transform: translateY(-5px);
}

/* Stats Section */
.mobile-stats {
  animation: slideUp 0.8s ease-out 0.4s both;
}

.mobile-stats-image {
  animation: slideUp 0.8s ease-out 0.4s both;
}

/* How It Works Steps */
.step {
  opacity: 0;
  animation: slideUp 0.6s ease-out forwards;
}

.step:nth-child(1) { animation-delay: 0.2s; }
.step:nth-child(2) { animation-delay: 0.4s; }
.step:nth-child(3) { animation-delay: 0.6s; }



/* Testimonials */
.shadow-effect {
  transition: all 0.3s ease;
}

.shadow-effect:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
}

/* Call-to-action buttons */
.btn-primary {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-primary:hover {
  animation: pulse 1.5s infinite;
}

.btn-primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.2);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.btn-primary:hover::after {
  transform: translateX(100%);
}

/* Footer CTA */
.footer .btn-primary {
  animation: pulse 2s infinite 1s;
}

/* Scroll Animations */
.reveal {
  position: relative;
  opacity: 0;
  transition: all 1s ease;
}

.reveal.active {
  opacity: 1;
}

.active.fade-bottom {
  animation: slideUp 0.8s ease forwards;
}



/* Features Section - Mobile Layout */
@media (max-width: 991px) {
  .feature-card {
    display: flex;
    gap: 10px;
    text-align: left;
    align-items: flex-start;
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  }

  .feature-card img {
    margin-bottom: 0;
    width: 80px !important;
    height: auto;
    flex-shrink: 0;
    padding: 0;
  }

  .feature-card-content {
    flex: 1;
  }

  .feature-card h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3;
  }

  .feature-subheadline {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 0;
  }

  .features .col-md-3 {
    padding-bottom: 15px;
  }

  .features .row.g-4 {
    --bs-gutter-y: 0;
  }
}

/* Desktop Layout remains unchanged */
@media (min-width: 991px) {
  .feature-card {
    text-align: center;
    height: 100%;
    padding: 30px 20px;
  }

  .feature-card img {
    margin: 0 auto 20px;
    display: block;
  }

  .feature-card-content {
    text-align: center;
  }
}





/* Mobile Pricing Tabs */
@media (max-width: 992px) {
  .mobile-pricing-tabs {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 8px;
  }

  #pricing-tabs {
    display: flex;
    justify-content: space-between;
    border: none;
  }

  #pricing-tabs .nav-link {
    flex: 1;
    text-align: center;
    border: none;
    color: #6c757d;
    font-weight: 600;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  }

  #pricing-tabs .nav-link.active {
    background: #4474f0;
    color: white;
    box-shadow: 0 4px 12px rgba(68, 116, 240, 0.2);
  }

  .tab-content {
    margin-top: 20px;
  }

  .mobile-pricings {
    scale: 90%;
  }

  .mobile-price-title {
    scale: 90%;
  }

  .pricing-section .section-subtitle {
  margin-bottom: 0;
}



  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  .tab-pane:not(.active) {
    display: none;
  }

  .tab-pane {
  transition: none !important;
  }

  #pricing-tabs .nav-link.active {
  transform: scale(0.95);
  box-shadow: 0 4px 15px rgba(68, 116, 240, 0.3);
}

  .pricing-card {
    width: 100%;
    margin: 0 auto;
  }
}

/* Desktop styles remain unchanged */
@media (min-width: 992px) {
  .mobile-pricing-tabs,
  .tab-content {
    display: none !important;
  }
}

/* Mobile Hero Text Sizing */
@media (max-width: 768px) {
  .hero-section .headline-1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 1rem;
  }

  .hero-section .hero-subheadline {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }

  .hero-section .content {
    padding-top: 1rem !important;
  }
}



/* Mobile Navbar Styles */
@media (max-width: 992px) {
  .navbar {
    padding: 1rem 0;
  }

  .navbar-brand img {
    width: 180px !important;
  }

  .navbar-toggler {
    border: none;
    padding: 0.5rem;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 1.5em;
    height: 1.5em;
  }

  #mobileAuthMenu {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-top: 1rem;
  }

  .auth-buttons .register_button {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .navbar-toggler,
  #mobileAuthMenu {
    display: none !important;
  }
}

/* Mobile Navbar Styles */
@media (max-width: 992px) {
  .mobile-navbar-bg {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1000;
  }

  .mobile-navbar-bg .navbar {
    padding: 0.5rem 0;
  }

  .mobile-navbar-bg .navbar-brand img {
    width: 180px !important;
  }
}

/* Desktop Styles */
@media (min-width: 992px) {
  .mobile-navbar-bg {
    display: none;
  }

  .hero-section .navbar {
    background-color: transparent !important;
    box-shadow: none !important;
  }
}

/* Mobile Menu Styles */
#mobileMenu {
  background-color: white;
  padding-top: 10px;
}

.hero-section .content > * {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease-out forwards;
}

.hero-section .headline-1 {
  animation-delay: 0.2s;
}

.hero-section .hero-subheadline {
  animation-delay: 0.4s;
}

.hero-section .betting-sites-img {
  animation-delay: 0.6s;
}

.hero-section .btn-primary {
  animation-delay: 0.8s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Album Gallery Styles */
.album .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: flex-start;
}

.album .responsive-container-block.bg {
  max-width: 1320px;
  margin: 0 auto;
  justify-content: space-between;
}

.album .img {
  width: 100%;
  margin: 0 0 20px 0;
  cursor: pointer;
  border-radius: 8px;
  transition: transform 0.3s ease;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.album .img:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

.album .responsive-container-block.img-cont {
  flex-direction: column;
  max-width: 32%;
  min-height: auto;
  margin: 0;
  height: 100%;
}

.album .img.img-big {
  height: 48%;
  margin: 0 0 16px 0;
}

.album .img.img-last {
  margin-bottom: 0;
}

/* Lightbox Styles */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
  animation: fadeIn 0.3s;
}

.lightbox-content {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.close-btn:hover {
  color: #bbb;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .album .img {
    margin: 0 0 18px 0;
  }
}

@media (max-width: 768px) {
  .album .img {
    max-width: 32.5%;
    margin: 0;
  }

  .album .responsive-container-block.bg {
    flex-direction: column;

  }

  .album .responsive-container-block.img-cont {
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .album .img.img-big {
    max-width: 49%;
    margin: 0;
  }
}

@media (max-width: 500px) {
  .album .img {
    max-width: 94%;
    margin: 0 0 25px 0;
  }

  .album .responsive-container-block.img-cont {
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }

  .album .img.img-big {
    max-width: 94%;
    margin: 0 0 25px 0;
  }

  .album .img.img-last {
    margin: 0 0 5px 0;
  }
}

.testimonials-gallery {
  background: linear-gradient(135deg, #f8faff 0%, #f0f5ff 100%);
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .desktop-testimonial {
    display: none;
  }
}

@media (min-width: 769px) {
  .mobile-testimonial {
    display: none;
  }
}

#mobileMenu.collapsing {
  transition: height 0.15s ease;
}

#mobileMenu.show {
  transition: all 0.2s ease-out;
}

.navbar-collapse {
  will-change: transform, opacity;
  backface-visibility: hidden;
}