.info-card{
  padding:50px 40px;
  border-radius:30px;
  height:100%;
  text-align:center;
}

/* Card colors */
.card-white{
  background:#ffffff;
}
.card-purple{
  background:#7a4755;
  color:#fff;
}
.card-red{
  background:#e04642;
  color:#fff;
}

/* Icon circle */
.icon-circle{
  width:90px;
  height:90px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,0.7);
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 25px;
}

/* Icon */
.icon-circle i{
  font-size:36px;
  color:#fff;
}

/* White card icon */
.card-white .icon-circle{
  border-color:#e04642;
}
.card-white .icon-circle i{
  color:#e04642;
}

/* Headings */
.info-card h3{
color: #fff;
}

.card-white h3{
  color:#e04642;
}

/* Paragraph */
p{
  font-size:17px;
  line-height:1.7;
}

.card-purple p,
.card-red p{
  color:rgba(255,255,255,0.85);
}

.card-white p{
  color:#555;
}


.puja-card {
  position: relative;
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

/* Dark overlay */
.puja-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

/* Plus icon */
.puja-plus {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 48px;
  height: 48px;
  background: #7a4755;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  z-index: 2;
  cursor: pointer;
}

/* Content */
.puja-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  color: #fff;
  z-index: 2;
}

.puja-content h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
   color: #fff;
}

.puja-content p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: #fff;
}



.puja-video-card {
  max-width: 420px;
}

.video-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.video-box img {
  width: 100%;
  display: block;
}

/* Play button */
.play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn span {
  width: 70px;
  height: 70px;
  background: #7a4755;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.sigma_footer-middle h5 {
    color: #fff;
}
.info-card.card-red h3 a {
  color: #fff;
  text-decoration: none;
}
.social-icons-footer i {
    font-size: 25px;
    padding: 0 12px 0 0;
}