/* =========================
   CARD BASE
========================= */
.imran-sidebar-card,
.imran-reviews-card {
    width: 270px;
    max-width: 270px;
    margin: 0 auto 25px;
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

/* =========================
   BADGE
========================= */
.imran-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff3df;
    color: #f59e0b;
    font-size: 11px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.imran-badge img {
    width: 25px;
    height: 25px;
}

/* =========================
   ABOUT CONTENT
========================= */
.imran-sidebar-card h3 {
    font-size: 18px;
    font-weight: 800;
    color: #1f2b3a;
    margin-bottom: 14px;
    line-height: 1.25;
}

.imran-desc {
    font-size: 13px;
    color: #667085;
    line-height: 20px;
    margin-bottom: 18px;
}

/* =========================
   STATS
========================= */
.imran-stats {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}

.imran-stat-box {
    flex: 1;
    background: #faf8f2;
    border-radius: 16px;
    padding: 14px 10px;
    text-align: center;
}

.imran-stat-icon {
    width: 25px;
    height: 25px;
    margin-bottom: 6px;
}

.imran-stat-box strong {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #1f2b3a;
}

.imran-stat-text {
    font-size: 9px;
    color: #676F7E;
    line-height: 12px;
    font-weight: 500;
    margin: 0;
}

.imran-tags {
    font-size: 13px;
    color: #676F7E;
    line-height: 20px;
}

/* =========================
   REVIEWS
========================= */
/* =========================
   REVIEWS CARD
========================= */
.review-card {
    max-width: 420px;
    background: #fff;
    padding: 14px;
    border-radius: 18px;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
    width: 270px;
  /*added by margin auto mangesh*/
    margin:auto;
}

/* Title */
.review-card p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #282828;
    text-align: center;
}

/* Subtitle */
.review-card .sub {
    font-size: 12px;
    color: #676F7E;
    line-height: 18px;
    margin-bottom: 14px;
    font-weight: 400;
}

/* Review box */
.review-item-box {
    background: #faf8f2;
    border-radius: 12px;
    padding: 7px 8px;
    margin-top: 10px;
}

/* Review row */
.review-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Logo */
.review-item img {
    max-height: 22px;
    width: auto;
}

/* Rating */
.rate {
    color: #f5a200;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

/* Meta text */
.review-item-box small {
    display: block;
    font-size: 10px;
    line-height: 15px;
    color: #676F7E;
    font-weight: 400;
}

/* View all link */
.view-all {
    display: inline-block;
    margin-top: 14px;
    color: #DC9A01 !important;
    font-weight: 600;
    text-decoration: none;
    font-size: 11px;
    line-height: 16px;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 600px) {
    .review-card {
        max-width: 100%;
    }
}
