* {
  font-family: "Open Sans", sans-serif;
}

 .promo-card .position-absolute{
  top: 5%;
  left: 6%;
  width: 460px;
  z-index: 2;
  line-height: 0.5rem;
 }

 .text-warning{
  font-size: 2.5rem;
 }

 .modal-footer .small .text-warning{
  font-size: 1em;
 }

 .promo-header div div:first-child {
  display: none;
 }

.promo-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin: 10px auto;
  max-width: 355PX;
  width: 100%;
  height: auto;
}

.promo-header img {
  width: 100%;
  height: auto;
}

.promo-header-mobile img {
  width: 100%;
  height: auto;
}

.promo-title {
  margin: 10px 0;
  font-size: 7.5rem;
}

.promo-coupon + div {
  font-size: 1.5rem;
  font-weight: normal;
  margin-top: 20px;
  text-transform: uppercase;
}

.promo-subtitle {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 3.2rem;
  margin-top: -28px;
}

.promo-details {
  padding: 20px 30px;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}

.promo-buttons {
  text-decoration: none;
  color: #000 !important;
  display: flex;
  justify-content: center;
  padding: 20px 35px;
  flex-direction: column; 
  font-size: var(--font-size-medium);
  font-weight: var(--font-weight-bold);
  gap: 13px;
}

.button-primary {
  background-color: var(--primary-color);
  color: #000;
  padding: 12px 65px;
  border: none;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
}

.button-primary:hover {
  background-color: var(--primary-color-hover);
  color: #000;
}

.button-secondary {
  background-color: #fff;
  color: #000;
  padding: 12px 25px;
  border: 1px solid var(--nav-color);
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
}

.button-secondary:hover {
  background-color: var(--gray-color);
  color: #000;
}

.promotion-block-custom h2 {
  padding: 0 0 0 33px;
  position: relative;
  left: 57px;
  font-weight: 600;
}

  .promotion-block-custom h2::before {
  content: "";
  position: absolute;
  bottom: -1px;
  background: url("/themes/custom/bogartcasino_theme/images/main-menu/promo.svg") no-repeat;
  width: 38px;
  background-size: 100%;
  height: 38px;
  left: -21px;
  }

.button-primary,
.button-secondary {
  width: 100%;
  align-self: center;
  display: flex;
  justify-content: center;
  margin: 0 8px;
}

/* Responsive Styles */

@media (min-width: 785px) {
  .promo-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin: 15px auto;
    max-width: 750px;
    width: 100%;
    height: auto;
  }

  .promo-title {
    font-size: var(--font-size-large);
  }

  .promotion-block-custom h2 {
    padding: 0 0 0 50px;
    position: relative;
    left: 67px;
  }

    .promotion-block-custom h2::before {
    bottom: -5px;
    width: 43px;
    height: 45px;
    left: -14px;
  }

  .promo-details {
    padding: 50px 30px;
    font-size: 13px; /* Slightly smaller font for mobile */
  }

  .promo-buttons {
    padding: 20px 35px;
    flex-direction: row; /* Stack buttons vertically */
  }
}

@media (min-width: 1050px) {

  .promo-card .position-absolute{
    top: 4%;
    left: -3%;
 }
  .promo-title {
    font-size: 3.5rem;
    font-weight: bold;
  }

  .promo-subtitle {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2.2rem;
  margin-top: -18px;
}

.promo-coupon + div {
  font-size: .8rem;
  font-weight: normal;
  margin-top: -14px;
  text-transform: uppercase;
}

  .border-lg-start {
            border-left: 1px solid #dee2e6;
        }
  .no-border-lg {
            border-top: none !important;
        }

  .promotion-block-custom h2 {
    padding: 0 0 0 0;
    position: relative;
    left: 8px;
  }

    .promotion-block-custom h2::before {
    left: -67px;
  }

  .button-primary,
  .button-secondary {
    width: auto;
    margin: 0 8px;
  }

  .promo-buttons {
    flex-direction: row;
    padding: 0 20px 35px;
    flex-direction: row; 
  }

  .promo-details {
    padding: 30px 50px;
  }
}

@media (min-width: 1440px) {

.promo-subtitle {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 3.2rem;
  margin-top: -28px;
}

 .promo-card .position-absolute{
  top: 5%;
  left: 6%;
  width: 460px;
  z-index: 2;
  line-height: 0.5rem;
 }

 .promo-title {
  font-size: 7.5rem;
  font-weight: bold;
}

.promo-coupon + div {
  font-size: 1.5rem;
  font-weight: normal;
  margin-top: 20px;
  text-transform: uppercase;
}

  .promotion-block-custom h2 {
    position: relative;
    left: 102px;
    margin: 0 0 35px 0;
  }

  .promo-card {
    max-width: 1140px;
    width: 100%;
    height: auto;
  }
}

 