
/* Banner */
.banner-section {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 30px auto 0;
  border-radius: 12px;
  overflow: hidden;
}

.banner-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Overlay content */
.banner-content {
  position: absolute;
  bottom: 10px;
  left: 30px;
  color: #fff;
}

.banner-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.banner-buttons .btn {
  padding: 5px 24px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.banner-buttons .btn.primary {
  background-color: #fff;
  color: #000;
}

.banner-buttons .btn.secondary {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}


/* comman css */

h2{
   color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
  margin: 0px;
}
h3 {
    color: #000;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0px;
}
p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

/* .btn {
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
} */
.btn.primary { background: #FF6B6B; color: #fff; }
.btn.secondary { background: #fff; color: #FF6B6B; border: 2px solid #FF6B6B; }

a.btn.claim-rewards-btn {
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    background: #BCAA85;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    border-style: none;
    box-shadow: none;
      padding: 18px 15px;
    text-decoration: none;
}

/* How It Works */
.how-it-works {
  text-align: center;
  padding: 60px 20px;
   background: #BCAA85;
    border-radius: 20px;
}
.how-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}
.step {
  width: 200px;
  transition: transform 0.3s ease;
}
.step:hover {
  transform: translateY(-10px);
}
.step img {
  width: 80px;
  margin-bottom: 10px;
}

/* Way to Earn */
.way-to-earn.page-width {
  background: #BCAA85;
    padding: 20px 20px;
    border-radius: 20px;
    margin-top: 70px;
}
.earn-items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
      margin-top: 20px;
}
.earn-item {
  background: white;
  display: flex;
  align-items: center;
  max-width: 500px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
      border-style: solid;
    border-color: #e0d4ca;
    border-width: 1px;
    border-radius: 6px;
    width: 30%;
}
.earn-item img {
  width: 120px;
  margin-right: 20px;
}
.way-to-earn h3 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
}
.way-to-earn p {
    color: #565656;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
      margin: 0;
}
.earn-item:hover {
    transform: translateY(-10px);
      transition: transform .3s ease;
}
/* Redeem Section */
.redeem-section.page-width {
  padding: 20px; 
    background: #BCAA85;
    margin-top: 70px; 
    border-radius: 16px;
}
.redeem-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
      margin-top: 20px;
}
.redeem-card {
  padding: 24px 16px;
    background-color: #fff;
    border-radius: 12px;
  width: 40%;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.redeem-card img {
    width: 200px;
    height: 152px;
  margin-top: 10px;
}
.redeem-card h3 {
    color: #000;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-top: 10px;
}
.redeem-card p{
  color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
a.btn.claim-rewards-btn:hover {
    color: #fff;
    background-color: #000;
}
.redeem-card:hover {
    transform: translateY(-10px);
    transition: transform .3s ease;
}
/* FAQ */
/* FAQ */
section.faq-section.page-width{
  padding: 60px 20px;
}
.faq-item {
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #e6e6e6;
  padding-top: 24px;
  padding-bottom: 24px;
}
.faq-question {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.375em;
  color: #fff;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-icon {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}
.faq-icon svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.icon-up {
  display: none;
}
.faq-answer {
  display: none;
  padding: 15px 0 0;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}

/* Active State */
.faq-item.active .faq-answer {
  display: block;
}
.faq-item.active .icon-up {
  display: inline;
}
.faq-item.active .icon-down {
  display: none;
}


/* Responsive */
@media (max-width: 1172px) {
.redeem-card {
    width: 48%;
}
  .earn-item {
    WIDTH: 48%;
}
  .banner-buttons{
        justify-content: center;
  }
  .banner-content{
    position: unset !important;
        padding: 20px;
        background: #D7BF9E;
  }
}
@media (max-width: 1200px) {
 section.way-to-earn.page-width , section.redeem-section.page-width {
    margin: 60px 40px;
 }
 section.faq-section.page-width{
    padding-top: 0px;
}
section.how-it-works.page-width {
    padding-bottom: 0px;
}
}

@media (max-width: 768px) {
    section.way-to-earn.page-width , section.redeem-section.page-width {
    margin: 0px 20px 40px 20px;
}
section.faq-section.page-width{
    padding: 20px;
}

  /* .how-steps, .earn-items, .redeem-cards {
    flex-direction: column;
    align-items: center;
  }
  .banner-section {
    flex-direction: column;
    text-align: center;
  } */
  .redeem-card {
    width: 100%;
}
  .earn-item {
    width: 100%;
}
}


a.ait-trigger-wayto-earn-points {
    cursor: pointer;
}

.page-width{
max-width: 1200px !important; 
}

.h1.appear-delay {
    line-height: 45px;
}
a.btn {
    background: #BCAA85;
}