@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap");

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background-color: #1c1e26;
}

h1,
h2,
h3 {
  color: #ffffff;
}

p {
  color: #898fa9;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  word-spacing: normal;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

::selection {
  color: #18ae62;
  background: #ffffff;
}

strong {
  font-weight: 700;
}

html {
  font-size: 62.5%;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

img {
  width: 100%;
  display: inline-block;
}

/* Header */
.header {
  width: 100%;
  height: 64px;
  padding: 0 16px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.header.scrolled {
  background: rgba(43, 46, 59, 1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.section-container {
  width: 100%;
  max-width: 1192px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  width: 108px;
  height: 36px;
}

.cta-button {
  padding: 12px 32px;
  border-radius: 4px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16.8px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #18ae62;
  color: white;
  border: none;
  cursor: pointer;
}

.cta-button:hover {
  background-color: #1ccc73;
}

/* Tablet */
@media (max-width: 1024px) {
  .logo img {
    width: 100%;
    height: 28px;
  }

  .cta-button {
    height: 38px;
    padding: 10.5px 32px;
  }
}

/* Promo Banner */
.promo-banner {
  position: relative;
  width: 100%;
  height: 80vh;
  background-image: url("https://cms.7bet.co.uk/wp-content/uploads/2025/10/LP_Sport_generic_DESKTOP_UK.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

/* Gradient overlay */
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(28, 30, 38, 0.55) 0%,
    rgba(28, 30, 38, 0.35) 40.41%,
    rgba(28, 30, 38, 0.49856) 71.12%,
    #1c1e26 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 16px 0;
}

/* Content */
.banner-content {
  text-align: center;
  color: #ffffff;
  z-index: 1;
}

.promo-title {
  font-weight: 800;
  font-size: 4vw;
  max-width: 756px;
  line-height: 120%;
  margin-top: 4px;
  margin-bottom: 0;
}

.promo-subtitle {
  font-family: Inter, sans-serif;
  font-weight: 600;
  color: #18ae62;
  font-size: 2vw;
  line-height: 120%;
  margin: 0;
}

.promo-title .highlight,
.promo-subtitle .highlight {
  position: relative;
  z-index: 1;
  padding: 0 0.2em;
}

.promo-title .highlight::before,
.promo-subtitle .highlight::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1em;
  width: 140%;
  background: linear-gradient(
    to right,
    rgba(24, 174, 98, 0) 0%,
    rgba(24, 174, 98, 0.9) 25%,
    rgba(24, 174, 98, 0.9) 75%,
    rgba(24, 174, 98, 0) 100%
  );
  transform: translate(-50%, -50%);
  border-radius: 0.15em;
  z-index: -1;
  filter: blur(2px);
}

.promo-title .highlight {
  color: #fff;
}

.promo-subtitle .highlight {
  color: #000;
}

.cta-button-main {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  margin-top: 32px;
  padding: 16px 32px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  background-color: #18ae62;
  color: #ffffff;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.cta-button-main:hover {
  background-color: #1ccc73;
}

/* Header Bottom */
.header-bottom {
  position: absolute;
  bottom: 12px;
  left: 50%;
  padding: 0 16px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1192px;
}

.partnership-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 1192px;
}

.partner-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.partner-text {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
}

.partner-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 37px;
  flex-wrap: wrap;
}

#partner-logo {
  max-width: 100px;
  max-height: 28px;
}

.terms-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.terms-text {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 9px;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
}

.begambleaware-logo {
  width: 125px;
}

/* Tablet */
@media (max-width: 1024px) {
  .promo-banner {
    background-image: url("https://cms.7bet.co.uk/wp-content/uploads/2025/10/LP_Sport_generic_TABLET_UK.jpg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }

  .banner-content {
    max-width: 606px;
  }

  .promo-subtitle {
    font-size: 24px;
  }

  .promo-title {
    font-size: 48px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .promo-banner {
    background-image: url("https://cms.7bet.co.uk/wp-content/uploads/2025/10/LP_Sport_generic_Mobile_UK.jpg");
    height: 75vh;
  }

  .promo-subtitle {
    font-size: 24px;
  }

  .promo-title {
    font-size: 52px;
  }

  .cta-button-main {
    width: 100%;
    padding: 16px;
  }

  .banner-bottom {
    padding: 0 16px;
  }

  .terms-text {
    font-size: 8px;
  }
}

/* Steps section */

.steps-section {
  height: 134px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}

.steps-box {
  background-color: #18ae62;
  width: 1196px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
  border-radius: 16px;
}

.step {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 16px;
}

.step-number {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 48px;
  padding: 8px 4px;
  line-height: 100%;
  color: #ffffff;
}

.step-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.step-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-top: -5px;
  color: #ffffff;
  text-transform: uppercase;
}

.step-desc {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .steps-section {
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .steps-box {
    display: block;
    height: auto;
    padding: 0px 20px;
  }

  .step-number {
    font-size: 40px;
  }

  .step {
    flex-direction: row;
    justify-content: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid white;
  }

  .step-title {
    font-size: 20px;
  }

  .step:last-child {
    border-bottom: none;
  }
}

/* Popular bets */

.popular-bets {
  max-width: 1196px;
  margin: 0 auto;
  padding: 16px 16px 40px 16px;
}

.popular-bets-title {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 16px;
}

.carousel-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .popular-bets {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1024px) {
  .popular-bets {
    padding: 24px 16px;
  }
}

/* Start Journey */
.start-7bet-section {
  padding-left: 16px;
  padding-right: 16px;
}

.container {
  max-width: 1196px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

/* Heading */
.start-7bet-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0 0 8px 0;
}

/* Paragraph */
.start-7bet-paragraph {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  margin: 0 0 24px 0;
}

/* Cards Container */
.cards-container {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  padding-bottom: 40px;
}

/* Card Styling */
.card {
  position: relative;
  border-radius: 4px;
  padding: 16px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 287px;
  height: 287px;
  transition: background-color 0.3s ease;
}

/* Hover overlay */
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  background: transparent;
  transition: background 0.3s ease;
  pointer-events: none;
  z-index: 0;
}

.card:hover::before {
  background: #1c1e26ba;
}

/* Card hover background color (under overlay) */
.card:hover {
  background-color: #18ae62;
}

/* Button Styling */
.card-button {
  position: relative;
  z-index: 1;
  width: 135px;
  height: 48px;
  padding-left: 12px;
  padding-right: 12px;
  gap: 10px;
  border-radius: 4px;
  border: none;
  background-color: #fff;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  z-index: 10;
}

.card:hover .card-button {
  opacity: 1;
  pointer-events: auto;
  background-color: #18ae62;
  color: white;
}

/* Anchor tag inside card */
.card-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .start-7bet-section {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .start-7bet-heading {
    font-size: 22px;
    line-height: 130%;
  }

  .cards-container {
    gap: 16px;
  }
  .card {
    flex: 1 1 0;
    max-width: calc((100% - 48px) / 4); /* 4 cards with 16px gaps */
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .card {
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

/* Offers section */
.offers-section {
  max-width: 1196px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 40px;
}

.offers-section-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 24px;
}

.offers-swiper {
  overflow-x: scroll !important;
  scrollbar-width: auto !important;
  -ms-overflow-style: auto !important;
  scroll-behavior: smooth;
}

.offers-swiper::-webkit-scrollbar {
  display: none;
}

.swiper-wrapper {
  display: flex !important;
  gap: 16px;
  flex-wrap: nowrap !important;

  scroll-snap-type: x mandatory; /* MOVE scroll snapping here */
  scroll-padding-left: 16px; /* Optional, add left padding for snap */
}

.swiper-slide.offer-card {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 286px !important;
  border-radius: 4px;
  box-sizing: border-box;
  background: #343747;
  position: relative;
}

.offer-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  color: #ffffff;
  padding: 8px 4px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  border-radius: 4px;
  z-index: 10;
}

.sports-offer {
  background: #ffd500;
}

.casino-offer {
  background: #ef5c3b;
}

.offer-image {
  height: 157px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
}

.offer-content {
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.offer-content h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21.6px;
  margin: 0 0 4px;
  color: #ffffff;
}

.offer-description {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  margin: 0 0 8px;
  color: #ffffff;
}

.offer-details {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 8px;
  line-height: 140%;
  margin: 0 0 24px;
  color: #898fa9;
}

.offer-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #18ae62;
  color: white;
  border: none;
  cursor: pointer;
  height: 38px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 12px;
}

.offer-cta:hover {
  background-color: #1ccc73;
}

.offer-details-link {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: underline solid;
  text-decoration-thickness: 1px;
  color: #ffffff;
  text-align: center;
}

.offer-details-link:hover {
  color: #18ae62;
}

@media (min-width: 1200px) {
  .offers-section {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1200px) {
  .offers-section {
    padding: 0px 0px 40px 16px;
  }
}

@media (min-width: 992px) {
  .swiper-slide.offer-card {
    flex-shrink: 0;
  }
}

/* Trust section */
.trust-icons-section {
  background-color: #343747;
}

.trust-icons-container {
  max-width: 1196px;
  margin: 0 auto;
  padding: 32px 16px;
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}

.trust-icon-wrapper {
  flex: 1 1 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.trust-icon-content {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.trust-icon {
  max-width: 62px;
  height: auto;
  margin-bottom: 0;
}

.trust-icon-text {
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: 0;
  margin: 0;
  user-select: none;
}

@media (min-width: 1200px) {
  .trust-icons-section {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  /* .trust-icons-section {
    padding-left: 16px;
    padding-right: 16px;
  } */

  .trust-icons-container {
    flex-wrap: nowrap;
  }

  .trust-icon-wrapper {
    flex: 1 1 0;
    max-width: none;
    min-width: 0;
    box-sizing: border-box;
  }

  .trust-icon-content {
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .trust-icon-text {
    font-size: 10px;
    line-height: 130%;
    white-space: normal;
  }
}

/* Description text section */
.about-7bet-section {
  max-width: 1196px;
  margin: 0 auto;
  padding-top: 40px;
  padding-left: 16px;
  padding-right: 16px;
}

.text-container {
  padding-bottom: 13px;
}

.text-container h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0 0 12px 0;
}

.text-container p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  margin: 0;
}

.text-container a {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #18ae62;
}

.text-container:last-child {
  padding-bottom: 0px;
}

/* Tablet */
@media (min-width: 1200px) {
  .about-7bet-section {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .text-container h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0;
  }
  .text-container p {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
  }

  .text-container a {
    font-size: 14px;
  }
}

/* Features */
.features-section {
  max-width: 1196px;
  margin: 0 auto;
  padding-top: 40px;
  padding-left: 16px;
  padding-right: 16px;
}

.features-section h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0;
  margin: 0 0 12px 0;
}

.feature {
  padding-top: 12px;
  margin: 0 0 12px 0;
}

.feature h3 {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  color: #898fa9;
  line-height: 24px;
  letter-spacing: 0%;
  padding-bottom: 8px;
}

.feature p {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.feature a {
  color: #18ae62;
}

@media (min-width: 1200px) {
  .features-section {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .feature-section h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0;
  }
  .feature p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
}

/* FOOTER */

/* Line */
.spacer {
  padding: 0 16px;
}

.spacer hr {
  border: 1px solid #898fa9;
  max-width: 1196px;
  margin: 38px auto;
}

@media (max-width: 768px) {
  .spacer-top-margin {
    margin-top: 40px !important;
  }

  .spacer hr {
    margin: 24px 0px;
  }
}

/* Security logo section */

.security-logos-section {
  display: flex;
  justify-content: center;
  padding: 0px 16px;
}

.security-logos-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1196px;
  width: 100%;
  gap: 12px;
}

.security-logos-container a,
.security-logos-container img {
  display: flex;
  align-items: center;
}

.security-logo {
  height: 40px;
  width: auto;
  flex-shrink: 0;
  object-fit: contain;
}

/* Mobile */
@media (max-width: 768px) {
  .security-logos-container {
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 24px;
  }
}

/* Payments section */

.payment-logos-section {
  display: flex;
  justify-content: center;
  padding: 0px 16px;
}

.payment-logos-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1196px;
  width: 100%;
  gap: 12px;
}

.payment-logo {
  height: auto;
  width: auto;
  max-height: 40px;
  object-fit: contain;
}

.mastercard-logo {
  width: 40px;
  height: auto;
}

/* Mobile */
@media (max-width: 768px) {
  .payment-logos-container {
    justify-content: space-between;
    /* column-gap: 20px; */
    row-gap: 24px;
  }
}

/* FOOTER */

footer {
  margin-bottom: 40px;
}

/* Footer legal */
.footer-legal-section {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 70px;
}

.footer-legal-container {
  max-width: 1196px;
  margin: 0 auto;
}

.footer-legal-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  margin: 0;
  color: #898fa9;
}

.consent-preferences {
  padding: 12px 0px;
  font-size: 12px;
}

.consent-preferences a {
  color: #18ae62;
}

@media (min-width: 1200px) {
  .footer-legal-section {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .footer-legal-section {
    margin: 0 auto;
    padding-bottom: 48px;
  }
}

/* Fixed bar */

.bottom-bar {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  padding: 12px 16px;
  background: #18ae62e0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 100;
}

.bottom-bar.show {
  opacity: 1;
  pointer-events: auto;
}

.bottom-bar-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin: 0;
}

.bottom-bar-btn {
  background-color: #393D4B;
  color: #fff;
  border: none;
  border-radius: 4px;
  height: 40px;
  padding: 12px 32px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
}

.bottom-bar-btn:hover {
  background-color: #494c62;
}

.bottom-bar-bottom-text-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}

.bottom-bar-bottom-text-wrapper img {
  height: 16px;
  width: 16px;
}
