.elementor-173 .elementor-element.elementor-element-c3b1d58{--display:flex;--margin-top:-73px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-6ae532f *//* কালার এবং স্টাইল রেফারেন্স অনুযায়ী */
body { background: #f0f2f5; font-family: 'Segoe UI', sans-serif; }
.hero { text-align: center; padding: 30px 15px; }
.badge-top { display: inline-flex; align-items: center; gap: 8px; background: #eef2ff; color: #4338ca; padding: 6px 16px; border-radius: 20px; font-size: 12px; font-weight: 700; }
.hero h1 { font-size: 28px; margin: 15px 0; color: #1a1a1a; }
.hero p { max-width: 500px; margin: auto; color: #666; font-size: 14px; }

.wrapper { max-width: 900px; margin: 20px auto; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 0 15px; }
.card { background: #fff; border-radius: 20px; padding: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }

.profile { display: flex; gap: 12px; align-items: center; margin-bottom: 20px; }
.profile img { width: 55px; border-radius: 12px; }
.stats { display: flex; gap: 10px; margin-bottom: 20px; }
.stat { flex: 1; background: #f8fafc; padding: 10px; border-radius: 12px; text-align: center; font-size: 12px; font-weight: 600; }

/* বাটন কালার */
.btn { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 12px; border-radius: 12px; color: #fff; text-decoration: none; font-weight: 600; margin-bottom: 8px; }
.fb { background: #1877f2; }
.yt { background: #ff0000; }
.wa { background: #25d366; }

.quick { display: flex; justify-content: space-between; padding: 12px; background: #f8fafc; border-radius: 10px; margin-top: 8px; color: #333; text-decoration: none; font-size: 14px; border: 1px solid #e2e8f0; }

.option { display: flex; align-items: center; gap: 10px; padding: 14px; border-radius: 12px; color: #fff; margin-bottom: 10px; text-decoration: none; font-weight: 600; }
.wa-bg { background: #25d366; }
.fb-bg { background: #0084ff; }

.available { background: #007bff; color: #fff; padding: 4px 10px; border-radius: 20px; font-size: 11px; }
.note { background: #f9f9f9; padding: 12px; border-radius: 10px; margin-top: 10px; color: #555; font-size: 13px; line-height: 1.4; }

/* মোবাইল রেসপন্সিভ */
@media(max-width:768px) {
    .wrapper { grid-template-columns: 1fr; }
    .hero h1 { font-size: 22px; }
}
</style>/* End custom CSS */