
    @import url('https://fonts.googleapis.com/css2?family=Hind+Madurai&display=swap');

    body {
      font-family: 'Hind Madurai', sans-serif;
    }

    .hero {
      background: linear-gradient(300deg, rgb(255, 0, 143) 0%, rgb(143, 0, 80) 100%);
      padding: 80px 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      row-gap: 20px;
      position: relative;
      overflow: hidden;
      color: white;
      text-align: center;
      min-height: 300px;
    }

    .wave-svg, .wave-svg-top {
      position: absolute;
      left: 0;
      width: 100%;
      height: auto;
      display: block;
      z-index: 1;
    }
    
    .wave-svg {
      bottom: 0;
    }
    
    .wave-svg-top {
      top: 0;
      transform: rotate(180deg);
    }

    .wave-fill {
      fill: #ffffff;
      stroke: #ffffff;
      stroke-width: 2px;
    }

    @media (max-width: 768px) {
      .wave-svg {
        height: 80px;
      }
    }

    .p_1 {
      text-align: center;
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 12px;
      color: #FFFFFF;
    }

    .countdown-wrapper {
      background: #0C0077;
      border: 3px solid red;
      max-width: 100%;
      margin: 0 auto;
      padding: 8px;
      gap: 6px;
    }

    .countdown-box {
      background: #14008C;
      border: 2px solid red;
      min-width: 60px;
      padding: 6px 12px;
      text-align: center;
      border-radius: 6px;
      color: #fff100;
    }

    .countdown-digits {
      font-size: 20px;
      font-weight: 700;
    }

    .countdown-label {
      font-size: 15px;
      font-weight: 600;
    }

    .checklist-item {
      padding: 15px 20px;
      margin-bottom: 10px;
      border-radius: 8px;
      color: white;
      font-size: 1.1em;
      font-weight: 500;
      display: flex;
      align-items: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .checklist-item-blue {
      background: linear-gradient(90deg, #0000ff 0%, #0000c8 100%);
    }

    .checklist-item-deepblue {
      background-image: linear-gradient(219deg, #1E0C94 0%, #5736EE 100%);
    }

    .checklist-item-pink {
      background: linear-gradient(90deg, #ff008f 0%, #c80064 100%);
    }

    .checklist_border {
      box-shadow: 0 0 10px 0 rgb(0 0 0 / .5);
      border-style: solid;
      border-width: 2px 2px 2px 2px;
      border-color: #FFF;
    }

    .checklist-icon {
      margin-right: 15px;
      font-size: 1.5em;
      color: white;
    }

    .custom-download-button {
      background-color: #0000ff;
      color: #ffffff;
      border-radius: 30px;
      padding: 10px 30px;
      font-size: 20px;
      font-weight: bold;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .custom-download-button:hover {
      background-color: #0000cc;
      color: #ffffff;
    }

    .custom-download-button .icon {
      margin-right: 10px;
      font-size: 24px;
    }

    .custom_button_1 {
      background-color: #fff0;
      font-family: "Anek", Sans-serif;
      font-size: 20px;
      font-weight: 500;
      background-image: linear-gradient(219deg, #1E0C94 0%, #5736EE 100%);
      box-shadow: 0 0 10px 0 rgb(0 0 0 / .5);
      border-style: solid;
      border-width: 2px 2px 2px 2px;
      border-color: #FFF;
      border-radius: 0 0 0 0;
      padding: 10px 15px 10px 15px;
      width: 100%;
    }

    .download-button-icon {
      margin-right: 5px;
      line-height: 1;
    }

    .download-button-icon svg {
      fill: #FFFF00;
    }

    .banners {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 10px;
      justify-content: center;
      align-items: start;
    }

    .banners img,  .glide__slide img {
      border: 6px solid #FFF;
      box-shadow: 2px 5px 10px 0 rgb(0 0 0 / 0.58);
      width: 100%;
      height: auto;
      display: block;
    }
    .glide__slide img{
      width: auto !important;
      margin: auto;
    }

    .offer-container {
        background-color: #a020f0;
        color: #ffffff;
        padding: 30px 40px;
        border-radius: 20px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
        text-align: center;
        max-width: 90%;
        width: 600px;
        border: 2px solid #ce93d8;
    }
    .offer-text-top {
        font-size: 1.25rem;
        margin-bottom: 15px;
        color: #fffacd;
    }
    .offer-price-bottom {
        font-size: 3rem;
        font-weight: bold;
        color: #ffff00;
        line-height: 1.2;
    }

    @media (max-width: 768px) {
        .offer-container {
            padding: 20px 25px;
        }
        .offer-text-top {
            font-size: 1rem;
        }
        .offer-price-bottom {
            font-size: 2.2rem;
        }
    }

    @media (max-width: 576px) {
        .offer-container {
            padding: 15px 20px;
            border-radius: 15px;
        }
        .offer-text-top {
            font-size: 0.9rem;
        }
        .offer-price-bottom {
            font-size: 1.8rem;
        }
    }
    .checkout_header {
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #ff008f;
  text-align: center;
  margin: 20px 10px 25px 10px;
}

.checkout_container {
  background-color: #FF008F0D;
}

.checkout_container .col-sm-6 {
  padding: 15px;
}

.billing-box, .order-box {
  padding: 20px;
  border-radius: 8px;
  font-family: Arial, sans-serif;
}

.billing-box h2, .order-box h2 {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.order-summary-header,
.order-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order-summary-header {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.order-summary-product {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.order-summary-product img {
  width: 60px;
  height: auto;
  margin-right: 15px;
  border-radius: 4px;
}

.order-summary-product span {
  color: #333;
  font-weight: bold;
}

.order-subtotal,
.order-charge {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.order-charge {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.order-total {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #333;
}

.order-total span:last-child {
  color: #e91e63;
}

.payment-method {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #F7F7F7;
}

.payment-method label {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.payment-method input[type="radio"] {
  margin-right: 10px;
  accent-color: #e91e63;
}

.telegram-access {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  color: #333;
}

.privacy-note {
  font-size: 0.8em;
  color: #666;
  margin-bottom: 20px;
}

.privacy-note a {
  color: #e91e63;
  text-decoration: none;
}

.checkout-btn {
  background-color: #e91e63;
  color: white;
  padding: 15px 25px;
  border: none;
  border-radius: 5px;
  width: 100%;
  font-size: 1.1em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-bottom-alert {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #E91E63;
  color: #fff;
  padding: 15px 25px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  min-width: 300px;
  max-width: 90%;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
}

.fixed-bottom-alert .alert-close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  margin-left: 15px;
}

.fixed-bottom-alert .fill-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
}

.fill-progress-animation {
  position: absolute;
  height: 4px;
  background: #ff4081;
  width: 100%;
  animation-name: shrink;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes shrink {
  from { width: 100%; }
  to { width: 0%; }
}

.success-alert{
  background: green;
}
.success-alert .alert-close{
  display: none;
}