Application for BDLD Legal Research Membership .uacf7-uacf7style-5856 label { font-style: normal;font-weight: normal; } .uacf7-uacf7style-5856 input[type="email"], .uacf7-uacf7style-5856 input[type="number"], .uacf7-uacf7style-5856 input[type="password"], .uacf7-uacf7style-5856 input[type="search"], .uacf7-uacf7style-5856 input[type="tel"], .uacf7-uacf7style-5856 input[type="text"], .uacf7-uacf7style-5856 input[type="url"], .uacf7-uacf7style-5856 input[type="date"], .uacf7-uacf7style-5856 input[type="radio"], .uacf7-uacf7style-5856 input[type="checkbox"], .uacf7-uacf7style-5856 select, .uacf7-uacf7style-5856 textarea { font-style: normal;font-weight: normal;border-style: solid!important; } .uacf7-uacf7style-5856 .wpcf7-radio span, .uacf7-uacf7style-5856 .wpcf7-checkbox span { font-style: normal;font-weight: normal; } .uacf7-uacf7style-5856 textarea { } .wpcf7-form-control-wrap select { width: 100%; } .uacf7-uacf7style-5856 input[type="submit"] { font-style: normal;font-weight: normal;border-style: none; } .uacf7-uacf7style-5856 input[type="submit"]:hover { } /* --- FONTS & BASICS --- */ @import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Inter:wght@300;400;500;600&display=swap'); /* --- FORM CONTAINER --- */ .bdld-form-wrapper { background: #ffffff; padding: 40px; border-radius: 8px; border: 1px solid #e2e8f0; box-shadow: 0 10px 30px rgba(0,0,0,0.05); font-family: "Inter", sans-serif; max-width: 800px; margin: 0 auto; } /* --- FORM HEADER --- */ .bdld-form-header { text-align: center; margin-bottom: 40px; border-bottom: 2px solid #C5A059; padding-bottom: 20px; } .bdld-form-header h2 { font-family: "Cinzel", serif; color: #0b1120; font-size: 28px; margin-bottom: 5px; font-weight: 700; text-transform: uppercase; } .bdld-form-header p { color: #64748b; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; margin: 0; } /* --- SECTION HEADERS --- */ .bdld-sec-title { font-family: "Cinzel", serif; color: #0b1120; font-size: 18px; border-bottom: 1px solid #f1f5f9; padding-bottom: 10px; margin-bottom: 25px; margin-top: 40px; } .bdld-sec-title span { color: #C5A059; margin-right: 8px; font-weight: 700; } /* --- INPUTS & GRID --- */ .bdld-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } .bdld-form-group { margin-bottom: 5px; } .bdld-form-group label { display: block; font-size: 13px; font-weight: 600; color: #475569; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; } /* Common Styles for Inputs */ .bdld-input, .bdld-select, .bdld-textarea { width: 100%; padding: 12px 15px; border: 1px solid #cbd5e1; border-radius: 4px; font-size: 15px; color: #0f172a; background: #f8fafc; transition: all 0.3s ease; box-sizing: border-box; } /* Focus Effect (The Gold Glow) */ .bdld-input:focus, .bdld-select:focus, .bdld-textarea:focus { border-color: #C5A059; background: #fff; outline: none; box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.15); } /* --- COMPACT STANDARD DOCKET --- */ .bdld-payment-docket { background: #f8fafc; border: 1px solid #cbd5e1; border-radius: 6px; padding: 20px 25px; margin-bottom: 25px; box-shadow: 0 2px 5px rgba(0,0,0,0.03); } /* Row 1: Prices */ .docket-split-row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; } .price-stack { display: flex; flex-direction: column; } .price-tier-1 { font-size: 13px; color: #94a3b8; text-decoration: line-through; } .price-tier-2 { font-size: 13px; color: #64748b; text-decoration: line-through; } .final-price-group { text-align: right; } /* Standardized Green Price */ .price-final { display: block; color: #16a34a; /* Success Green */ font-size: 24px; font-weight: 700; font-family: "Cinzel", serif; line-height: 1.2; } /* Standard Badge */ .limit-badge { display: inline-block; background-color: #dc2626; color: white; font-size: 10px; font-weight: 700; text-transform: uppercase; padding: 3px 8px; border-radius: 4px; margin-top: 2px; } /* Divider Line */ .docket-divider { height: 1px; background: #e2e8f0; margin: 15px 0; } /* Row 2: Payment Details */ .payment-details-row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; } .pay-instr { font-size: 14px; color: #475569; } .pay-instr strong { color: #0b1120; } /* Standardized Bold Number */ .the-number { background: #fffbeb; /* Subtle Gold BG */ border: 1px solid #C5A059; color: #0b1120; font-family: "Inter", monospace; font-size: 20px; font-weight: 700; padding: 8px 15px; border-radius: 4px; letter-spacing: 0.5px; user-select: all; } /* --- SUBMIT BUTTON --- */ .bdld-submit-container { text-align: center; margin-top: 40px; } .bdld-submit-btn { background: linear-gradient(to bottom, #C5A059, #b5902e); color: white; font-family: "Cinzel", serif; font-weight: 700; font-size: 16px; padding: 15px 50px; border: none; border-radius: 4px; cursor: pointer; text-transform: uppercase; letter-spacing: 1px; transition: transform 0.2s; width: 100%; max-width: 400px; } .bdld-submit-btn:hover { background: #a38645; transform: translateY(-2px); box-shadow: 0 10px 20px rgba(163, 134, 69, 0.3); } .secure-note { font-size: 12px; color: #94a3b8; margin-top: 15px; } /* Mobile Responsive */ @media (max-width: 600px) { .bdld-form-grid { grid-template-columns: 1fr; } .bdld-form-wrapper { padding: 20px; } .bdld-form-header h2 { font-size: 22px; } .docket-split-row, .payment-details-row { flex-direction: column; align-items: flex-start; text-align: left; } .final-price-group { text-align: left; margin-top: 5px; } .the-number { width: 100%; text-align: center; box-sizing: border-box; } } Seats Filling Fast — Limited Availability Application for Membership 2nd Cohort (2026) • Legal Research Membership Program I. Personal Information Full Legal Name Email Address Phone / WhatsApp LinkedIn Profile (Optional) II. Academic Profile University / Institution Current Status LLB StudentLLM StudentFresh Law GraduateLegal ProfessionalBar Council Aspirant III. Statement of Interest Why do you want to join? IV. Fee Verification Standard Fee: 2,500 BDT 2nd Cohort Priority Rate 1,490 BDT * Priority Rate ends when remaining seats are filled. Please "Send Money" via bKash / Nagad (Personal): 01813132383 Payment Method Used bKashNagadBank Transfer Transaction ID Please leave this field empty. 🔒 Secure 256-bit SSL Encrypted Transmission Your information will be securely sent to and stored in Google Sheets for the purpose of processing your form submission.