.modal-title{
  color:#000;
}

.cs-site_header {
    /* background-color: black; */
    color: white;
}

@media (min-width:1199px) {
    .cs-site_header{
         margin-top :-9px;

    }
   
}
.card-text , .card-title{
    color: #fff7f7 !important;
}
/* .modal-content{
    background-color: linear-gradient(45deg, rgb(247 0 36 / 33%) 11.75%, rgb(255 8 44 / 10%) 91.8%) !important;
} */


/* Default style */
.nodewave-bg-section {
  background: 
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('../img/hero_bg_6.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}

/* up to 350px */
@media (max-width: 350px) {
  .nodewave-bg-section {
    height: 28vh ;
  }
}
/* 351px to 430px */

@media (min-width: 351px) and (max-width: 431px) {
  .nodewave-bg-section {
    height: 29vh ;
  }
  .nodewave-text-center{
    margin: 0px 0 0px 0 !important;
    padding-top: 23px !important;
    
  }
}
/* 431px to 600px */
@media (min-width: 431px) and (max-width: 600px) {
  .nodewave-bg-section {
    height: 31vh ;
  }
  .nodewave-text-center{
    margin: 0px 0 0px 0 !important;
    padding-top: 25px !important;
    
  }
}
/* 601px to 800px */
@media (min-width: 601px) and (max-width: 800px) {
  .nodewave-bg-section {
    height: 60vh ;
  }
}


@media (min-width: 801px) {
  .nodewave-bg-section {
    height: 100vh; /* or 90vh, etc. */
  }
}



@media (max-width: 440px) {
  .about_writting {
    order: 1;
  }
  .cs-event-card{
    padding: 5px !important;
  }
}
    .event-date {
      font-size: 18px;
      margin-bottom: 20px;
      color: #e30f2e;
    }


    /* ===== Campaign Announcement Strip ===== */
.cs-campaign-strip {
  background: radial-gradient(
      circle at top left,
      rgba(255, 0, 255, 0.15),
      transparent 40%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(0, 150, 255, 0.15),
      transparent 40%
    ),
    #0b0e13;
  padding: 28px 0;
  border-radius: 12px;
  margin: 40px auto;
  box-shadow: 0 0 40px rgba(255, 0, 255, 0.15);
}

.cs-campaign-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 6px;
}

.cs-campaign-title span {
  color: #f5b7ff;
}

.cs-campaign-text {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  line-height: 1.6;
}

.cs-campaign-btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
}

.cs-campaign-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 15px rgba(255, 0, 255, 0.4);
  color: #fff;
}


/* ================= EVENT DETAILS ================= */
/* .cs-event-details {
  margin-top: 80px;
} */

.cs-event-card {
  /* background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0.01)
  );
  border: 1px solid rgba(255, 255, 255, 0.08); */
  border-radius: 16px;
  padding: 48px;
  backdrop-filter: blur(10px);
}

.cs-event-header {
  text-align: center;
  margin-bottom: 40px;
}

.cs-event-title {
  color: #ffffff;
  margin-bottom: 10px;
}

.cs-event-subtitle {
  color: rgba(255, 255, 255, 0.7);
  max-width: 720px;
  margin: 0 auto;
}

.cs-event-content {
  row-gap: 30px;
}

.cs-event-block {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  padding: 24px;
  height: 100%;
}

.cs-event-block h4 {
  margin-bottom: 12px;
  color: #ffffff;
}

.cs-event-block p,
.cs-event-block li {
  color: rgba(255, 255, 255, 0.75);
}

/* Circle Bonus Levels */
.cs-level-grid {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.cs-level-grid span {
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-weight: 500;
}


.cs-iconbox.cs-style2 {
  padding: 32px 24px;
}
