⚖️ ASSOCIATE LAWYER

Imam Hasan
LL.B, LL.M

Associate Lawyer at Azad & Company · President at JnUITS

📌 Present Address: 110/A, Sarat Gupta Road, Narinda, Dhaka - 1100
🏠 Permanent Address: Kalmegha, Patharghata, Barguna - 8720
BOOK AN APPOINTMENT
Imam Hasan, Associate Lawyer
Imam Hasan
Associate Lawyer
Azad & Company

Areas of Practice & Qualifications

Education ⸻

Bachelor of Laws (LL.B)

Jagannath University, Dhaka
2023

Master of Laws (LL.M)

Jagannath University, Dhaka
Present (continuing)

Skills & Expertise

Legal Skills

Legal ResearchContract DraftingCorporate Documentation Client AdvisoryCase PreparationCorporate Compliance Legal Writing

Soft Skills

MS OfficeGoogle Workspace

Bar Council eligibility – awaiting enrollment

Professional Experience

Dec 2024

Azad & Company, Paltan, Dhaka

Associate (Corporate Documentation) — Internship

Assisted in preparing and reviewing corporate legal documents, contracts, and compliance records. Conducted legal research for case preparation. Gained practical experience in corporate documentation, client communication, and legal drafting under senior advocates.

2024 – present

Associate Lawyer at Azad & Company

Corporate & Civil Litigation

Providing research support, drafting pleadings, and assisting in client consultations. Developing expertise in civil litigation and corporate advisory.

Professional Development

Seminar 2023

Labour Law Seminar

Attended seminar organized by 'Ogrogami Foundation' on 26 May 2023. Explored contemporary labour issues, legal reforms, and workplace rights under Bangladesh labour legislation.

ICT Division, EDGE Project

Computer Fundamentals & Office Apps

60‑hour training (May–Dec 2024) by Dept. of CSE, Jagannath University, under Bangladesh Computer Council. Enhanced MS Office, file management, and ICT productivity skills.

Leadership & Bar Association Activities

Jagannath University IT Society

President

Led planning and execution of tech & cultural events; managed cross‑functional teams; fostered student ICT engagement. Represented the society at university forums.

Jagannath University Leo Club

Former President

Directed community service, charity events, and youth leadership programs. Developed public relations & volunteer coordination across multiple districts.

References

Professional References ⸻

Christine Richardson

Associate Professor
Department of Law and Land Administration, Jagannath University

Ayesha Saleh

Assistant Professor
Department of Law and Land Administration, Jagannath University

Contact & Consultation

Imam Hasan
Associate Lawyer

110/A, Sarat Gupta Road, Narinda, Dhaka-1100

Book an Appointment

⚡ IN THE MEDIA · INTERNSHIP PROGRAM · PUBLICATIONS ⚡

Featured in university law journal & local bar bulletin. Internship mentorship available for final-year law students. → Inquire within

Justice Without Prejudice

Associate Lawyer at Azad & Company | President at JnUITS | Jagannath University Alumnus

Schedule a Consultation

About My Practice

Corporate & Civil Litigation

Providing expert legal research, drafting pleadings, and assisting in client consultations. Specializing in corporate documentation and civil law compliance.

Academic Foundation

Completed LL.B (Honours) and currently pursuing LL.M at Jagannath University, Dhaka.

} .logo { font-size: clamp(1.5rem, 5vw, 2.2rem); font-weight: 800; line-height: 1.1; color: var(--deep-teal); text-transform: none; letter-spacing: -0.5px; position: relative; } .logo span { color: var(--terracotta); font-weight: 500; font-size: clamp(0.7rem, 2.5vw, 1rem); display: block; font-family: 'Inter', sans-serif; letter-spacing: 1px; text-transform: uppercase; } .nav-links { display: flex; gap: 1.5rem; font-size: 0.9rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; } @media (min-width: 1200px) { .nav-links { gap: 2.5rem; } } .nav-links a { color: var(--deep-teal); position: relative; padding-bottom: 5px; white-space: nowrap; } .nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--terracotta); transition: width 0.3s ease; } .nav-links a:hover::after { width: 100%; } .contact-phone { font-size: 0.9rem; font-weight: 600; color: var(--deep-teal); border: 2px solid var(--gold); padding: 6px 15px; border-radius: 40px; transition: var(--transition); background: transparent; white-space: nowrap; } .contact-phone:hover { background: var(--gold); color: var(--deep-teal); transform: translateY(-2px); box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3); } .hamburger { display: none; font-size: 1.8rem; cursor: pointer; color: var(--deep-teal); } /* ===== MODERN HERO ===== */ .hero { min-height: 100vh; display: flex; align-items: center; background: linear-gradient(135deg, var(--cream) 0%, #fff 100%); padding: 120px 0 60px; position: relative; overflow: hidden; } .hero::before { content: "⚖️"; font-size: clamp(15rem, 50vw, 30rem); opacity: 0.02; position: absolute; right: -50px; bottom: -50px; transform: rotate(15deg); pointer-events: none; } .hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; position: relative; z-index: 2; } @media (max-width: 1000px) { .hero-grid { grid-template-columns: 1fr; gap: 50px; } } .hero-left { padding-right: 20px; } @media (max-width: 1000px) { .hero-left { padding-right: 0; } } .firm-name { font-family: 'Inter', sans-serif; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 3px; color: var(--terracotta); margin-bottom: 15px; font-weight: 600; } .hero-left h1 { font-size: clamp(2.5rem, 8vw, 5rem); font-weight: 900; line-height: 1; margin-bottom: 20px; background: linear-gradient(135deg, var(--deep-teal) 0%, var(--terracotta) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .hero-left h2 { font-size: clamp(1.1rem, 3vw, 1.5rem); font-weight: 400; color: var(--charcoal); margin-bottom: 25px; font-family: 'Inter', sans-serif; border-left: 4px solid var(--gold); padding-left: 15px; line-height: 1.4; } .hero-left h2 a { color: var(--deep-teal); font-weight: 600; border-bottom: 2px solid var(--gold); transition: var(--transition); word-break: break-word; } .hero-left h2 a:hover { color: var(--terracotta); border-bottom-color: var(--terracotta); } .address-block { margin: 30px 0 25px; font-size: 1rem; color: var(--deep-teal); line-height: 1.7; background: rgba(212, 175, 55, 0.05); padding: 20px; border-radius: 0 15px 15px 0; border-left: 4px solid var(--gold); } .address-block strong { color: var(--terracotta); display: block; margin-top: 10px; font-size: 0.95rem; } .address-block strong:first-of-type { margin-top: 0; } .contact-details { margin-top: 15px; padding-top: 15px; border-top: 1px dashed var(--gold); display: flex; flex-wrap: wrap; gap: 15px; align-items: center; } .contact-details a { color: var(--deep-teal); transition: var(--transition); display: inline-flex; align-items: center; gap: 5px; font-size: 0.95rem; word-break: break-all; } .contact-details a:hover { color: var(--terracotta); } @media (max-width: 480px) { .contact-details { flex-direction: column; align-items: flex-start; gap: 10px; } } .btn-gold { background: linear-gradient(135deg, var(--deep-teal), #1e5a5a); border: none; color: var(--white); padding: 14px 35px; font-family: 'Inter', sans-serif; font-size: 0.95rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; cursor: pointer; transition: var(--transition); display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 40px; box-shadow: 0 10px 20px -5px rgba(26, 75, 75, 0.3); position: relative; overflow: hidden; width: fit-content; } @media (max-width: 480px) { .btn-gold { width: 100%; padding: 14px 20px; } } .btn-gold::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transition: left 0.5s ease; } .btn-gold:hover::before { left: 100%; } .btn-gold:hover { transform: translateY(-3px); box-shadow: 0 15px 30px -5px rgba(26, 75, 75, 0.4); background: linear-gradient(135deg, #1e5a5a, var(--deep-teal)); } .hero-right { position: relative; display: flex; justify-content: center; } .photo-frame { max-width: 400px; width: 100%; clip-path: polygon(20% 0%, 100% 0, 100% 80%, 80% 100%, 0 100%, 0% 20%); background: var(--gold); padding: 6px; box-shadow: var(--shadow-hover); transition: var(--transition); } @media (max-width: 768px) { .photo-frame { max-width: 350px; margin: 0 auto; } } .photo-frame:hover { transform: scale(1.02); box-shadow: 0 25px 50px -12px var(--deep-teal); } .photo-frame img { width: 100%; height: auto; display: block; filter: grayscale(30%) contrast(105%); clip-path: polygon(20% 0%, 100% 0, 100% 80%, 80% 100%, 0 100%, 0% 20%); } .gold-quote { position: absolute; bottom: -15px; right: -10px; background: var(--white); padding: 12px 20px; box-shadow: 6px 6px 0 var(--gold); text-align: center; min-width: 160px; } @media (max-width: 480px) { .gold-quote { padding: 10px 15px; min-width: 140px; right: 0; } } .gold-quote .name { font-size: 1.2rem; font-weight: 700; color: var(--deep-teal); font-family: 'Playfair Display', serif; } .gold-quote .title { font-size: 0.8rem; color: var(--terracotta); font-weight: 600; margin: 2px 0; } .gold-quote .firm { font-size: 0.8rem; color: var(--gold); font-weight: 700; letter-spacing: 0.5px; } /* ===== MODERN SECTIONS ===== */ section { padding: 60px 0; } @media (max-width: 768px) { section { padding: 40px 0; } } .section-title { font-size: clamp(2rem, 6vw, 3.2rem); color: var(--deep-teal); margin-bottom: 35px; font-weight: 800; position: relative; display: inline-block; } .section-title:after { content: ''; position: absolute; bottom: -12px; left: 0; width: 70px; height: 4px; background: linear-gradient(90deg, var(--gold), var(--terracotta)); border-radius: 2px; } /* Expandable cards */ .expandable-card { background: var(--white); border: none; padding: 25px; margin-bottom: 25px; border-radius: 0 20px 20px 0; border-left: 6px solid var(--gold); box-shadow: var(--shadow-sm); transition: var(--transition); } @media (max-width: 768px) { .expandable-card { padding: 20px; } } .expandable-card:hover { box-shadow: var(--shadow-hover); } .card-header { display: flex; justify-content: space-between; align-items: center; cursor: pointer; } .card-header h3 { font-size: clamp(1.5rem, 4vw, 2rem); color: var(--deep-teal); } .card-header i { font-size: 1.5rem; color: var(--terracotta); transition: transform 0.4s; } .card-content { max-height: 0; overflow: hidden; transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1); } .card-content.show { max-height: 800px; } .content-item { margin: 25px 0 15px; padding: 20px; background: linear-gradient(135deg, var(--cream) 0%, #fff 100%); border-radius: 12px; } @media (max-width: 768px) { .content-item { padding: 15px; margin: 20px 0 10px; } } .content-item h4 { font-size: clamp(1.2rem, 3vw, 1.4rem); color: var(--deep-teal); margin-bottom: 5px; } .content-item .meta { color: var(--terracotta); font-weight: 600; font-size: 0.95rem; } .content-item .date { color: var(--charcoal); font-size: 0.9rem; opacity: 0.7; } .content-item .contact-info { margin-top: 12px; font-size: 0.95rem; line-height: 1.8; word-break: break-word; } .content-item .contact-info i { color: var(--gold); width: 20px; margin-right: 5px; } .skills-container { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-top: 25px; } @media (max-width: 700px) { .skills-container { grid-template-columns: 1fr; gap: 20px; } } .skill-category h3 { font-size: clamp(1.2rem, 3vw, 1.5rem); color: var(--deep-teal); margin-bottom: 15px; border-left: 3px solid var(--gold); padding-left: 12px; } .skill-list { display: flex; flex-wrap: wrap; gap: 10px; } .skill-list span { background: var(--white); border: 1px solid var(--gold); padding: 6px 18px; border-radius: 40px; font-size: 0.9rem; font-weight: 500; color: var(--deep-teal); transition: var(--transition); cursor: default; } .skill-list span:hover { background: var(--deep-teal); color: var(--white); border-color: var(--deep-teal); transform: translateY(-2px); } /* Experience cards */ .exp-card { background: linear-gradient(135deg, white 0%, #f8f8f8 100%); border: none; padding: 30px; margin-bottom: 25px; display: flex; flex-wrap: wrap; gap: 20px; border-radius: 0 30px 30px 0; border-left: 4px solid var(--gold); box-shadow: var(--shadow-sm); transition: var(--transition); } @media (max-width: 700px) { .exp-card { padding: 20px; flex-direction: column; gap: 10px; } } .exp-card:hover { transform: translateX(5px); box-shadow: var(--shadow-hover); } .exp-date { min-width: 120px; font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--terracotta); font-weight: 700; } .exp-detail h4 { font-size: clamp(1.3rem, 3.5vw, 1.8rem); color: var(--deep-teal); margin-bottom: 5px; word-break: break-word; } .exp-detail .sub { color: var(--gold); font-weight: 600; margin-bottom: 12px; display: block; font-size: 1rem; } .exp-detail a { color: var(--deep-teal); border-bottom: 1px dashed var(--gold); } .exp-detail a:hover { color: var(--terracotta); } .exp-detail p { font-size: 0.95rem; } /* Projects grid */ .projects-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; } @media (max-width: 800px) { .projects-grid { grid-template-columns: 1fr; gap: 20px; } } .project-item { background: var(--white); border: none; padding: 25px; border-radius: 15px; box-shadow: var(--shadow-sm); transition: var(--transition); position: relative; overflow: hidden; } .project-item::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--gold), var(--terracotta)); } .project-item:hover { transform: translateY(-8px); box-shadow: var(--shadow-hover); } .project-tag { color: var(--terracotta); font-weight: 600; text-transform: uppercase; font-size: 0.8rem; letter-spacing: 1.5px; margin-bottom: 12px; display: block; } .project-item h4 { font-size: clamp(1.3rem, 3vw, 1.6rem); color: var(--deep-teal); margin-bottom: 10px; } .project-item p { font-size: 0.95rem; } /* Leadership cards */ .leadership-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; } @media (max-width: 800px) { .leadership-grid { grid-template-columns: 1fr; gap: 20px; } } .lead-card { border: none; padding: 30px 25px; text-align: center; background: var(--white); border-radius: 15px; box-shadow: var(--shadow-sm); transition: var(--transition); } .lead-card:hover { transform: scale(1.02); box-shadow: var(--shadow-hover); } .lead-card i { font-size: 2.5rem; color: var(--gold); margin-bottom: 15px; } .lead-card h4 { font-size: clamp(1.3rem, 3vw, 1.6rem); color: var(--deep-teal); margin-bottom: 10px; word-break: break-word; } .lead-card a { color: var(--deep-teal); border-bottom: 2px solid var(--gold); } .lead-card a:hover { color: var(--terracotta); } .lead-card p { font-size: 0.95rem; } /* Contact section */ .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; } @media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; gap: 25px; } } .contact-info-box { background: var(--white); border: none; padding: 35px; border-radius: 15px; box-shadow: var(--shadow-sm); position: relative; overflow: hidden; } @media (max-width: 768px) { .contact-info-box { padding: 25px; } } .contact-info-box::after { content: ''; position: absolute; bottom: 0; right: 0; width: 100px; height: 100px; background: var(--gold); opacity: 0.05; border-radius: 50%; transform: translate(30px, 30px); } .contact-info-box h3 { font-size: clamp(1.8rem, 4vw, 2.4rem); color: var(--deep-teal); margin-bottom: 20px; word-break: break-word; } .contact-info-box h3 span { font-size: clamp(1rem, 2.5vw, 1.3rem); color: var(--terracotta); display: block; margin-top: 5px; } .contact-line { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 18px; font-size: 0.95rem; word-break: break-word; } .contact-line i { width: 25px; color: var(--terracotta); font-size: 1.2rem; flex-shrink: 0; margin-top: 2px; } .contact-line a { color: var(--deep-teal); transition: var(--transition); } .contact-line a:hover { color: var(--terracotta); } .social-links { display: flex; flex-wrap: wrap; gap: 10px; margin: 25px 0 15px; } .social-links a { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 2px solid var(--gold); color: var(--deep-teal); transition: var(--transition); border-radius: 50%; font-size: 1.1rem; } @media (max-width: 480px) { .social-links a { width: 38px; height: 38px; font-size: 1rem; } } .social-links a:hover { background: var(--gold); color: var(--deep-teal); transform: translateY(-3px); } .contact-form { background: var(--white); border: none; padding: 35px; border-radius: 15px; box-shadow: var(--shadow-sm); } @media (max-width: 768px) { .contact-form { padding: 25px; } } .contact-form h3 { font-size: clamp(1.5rem, 4vw, 2rem); color: var(--deep-teal); margin-bottom: 20px; } .appointment-options { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 15px; } @media (max-width: 480px) { .appointment-options { grid-template-columns: 1fr; gap: 12px; } } .appointment-field, .form-group input, .form-group textarea, .form-group select { width: 100%; padding: 12px 18px; border: 2px solid transparent; background: var(--cream); border-radius: 10px; font-family: 'Inter', sans-serif; font-size: 0.95rem; transition: var(--transition); } .appointment-field:focus, .form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: var(--gold); background: var(--white); box-shadow: 0 5px 15px rgba(212, 175, 55, 0.1); } .form-group { margin-bottom: 18px; } /* Footer */ footer { background: var(--deep-teal); color: var(--white); padding: 50px 0 25px; border-top: 6px solid var(--gold); position: relative; overflow: hidden; } footer::before { content: "⚖️"; font-size: 12rem; opacity: 0.03; position: absolute; left: -40px; bottom: -40px; transform: rotate(-15deg); } .footer-inner { text-align: center; position: relative; z-index: 2; } .footer-logo { font-size: clamp(1.8rem, 5vw, 2.5rem); color: var(--white); margin-bottom: 12px; font-weight: 800; } .footer-logo span { color: var(--gold); } .footer-links { display: flex; justify-content: center; gap: 25px; margin: 20px 0; flex-wrap: wrap; } .footer-links a { color: var(--white); font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; opacity: 0.8; transition: var(--transition); } .footer-links a:hover { opacity: 1; color: var(--gold); } .footer-inner p { font-size: 0.9rem; opacity: 0.7; word-break: break-word; padding: 0 10px; } .back-top { position: fixed; bottom: 20px; right: 20px; width: 45px; height: 45px; background: var(--terracotta); color: var(--white); border-radius: 10px; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; visibility: hidden; transition: var(--transition); border: none; box-shadow: 0 5px 15px rgba(184, 107, 76, 0.4); z-index: 99; } .back-top.active { opacity: 1; visibility: visible; } .back-top:hover { background: var(--deep-teal); transform: translateY(-3px); } /* Mobile menu */ @media (max-width: 1000px) { .nav-links { display: none; position: absolute; top: 80px; left: 0; width: 100%; background: var(--cream); padding: 25px; box-shadow: 0 20px 30px rgba(0,0,0,0.1); z-index: 999; backdrop-filter: blur(10px); flex-direction: column; gap: 20px; text-align: center; } .nav-links a { font-size: 1rem; display: block; } .hamburger { display: block; } .contact-phone { display: none; } }
⚖️ ASSOCIATE LAWYER

Imam Hasan
LL.B, LL.M

Associate Lawyer at Azad & Company · President at JnUITS

📌 Present Address: 110/A, Sarat Gupta Road, Narinda, Dhaka - 1100
🏠 Permanent Address: Kalmegha, Patharghata, Barguna - 8720
BOOK AN APPOINTMENT
Imam Hasan, Associate Lawyer
Imam Hasan
Associate Lawyer
Azad & Company

Areas of Practice & Qualifications

Education ⸻

Bachelor of Laws (LL.B)

Jagannath University, Dhaka
2023

Master of Laws (LL.M)

Jagannath University, Dhaka
Present (continuing)

Skills & Expertise

Legal Skills

Legal ResearchContract DraftingCorporate Documentation Client AdvisoryCase PreparationCorporate Compliance Legal Writing

Soft Skills

MS OfficeGoogle Workspace

Bar Council eligibility – awaiting enrollment

Professional Experience

Dec 2024

Azad & Company, Paltan, Dhaka

Associate (Corporate Documentation) — Internship

Assisted in preparing and reviewing corporate legal documents, contracts, and compliance records. Conducted legal research for case preparation. Gained practical experience in corporate documentation, client communication, and legal drafting under senior advocates.

2024 – present

Associate Lawyer at Azad & Company

Corporate & Civil Litigation

Providing research support, drafting pleadings, and assisting in client consultations. Developing expertise in civil litigation and corporate advisory.

Professional Development

Seminar 2023

Labour Law Seminar

Attended seminar organized by 'Ogrogami Foundation' on 26 May 2023. Explored contemporary labour issues, legal reforms, and workplace rights under Bangladesh labour legislation.

ICT Division, EDGE Project

Computer Fundamentals & Office Apps

60‑hour training (May–Dec 2024) by Dept. of CSE, Jagannath University, under Bangladesh Computer Council. Enhanced MS Office, file management, and ICT productivity skills.

Leadership & Bar Association Activities

Jagannath University IT Society

President

Led planning and execution of tech & cultural events; managed cross‑functional teams; fostered student ICT engagement. Represented the society at university forums.

Jagannath University Leo Club

Former President

Directed community service, charity events, and youth leadership programs. Developed public relations & volunteer coordination across multiple districts.

References

Professional References ⸻

Christine Richardson

Associate Professor
Department of Law and Land Administration, Jagannath University

Ayesha Saleh

Assistant Professor
Department of Law and Land Administration, Jagannath University

Contact & Consultation

Imam Hasan
Associate Lawyer

110/A, Sarat Gupta Road, Narinda, Dhaka-1100

Book an Appointment

⚡ IN THE MEDIA · INTERNSHIP PROGRAM · PUBLICATIONS ⚡

Featured in university law journal & local bar bulletin. Internship mentorship available for final-year law students. → Inquire within