.trending-questions{position:relative;min-height:780px;height:100%}
.background-wrapper{position:absolute;top:0;left:0;width:100%;min-height:780px;height:780px;z-index:1;background-position:center center;background-repeat:no-repeat;background-size:cover}
.trending-questions__container{max-width:1034px;margin:0 auto;padding:40px 0 150px 0;box-sizing:border-box;width:100%;z-index:2;position:relative}
.trending-questions__title{font-size:36px;font-weight:600;color:#1c2633;margin-bottom:25px;line-height:56px;text-align:center}
.trending-questions__list{display:flex;flex-direction:column;gap:16px;margin-bottom:55px}
.question-item{background:#f9fafb;border-radius:12px;transition:all .3s ease}
.question-item__header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;cursor:pointer;gap:8px;border-radius:12px}
.question-item__text{font-size:18px;font-weight:500;color:#0c111d;line-height:28px;flex:1}
.question-item__toggle{width:21px;height:21px;background:url("../../../../../content/dam/hdfcklarifylife/revamp/icons/plus-icon.svg") no-repeat center center;background-size:contain;cursor:pointer;position:relative}
.question-item--open .question-item__toggle{background-image:url("../../../../../content/dam/hdfcklarifylife/revamp/icons/minus-icon.svg")}
.question-item__body{max-height:0;overflow:hidden;transition:max-height .4s ease;padding:0 16px}
.question-item__answer{padding:0 16px;max-height:0;overflow:hidden;transition:all .3s ease;background:#f9fafb;border-radius:12px}
.question-item__answer-text{padding-bottom:16px;font-size:18px;font-weight:400;color:#1c2633;line-height:24px;margin:0}
.question-item__answer-text a{color:#005e9e}
.question-item__answer-text ul,.question-item__answer-text ol{list-style:initial !important}
.question-item--open{background:#f5fbff;border:1px solid #5cbeff}
.question-item--open .question-item__header .question-item__text{color:#005e9e;font-weight:600}
.question-item--open .question-item__answer{background:#f5fbff;max-height:200px;overflow:auto}
.trending-questions__action{text-align:center}
.trending-questions__button{display:inline-block;background:white;color:#ed1c24;text-decoration:none;font-size:16px;font-weight:600;padding:12px 32px;border-radius:8px;border:1px solid #f9adaa;transition:all .3s ease}
.trending-questions__image{width:300px;height:300px;object-fit:cover;border-radius:20px;filter:brightness(1.1) saturate(1.2)}
@media(max-width:767px){.trending-questions__container{padding:40px 16px 40px 16px;box-sizing:border-box}
.question-item__text,.question-item__answer-text{font-size:14px;line-height:20px}
.trending-questions{min-height:820px}
.background-wrapper{min-height:820px;height:820px}
}