.offerPage .title{

    color:#333333;

    text-transform: none;

    font-size: 42px;

    font-weight: 500;

}

.offerPage .subTitle {

    font-size: 18px;

    color:#333333;

}

.wcBox{

    text-align: center;

    padding: 30px;

}

.wcBox .wcIcn img{

    max-width: 60px;

}

.wcBox .wcTxt{

    margin-top: 20px;

}

.wcBox .wcTxt h4{

    font-size: 22px;

    margin-bottom: 10px;

}

.wcBox .wcTxt p{

    font-size: 14px;

    color:#999999;

 

}

.rmaSec{

    position: relative;

}

.rmaImg{

    position: relative;



}

.rmaImg .playIcon{

    position: absolute;

    top:50%;

    left:50%;

    transform: translate(-50%, -50%);

}

.rmaImg .playIcon img{

    max-width: 64px;

}

.rmaBoxLeft img{

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.rmaBoxRight{

    padding: 60px;

    background: #f2f2f2;

}

.rmaBoxRight .rmaText p{

    font-size: 18px;

}

 .offer-image {
    text-align: center;
    }
.offer-image img {
      max-width: 100%;
      height: auto;
    
    }
.offer-card {
    position: relative;
    background: #fff;
    border: 2px solid #f7bd15;
    border-radius: 10px;
    padding: 25px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    min-height: 154px;
}

.offer-content {
    padding-left: 45px;
}

.offer-title {
    margin-bottom: 10px;
    font-size: 18px;
    color: #222;
    font-weight: 600;
}

.offer-card p {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.badge {
    position: absolute;
    top: -10px;
    left: -10px;
    background: #28a745;
    color: #fff;
    font-size: 13px;
    padding: 4px 10px;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.highlight {
    font-size: 26px;
    font-weight: bold;
    color: #f7bd15;
    /* You can change this to #28a745 for green or #e53935 for red */
}


/* Diagonal Ribbon in Corner */
.ribbon {
  width: 140px;
  height: 30px;
  background: #f7bd15;
  position: absolute;
  top: 15px;
  left: -45px;
  transform: rotate(-45deg);
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.ribbon span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  display: block;
}
@media(max-width: 767px){

    .offerPage .title{font-size: 28px;line-height: 32px;}
    .offer-card{
        margin-bottom: 15px;
    }


}