<!DOCTYPE html>
<html lang="en-NP">
<head>
<meta charset="utf-8">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LegalService",
"name": "FinLex Associates",
"image": "https://finlexassociates.com/images/logo.jpeg",
"url": "https://finlexassociates.com/",
"email": "info@finlexassociates.com",
"telephone": "+9779851201490",
"address": {
"@type": "PostalAddress",
"streetAddress": "Swet Binayak Marga, Babarmahal, Kathmandu",
"addressLocality": "Kathmandu",
"postalCode": "44600",
"addressCountry": "Nepal"
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Sunday"
],
"opens": "09:00",
"closes": "17:00"
}
]
}
</script>
<meta name="description"
content="FinLex Associates: Leading Law firm in Nepal. Specializing in Corporate Law, Dispute Resolution, IP and Family law including Court Marriage and Divorce">
<meta name="keywords"
content="law firm, legal services, business formation, contract drafting, trademark registration, trademark infringement, court marriage, divorce">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" href="https://finlexassociates.com/images/logo.jpeg">
<link href="https://finlexassociates.com/images/logo.jpeg" rel="shortcut icon" type="image/x-icon">
<link rel="canonical" href="https://finlexassociates.com">
<meta name="robots" content="index, follow">
<title>Leading Law Firm in Nepal | Corporate & IP Legal Services</title>
<link id="bootstrap" href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link id="bootstrap-grid" href="css/bootstrap-grid.min.css" rel="stylesheet" type="text/css">
<link id="bootstrap-reboot" href="css/bootstrap-reboot.min.css" rel="stylesheet" type="text/css">
<link href="css/animate.css" rel="stylesheet" type="text/css">
<link href="css/owl.carousel.css" rel="stylesheet" type="text/css">
<link href="css/owl.theme.css" rel="stylesheet" type="text/css">
<link href="css/owl.transitions.css" rel="stylesheet" type="text/css">
<link href="css/magnific-popup.css" rel="stylesheet" type="text/css">
<link href="css/jquery.countdown.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link id="colors" href="css/colors/scheme-09.css" rel="stylesheet" type="text/css">
<link href="css/coloring.css" rel="stylesheet" type="text/css">
<link href="css/custom-2.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<style>
/* ===== GLOBAL STYLES ===== */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: #2c3e50;
text-align: justify;
}
/* ===== TYPOGRAPHY ===== */
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Georgia', 'Times New Roman', serif;
font-weight: 600;
line-height: 1.3;
margin-bottom: 1rem;
color: #1a252f;
}
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.5rem;
}
h4 {
font-size: 1.25rem;
}
p {
font-size: 1rem;
line-height: 1.7;
margin-bottom: 1rem;
color: #34495e;
}
a {
color: #3498db;
text-decoration: none;
transition: all 0.3s ease;
}
a:hover {
color: #2980b9;
text-decoration: underline;
}
/* ===== BUTTONS ===== */
.btn-custom {
display: inline-block;
padding: 12px 30px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
border: none;
border-radius: 25px;
font-size: 1rem;
font-weight: 500;
text-decoration: none;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}
.btn-custom:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
color: white;
text-decoration: none;
}
/* ===== HERO SECTION ===== */
.hero-section {
min-height: 80vh;
display: flex;
align-items: center;
position: relative;
background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.jarallax-img {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.hero-content {
padding: 2rem;
color: white;
text-align: center;
max-width: 600px;
margin: 0 auto;
}
/* Company Title - Big and Popping */
.company-title {
font-size: 4.5rem;
font-weight: 800;
margin-bottom: 2rem;
text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
color: #f39c12;
letter-spacing: 2px;
animation: titlePop 1.5s ease-out 0.4s both;
transform-origin: center;
line-height: 1.1;
}
@keyframes titlePop {
0% {
transform: scale(0.3) rotate(-5deg);
opacity: 0;
}
50% {
transform: scale(1.1) rotate(2deg);
}
100% {
transform: scale(1) rotate(0deg);
opacity: 1;
}
}
/* Typewriter Text */
.typewriter-text {
font-size: 2.2rem;
line-height: 1.3;
margin-bottom: 2.5rem;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
color: white;
font-weight: 600;
min-height: 3rem;
position: relative;
}
.typewriter-text::after {
content: '|';
animation: blink 1s infinite;
color: #f39c12;
font-weight: bold;
}
@keyframes blink {
0%,
50% {
opacity: 1;
}
51%,
100% {
opacity: 0;
}
}
/* ===== ABOUT SECTION ===== */
#section-highlight {
padding: 5rem 0;
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
#section-highlight h2 {
font-size: 2.5rem;
line-height: 1.3;
margin-bottom: 3rem;
color: #2c3e50;
font-family: 'Georgia', 'Times New Roman', serif;
}
/* About Card Design */
.about-card {
background: white;
border-radius: 20px;
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
overflow: hidden;
transition: all 0.4s ease;
border: 1px solid rgba(52, 152, 219, 0.1);
}
.about-card:hover {
transform: translateY(-10px);
box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}
/* About Card Header */
.about-card-header {
background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
color: white;
padding: 2.5rem;
text-align: center;
position: relative;
overflow: hidden;
}
.about-card-header::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
animation: rotate 20s linear infinite;
}
@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.about-icon {
margin-bottom: 1.5rem;
position: relative;
z-index: 2;
}
.about-icon i {
font-size: 3rem;
color: #f39c12;
background: white;
width: 80px;
height: 80px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
animation: iconFloat 3s ease-in-out infinite;
}
@keyframes iconFloat {
0%,
100% {
transform: translateY(0px);
}
50% {
transform: translateY(-10px);
}
}
.about-card-header h3 {
font-size: 2rem;
font-weight: 600;
margin: 0;
position: relative;
z-index: 2;
font-family: 'Georgia', 'Times New Roman', serif;
}
/* About Card Content */
.about-card-content {
padding: 3rem;
}
.about-text-block {
margin-bottom: 2rem;
padding: 1.5rem;
background: #f8f9fa;
border-radius: 15px;
border-left: 4px solid #3498db;
transition: all 0.3s ease;
}
.about-text-block:hover {
background: white;
box-shadow: 0 8px 25px rgba(52, 152, 219, 0.15);
transform: translateY(-3px);
}
.about-text-block h4 {
font-size: 1.3rem;
font-weight: 600;
color: #2c3e50;
margin-bottom: 1rem;
font-family: 'Georgia', 'Times New Roman', serif;
}
.about-text-block p {
font-size: 1rem;
line-height: 1.7;
color: #34495e;
margin: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.about-full-text {
margin: 2rem 0;
padding: 2rem;
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border-radius: 15px;
border: 1px solid rgba(52, 152, 219, 0.1);
}
.about-full-text h4 {
font-size: 1.4rem;
font-weight: 600;
color: #2c3e50;
margin-bottom: 1.5rem;
font-family: 'Georgia', 'Times New Roman', serif;
}
.about-full-text p {
font-size: 1rem;
line-height: 1.8;
color: #34495e;
margin-bottom: 1rem;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.about-full-text p:last-child {
margin-bottom: 0;
}
/* About CTA Button */
.about-cta {
text-align: center;
margin-top: 2rem;
}
.about-btn {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 15px 30px;
background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
color: white;
text-decoration: none;
border-radius: 50px;
font-weight: 600;
font-size: 1.1rem;
transition: all 0.3s ease;
box-shadow: 0 5px 20px rgba(243, 156, 18, 0.3);
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.about-btn:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(243, 156, 18, 0.4);
color: white;
text-decoration: none;
}
.about-btn i {
transition: transform 0.3s ease;
}
.about-btn:hover i {
transform: translateX(5px);
}
/* Dark Mode - About Button (Fixed for visibility) */
body.dark-mode .about-btn {
background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
color: #ffffff;
border: 2px solid #ffffff;
box-shadow: 0 5px 20px rgba(255, 255, 255, 0.2);
}
body.dark-mode .about-btn:hover {
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
color: #1a1a1a;
border-color: #1a1a1a;
box-shadow: 0 8px 25px rgba(255, 255, 255, 0.4);
transform: translateY(-3px);
}
/* ===== SERVICES SECTION ===== */
.services-section {
padding: 5rem 0;
background: white;
}
.services-section h2 {
font-size: 2.5rem;
color: #2c3e50;
margin-bottom: 3rem;
}
.service-item {
background: #f8f9fa;
padding: 2rem;
border-radius: 10px;
margin-bottom: 2rem;
transition: all 0.3s ease;
border-left: 4px solid #3498db;
}
.service-item:hover {
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
background: white;
}
.service-item a {
color: #2c3e50;
font-size: 1.1rem;
font-weight: 500;
line-height: 1.4;
display: block;
}
.service-item:hover a {
color: #3498db;
}
/* ===== QUOTE SECTION ===== */
.quote-section {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%), url('images/background/17.jpg') no-repeat center center;
background-size: cover;
background-attachment: fixed;
padding: 5rem 0;
color: white;
text-align: center;
position: relative;
}
.quote-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(102, 126, 234, 0.8) 0%, rgba(118, 75, 162, 0.8) 100%);
z-index: 1;
}
.quote-section .container {
position: relative;
z-index: 2;
}
.quote-section p {
font-size: 1.5rem;
line-height: 1.6;
font-style: italic;
margin-bottom: 1rem;
color: white;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
font-weight: 400;
}
.quote-section div {
font-size: 1.1rem;
font-weight: 600;
color: #f39c12;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
/* ===== TEAM SECTION ===== */
.team-section {
padding: 5rem 0;
background: #f8f9fa;
}
.team-section h2 {
font-size: 2.5rem;
color: #2c3e50;
margin-bottom: 3rem;
}
.p-title {
font-size: 1.2rem;
color: #3498db;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 1rem;
display: block;
}
.f-profile {
background: white;
padding: 2rem;
border-radius: 15px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
}
.f-profile:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.f-profile h4 {
margin-top: 1.5rem;
margin-bottom: 0.5rem;
}
.f-profile h4 a {
color: #2c3e50;
font-weight: 600;
}
.f-profile h4 a:hover {
color: #3498db;
}
/* ===== CALCULATOR SECTION ===== */
.calculator-section {
background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
padding: 4rem 0;
color: white;
}
.calculator-section .box {
padding: 2rem;
}
.mainformDiv {
display: flex;
flex-direction: row;
justify-content: space-between;
gap: 2rem;
align-items: flex-start;
}
.calculator-section .p-title {
color: #f39c12;
}
.calculator-section h2 {
color: white;
margin-bottom: 2rem;
}
.calculator-section h2 a {
color: white;
}
.calculator-section h2 a:hover {
color: #f39c12;
}
.form-group {
margin-bottom: 1.5rem;
}
.form-group label {
display: block;
margin-bottom: 0.5rem;
color: white;
font-weight: 500;
}
.calculateDiv {
display: flex;
gap: 1rem;
align-items: center;
}
#amountInput {
flex: 1;
padding: 12px 15px;
border: none;
border-radius: 8px;
font-size: 1rem;
background: white;
color: #2c3e50;
}
#calculateButton {
padding: 12px 25px;
background: #3498db;
color: white;
border: none;
border-radius: 8px;
font-size: 1rem;
font-weight: 500;
cursor: pointer;
transition: all 0.3s ease;
}
#calculateButton:hover {
background: #2980b9;
transform: translateY(-2px);
}
#courtFeeOutput {
width: 100%;
padding: 12px 15px;
border: none;
border-radius: 8px;
font-size: 1rem;
background: white;
color: #2c3e50;
margin-top: 0.5rem;
}
#calculationDetailsLink {
margin-top: 1rem;
display: none;
}
#calculationDetailsLink a {
color: #f39c12;
text-decoration: underline;
}
.calculateImage img {
max-width: 100%;
height: auto;
border-radius: 10px;
}
/* ===== PUBLICATIONS SECTION ===== */
.publications-section {
padding: 5rem 0;
background: white;
}
.publications-section h2 {
font-size: 2.5rem;
color: #2c3e50;
margin-bottom: 3rem;
}
.content-text {
font-size: 1.1rem;
color: #666;
margin-bottom: 3rem;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
/* Feature Card Styles (matching about.html) */
.feature-card {
background: #FFFFFF;
padding: 30px;
border-radius: 15px;
box-shadow: 0 5px 20px rgba(46, 134, 171, 0.1);
transition: all 0.3s ease;
border-left: 4px solid #CDA434;
height: 100%;
display: flex;
flex-direction: column;
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(46, 134, 171, 0.15);
}
.feature-title {
font-size: 1.3rem;
font-weight: 600;
color: #000000;
margin-bottom: 15px;
}
.feature-text {
color: #000000;
line-height: 1.6;
margin-bottom: 20px;
flex-grow: 1;
}
.btn {
display: inline-block;
padding: 8px 20px;
background: #CDA434;
color: white;
border: 1px solid #CDA434;
border-radius: 25px;
text-decoration: none;
font-size: 0.9rem;
font-weight: 500;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
align-self: flex-start;
}
.btn:hover {
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(205, 164, 52, 0.4);
color: white;
text-decoration: none;
}
.btn::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;
}
.btn:hover::before {
left: 100%;
}
.btn-sm {
padding: 6px 16px;
font-size: 0.85rem;
}
/* ===== WHATSAPP BUTTON ===== */
#purchase-now {
position: fixed;
bottom: 20px;
left: 20px;
z-index: 1000;
background: #25D366;
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
transition: all 0.3s ease;
cursor: pointer;
}
#purchase-now:hover {
transform: scale(1.1);
box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}
#purchase-now i {
font-size: 30px;
color: white;
}
/* ===== CTA SECTION ===== */
.cta-section {
background: linear-gradient(135deg, #2E86AB 0%, #4A90A4 100%);
color: white;
padding: 60px 0;
text-align: center;
}
.cta-title {
color: #FFFFFF !important;
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 1rem;
}
.cta-text {
font-size: 1.2rem;
margin-bottom: 2rem;
opacity: 0.9;
color: white;
}
.btn-primary-custom {
background: white;
color: #2E86AB;
padding: 15px 30px;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
display: inline-block;
border: 2px solid white;
}
.btn-primary-custom:hover {
background: transparent;
color: white;
transform: translateY(-2px);
text-decoration: none;
}
/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1200px) {
.company-title {
font-size: 4rem;
}
.typewriter-text {
font-size: 2rem;
}
h2 {
font-size: 1.8rem;
}
h3 {
font-size: 1.3rem;
}
}
@media (max-width: 992px) {
.company-title {
font-size: 3.5rem;
}
.typewriter-text {
font-size: 1.8rem;
}
.hero-content {
padding: 1.5rem;
}
.calculateDiv {
flex-direction: column;
}
#calculateButton {
width: 100%;
}
.mainformDiv {
flex-direction: column;
gap: 2rem;
}
.calculateImage {
text-align: center;
}
/* Calculator mobile alignment fix */
.calculateDiv {
align-items: stretch;
gap: 1rem;
}
#amountInput {
text-align: center;
}
}
@media (max-width: 768px) {
.company-title {
font-size: 3rem;
}
.typewriter-text {
font-size: 1.6rem;
}
.hero-content {
padding: 1rem;
}
h2 {
font-size: 1.6rem;
}
h3 {
font-size: 1.2rem;
}
.service-item,
.publication-item {
padding: 1.5rem;
}
.f-profile {
padding: 1.5rem;
}
.calculator-section {
padding: 3rem 0;
}
#purchase-now {
width: 50px;
height: 50px;
}
#purchase-now i {
font-size: 25px;
}
/* About section mobile styles */
.about-card-content {
padding: 2rem;
}
.about-card-header {
padding: 2rem;
}
.about-card-header h3 {
font-size: 1.6rem;
}
.about-icon i {
width: 60px;
height: 60px;
font-size: 2.5rem;
}
.about-text-block {
padding: 1rem;
}
.about-full-text {
padding: 1.5rem;
}
/* Quote section mobile styles */
.quote-section p {
font-size: 1.3rem;
}
.quote-section div {
font-size: 1rem;
}
/* Calculator mobile alignment fix */
.calculateDiv {
align-items: stretch;
gap: 1rem;
}
#amountInput {
text-align: center;
}
}
@media (max-width: 480px) {
.company-title {
font-size: 2.5rem;
}
.typewriter-text {
font-size: 1.4rem;
}
.hero-content {
padding: 0.8rem;
}
h2 {
font-size: 1.4rem;
}
h3 {
font-size: 1.1rem;
}
.service-item,
.publication-item {
padding: 1rem;
}
.f-profile {
padding: 1rem;
}
.calculator-section {
padding: 2rem 0;
}
#purchase-now {
bottom: 15px;
left: 15px;
width: 45px;
height: 45px;
}
#purchase-now i {
font-size: 22px;
}
/* About section small mobile styles */
.about-card-content {
padding: 1.5rem;
}
.about-card-header {
padding: 1.5rem;
}
.about-card-header h3 {
font-size: 1.4rem;
}
.about-icon i {
width: 50px;
height: 50px;
font-size: 2rem;
}
.about-text-block {
padding: 1rem;
margin-bottom: 1.5rem;
}
.about-full-text {
padding: 1rem;
}
.about-btn {
padding: 12px 25px;
font-size: 1rem;
}
/* Quote section small mobile styles */
.quote-section p {
font-size: 1.2rem;
}
.quote-section div {
font-size: 0.95rem;
}
/* Calculator small mobile alignment fix */
.calculateDiv {
align-items: stretch;
gap: 0.8rem;
}
#amountInput {
text-align: center;
padding: 10px 12px;
}
#calculateButton {
padding: 10px 20px;
}
}
/* ===== UTILITY CLASSES ===== */
.text-center {
text-align: center;
}
.mb30 {
margin-bottom: 2rem;
}
.mb-4 {
margin-bottom: 1.5rem;
}
.mt-100 {
margin-top: 6rem;
}
.pt40 {
padding-top: 2.5rem;
}
.pb40 {
padding-bottom: 2.5rem;
}
.no-bottom {
padding-bottom: 0;
}
.no-top {
padding-top: 0;
}
.relative {
position: relative;
}
.text-light {
color: white;
}
.text-white {
color: white;
}
.bg-color {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.btn-black {
background: #2c3e50;
}
.btn-black:hover {
background: #2d2d2d;
}
/* Dark Mode Toggle Styles */
.floating-toggle {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 999;
background: linear-gradient(135deg, #2E86AB 0%, #4a9bc7 100%);
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 15px rgba(46, 134, 171, 0.3);
transition: all 0.3s ease;
cursor: pointer;
}
/* Mobile responsive positioning for toggle button */
@media (max-width: 991px) {
.floating-toggle {
bottom: 20px;
right: 15px;
width: 45px;
height: 45px;
}
}
@media (max-width: 768px) {
.floating-toggle {
bottom: 15px;
right: 10px;
width: 40px;
height: 40px;
}
}
/* Ensure toggle button is always visible on mobile */
@media (max-width: 480px) {
.floating-toggle {
bottom: 15px;
right: 8px;
width: 38px;
height: 38px;
z-index: 1001;
}
.toggle-btn {
font-size: 18px;
}
}
.floating-toggle:hover {
transform: scale(1.1);
}
.toggle-btn {
background: none;
border: none;
color: white;
font-size: 20px;
cursor: pointer;
width: 100%;
height: 100%;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.toggle-btn:hover {
background: rgba(255, 255, 255, 0.1);
}
/* ===== DARK MODE STYLES ===== */
body.dark-mode {
background-color: #1a1a1a;
color: #e0e0e0;
}
body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6 {
color: #ffffff;
}
body.dark-mode p {
color: #d0d0d0;
}
body.dark-mode a {
color: #64b5f6;
}
body.dark-mode a:hover {
color: #90caf9;
}
/* Dark Mode - About Section */
body.dark-mode #section-highlight {
background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
}
/* Dark Mode - Main About Section Heading */
body.dark-mode #section-highlight h2 {
color: #ffffff !important;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
body.dark-mode .about-card {
background: #2d2d2d;
border-color: rgba(52, 152, 219, 0.3);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}
body.dark-mode .about-card:hover {
box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
}
/* Dark Mode - About Card Header (Fixed for visibility) */
body.dark-mode .about-card-header {
background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
color: #ffffff;
}
body.dark-mode .about-card-header h3 {
color: #ffffff;
}
body.dark-mode .about-icon i {
color: #fbbf24;
background: #1a1a1a;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
body.dark-mode .about-text-block {
background: #3a3a3a;
border-left-color: #64b5f6;
}
body.dark-mode .about-text-block:hover {
background: #4a4a4a;
box-shadow: 0 8px 25px rgba(100, 181, 246, 0.2);
}
body.dark-mode .about-full-text {
background: linear-gradient(135deg, #3a3a3a 0%, #2d2d2d 100%);
border-color: rgba(100, 181, 246, 0.3);
}
/* Dark Mode - Services Section */
body.dark-mode .services-section {
background: #1a1a1a;
}
body.dark-mode .service-item {
background: #2d2d2d;
border-left-color: #64b5f6;
}
body.dark-mode .service-item:hover {
background: #3a3a3a;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}
body.dark-mode .service-item a {
color: #e0e0e0;
}
body.dark-mode .service-item:hover a {
color: #64b5f6;
}
/* Dark Mode - Publications Section */
body.dark-mode .publications-section {
background: #1a1a1a;
}
/* Dark Mode - Publications Section Heading */
body.dark-mode .publications-section h2 {
color: #ffffff !important;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
body.dark-mode .feature-card {
background: #2d2d2d;
border-left-color: #CDA434;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}
body.dark-mode .feature-card:hover {
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}
body.dark-mode .feature-title {
color: #ffffff;
}
body.dark-mode .feature-text {
color: #d0d0d0;
}
/* Dark Mode - Publication Buttons (Fixed for visibility) */
body.dark-mode .feature-card .btn {
background: linear-gradient(135deg, #CDA434 0%, #b8941f 100%);
color: #1a1a1a;
border-color: #CDA434;
font-weight: 600;
box-shadow: 0 3px 10px rgba(205, 164, 52, 0.3);
}
body.dark-mode .feature-card .btn:hover {
background: linear-gradient(135deg, #b8941f 0%, #a0851a 100%);
color: #ffffff;
box-shadow: 0 5px 15px rgba(205, 164, 52, 0.5);
transform: translateY(-2px);
}
body.dark-mode .feature-card .btn::before {
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}
/* Dark Mode - Team Section */
body.dark-mode .team-section {
background: #2d2d2d;
}
body.dark-mode .f-profile {
background: #3a3a3a;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}
body.dark-mode .f-profile:hover {
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}
body.dark-mode .f-profile h4 a {
color: #ffffff;
}
body.dark-mode .f-profile h4 a:hover {
color: #64b5f6;
}
/* Dark Mode - Calculator Section */
body.dark-mode .calculator-section {
background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}
body.dark-mode #amountInput,
body.dark-mode #courtFeeOutput {
background: #3a3a3a;
color: #e0e0e0;
border: 1px solid #555;
}
body.dark-mode #amountInput::placeholder {
color: #999;
}
/* Dark Mode - Quote Section */
body.dark-mode .quote-section {
background: linear-gradient(135deg, rgba(26, 26, 26, 0.9) 0%, rgba(45, 45, 45, 0.9) 100%), url('images/background/17.jpg') no-repeat center center;
}
/* Dark Mode - CTA Section */
body.dark-mode .cta-section {
background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
border-top: 3px solid #fbbf24;
border-bottom: 3px solid #fbbf24;
}
body.dark-mode .cta-title {
color: #fbbf24 !important;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
body.dark-mode .cta-text {
color: #e0e0e0;
}
body.dark-mode .btn-primary-custom {
background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
color: #1a1a1a;
border-color: #fbbf24;
font-weight: 600;
box-shadow: 0 4px 15px rgba(251, 191, 36, 0.4);
}
body.dark-mode .btn-primary-custom:hover {
background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
color: #ffffff;
border-color: #f59e0b;
box-shadow: 0 6px 20px rgba(251, 191, 36, 0.6);
transform: translateY(-2px);
}
/* Dark Mode - Toggle Button */
body.dark-mode .floating-toggle {
background-color: #2d2d2d;
box-shadow: 0 2px 10px rgba(255, 255, 255, 0.1);
}
body.dark-mode .toggle-btn {
color: #f39c12;
}
body.dark-mode .toggle-btn:hover {
color: #f1c40f;
}
/* Dark Mode - Content Text */
body.dark-mode .content-text {
color: #b0b0b0;
}
/* Dark Mode - WhatsApp Button */
body.dark-mode #purchase-now {
background: #20c997;
}
body.dark-mode #purchase-now i {
color: white;
}
/* Dark Mode - Utility Classes */
body.dark-mode .text-light,
body.dark-mode .text-white {
color: #e0e0e0 !important;
}
body.dark-mode .bg-color {
background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}
body.dark-mode .btn-black {
background: #1a1a1a;
}
body.dark-mode .btn-black:hover {
background: #2d2d2d;
}
/* Dark Mode - Hero Section */
body.dark-mode .hero-section {
background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
}
/* Dark Mode - Hero Contact Button (Fixed for visibility) */
body.dark-mode .hero-section .btn-custom {
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
color: #1a1a1a;
font-weight: 600;
box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
border: 2px solid #ffffff;
}
body.dark-mode .hero-section .btn-custom:hover {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
color: #1a1a1a;
box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
transform: translateY(-2px);
}
/* ===== CTA SECTION ===== */
.cta-section {
background: linear-gradient(135deg, #2E86AB 0%, #4A90A4 100%);
color: white;
padding: 60px 0;
text-align: center;
}
.cta-title {
color: #FFFFFF !important;
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 1rem;
}
.cta-text {
font-size: 1.2rem;
margin-bottom: 2rem;
opacity: 0.9;
color: white;
}
.btn-primary-custom {
background: white;
color: #2E86AB;
padding: 15px 30px;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
display: inline-block;
border: 2px solid white;
}
.btn-primary-custom:hover {
background: transparent;
color: white;
transform: translateY(-2px);
text-decoration: none;
}
/* Mobile Responsive for CTA */
@media (max-width: 768px) {
.cta-title {
font-size: 2rem;
}
}
/* Mobile responsive adjustments for dark mode toggle */
@media only screen and (max-width: 768px) {
.floating-toggle {
bottom: 15px;
right: 15px;
width: 45px;
height: 45px;
z-index: 999;
}
.toggle-btn {
font-size: 18px;
}
}
@media only screen and (max-width: 480px) {
.floating-toggle {
bottom: 12px;
right: 10px;
width: 40px;
height: 40px;
}
.toggle-btn {
font-size: 16px;
}
}
</style>
<link rel="canonical" href="https://finlexassociates.com/" />
</head>
<div id="wrapper">
<div id="header"></div>
<!-- Dark Mode Toggle Button -->
<div class="floating-toggle">
<button id="darkModeToggle" class="toggle-btn" title="Toggle Dark Mode">
<i class="fas fa-moon"></i>
</button>
</div>
<div class="no-bottom no-top" id="content">
<!-- Hero Section -->
<section aria-label="section" class="jarallax text-light hero-section">
<img alt="Professional legal services background - FinLex Associates in Nepal" class="jarallax-img"
src="images/background/100.jpg">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 offset-lg-6 wow fadeInRight hero-content" data-wow-delay=".5s">
<div class="pl-lg-5">
<h1 class="company-title wow fadeInUp" data-wow-delay=".4s">FinLex Associates</h1>
<h2 class="typewriter-text wow fadeInUp" data-wow-delay=".6s" id="typewriter"></h2>
<a class="btn-custom wow fadeInUp" data-wow-delay="1.5s" href="contact">Contact Us</a>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section class="relative" id="section-highlight">
<div class="container">
<div class="row">
<div class="col-12 text-center mb30">
<h2 class="wow fadeInUp">About FinLex Associates: Leading Law Firm in Nepal</h2>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-10">
<div class="about-card wow fadeInUp" data-wow-delay="0.3s">
<div class="about-card-header">
<div class="about-icon">
<i class="fas fa-balance-scale"></i>
</div>
<h3>Our Commitment to Excellence</h3>
</div>
<div class="about-card-content">
<div class="row">
<div class="col-lg-6">
<div class="about-text-block">
<h4>Mission & Vision</h4>
<p>
With pride in excellence and passion in the delivery of quality legal
service, our firm remains true to the commitment of serving your rights,
working tirelessly for the best of your interests. We offer bespoke and
personalized legal services to assist you through difficult times with
confidence and absolute peace of mind.
</p>
</div>
</div>
<div class="col-lg-6">
<div class="about-text-block">
<h4>Who We Are</h4>
<p>
Welcome to FinLex Associates, one of the leading law firms in Kathmandu,
Nepal. We provide remarkable legal services that make the often complex
legal process easier and more accessible to our clients.
</p>
</div>
</div>
</div>
<div class="about-full-text">
<h4>Comprehensive Legal Solutions</h4>
<p>
We will work with you as an individual or a business, providing clear, concise,
and efficient advice through all the legal minefields in areas of the law that
are most perplexing to you. We stand ready to serve all of your needs for
representation in startup businesses, established companies, and personal
matters, from the simple business formations and contract drafting, to family
disputes, property law, IP law services: trademark and copyright issues.
</p>
<p>
As Kathmandu's trusted legal advisors, we provide practical, workable solutions
to meet your specific needs while always keeping the focus on client
satisfaction, transparency, and proactive problem-solving.
</p>
</div>
<div class="about-cta">
<a href="https://finlexassociates.com/about" class="about-btn">
<span>Learn More About Us</span>
<i class="fas fa-arrow-right"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<section aria-label="section" class="services-section">
<div class="container">
<div class="row">
<div class="col-12 text-center mb30">
<h2>Our Services: Leading Law Firm in Kathmandu, Nepal</h2>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 mb30">
<div class="service-item">
<a href="https://finlexassociates.com/services-corporateLaw">Corporate Governance Services</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb30">
<div class="service-item">
<a href="https://finlexassociates.com/services-mergers-and-acquisitions">Mergers and Acquisitions
Services</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb30">
<div class="service-item">
<a href="https://finlexassociates.com/services-IntellectualProperty">IP: Trademarks and Copyrights
Services</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb30">
<div class="service-item">
<a href="https://finlexassociates.com/services-banking-and-finance">Banking and Finance Legal
Services</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb30">
<div class="service-item">
<a href="https://finlexassociates.com/services-labor-and-employment-Law">Labour and Employment Law
Services</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb30">
<div class="service-item">
<a href="https://finlexassociates.com/services-cyber-Law">Cyber Law: Data Protection, Cybersecurity
and Compliance Services</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb30">
<div class="service-item">
<a href="https://finlexassociates.com/services-energy-and-infrastructure">Energy and Infrastructure
Legal Services</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb30">
<div class="service-item">
<a href="https://finlexassociates.com/services-Taxation">Tax Advisory Services</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb30">
<div class="service-item">
<a href="https://finlexassociates.com/services-Foreign-Direct-Investment">Foreign Direct Investment
Services</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb30">
<div class="service-item">
<a href="https://finlexassociates.com/services-civil-litigation">Civil Litigation Services</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb30">
<div class="service-item">
<a href="https://finlexassociates.com/services-criminal-defense">Criminal Defense Attorney
Services</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb30">
<div class="service-item">
<a href="https://finlexassociates.com/services-commercial-contracts">Commercial Contracts
Services</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb30">
<div class="service-item">
<a href="https://finlexassociates.com/services-family-law">Family Law Services</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb30">
<div class="service-item">
<a href="https://finlexassociates.com/services-company-law">Company Law Services</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb30">
<div class="service-item">
<a href="https://finlexassociates.com/services-arbitration-and-mediation">Arbitration and Mediation
Services</a>
</div>
</div>
</div>
</div>
</section>
<section aria-label="section" class="quote-section">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-8 mx-auto wow fadeInRight">
<div>
<p>"True peace is not merely the absence of tension; it is the presence of justice"</p>
<div>Martin Luther King Jr.</div>
</div>
</div>
</div>
</div>
</section>
<section aria-label="section" class="team-section">
<div class="container">
<div class="row">
<!-- Section Title -->
<div class="col-md-12 text-center mb-4">
<span class="p-title wow fadeInUp">Our Team</span>
<h2 class="wow fadeInUp">Our team of dedicated attorneys is committed to providing comprehensive legal
solutions</h2>
</div>
<!-- Nischal Wagle Profile -->
<div class="col-lg-4 col-md-4 col-sm-12 mb30 wow fadeInRight" data-wow-delay=".2s">
<div class="f-profile text-center">
<div class="fp-wrap f-invert">
<div class="fpw-overlay-btm"></div>
<a href="https://finlexassociates.com/team-nischalwagle">
<img alt="Nischal Wagle - Managing Partner of FinLex Associates" class="fp-image img-fluid"
src="images/team/t9.jpeg">
</a>
</div>
<h4>
<a href="https://finlexassociates.com/team-nischalwagle">Nischal Wagle</a>
</h4>
Managing Partner
</div>
</div>
<!-- Sandesh Subedi Profile -->
<div class="col-lg-4 col-md-4 col-sm-12 mb30 wow fadeInRight" data-wow-delay=".2s">
<div class="f-profile text-center">
<div class="fp-wrap f-invert">
<div class="fpw-overlay-btm"></div>
<a href="https://finlexassociates.com/team-sandeshsubedi">
<img alt="Sandesh Subedi - Advocate at FinLex Associates" class="fp-image img-fluid"
src="images/team/t8.jpg">
</a>
</div>
<h4>
<a href="https://finlexassociates.com/team-sandeshsubedi">Sandesh Subedi</a>
</h4>
Advocate
</div>
</div>
<!-- Rupesh Thapa Magar Profile -->
<div class="col-lg-4 col-md-4 col-sm-12 mb30 wow fadeInRight" data-wow-delay=".2s">
<div class="f-profile text-center">
<div class="fp-wrap f-invert">
<div class="fpw-overlay-btm"></div>
<a href="https://finlexassociates.com/team-rupesh">
<img alt="Rupesh Thapa Magar - Advocate at FinLex Associates" class="fp-image img-fluid"
src="images/team/t11.jpeg">
</a>
</div>
<h4>
<a href="https://finlexassociates.com/team-rupesh">Rupesh Thapa Magar</a>
</h4>
Advocate
</div>
</div>
</div>
</div>
</section>
<section class="calculator-section">
<div class="container">
<div class="box">
<span class="p-title wow fadeInUp">Court Fee Calculator</span>
<div class="mainformDiv">
<div>
<h2>
<a class="court-fee-link" href="calculate">Calculate your Court Fee</a>
</h2>
<form id="courtFeeForm">
<div class="form-group">
<label for="amountInput">Enter your amount:</label>
<div class="calculateDiv">
<input id="amountInput" placeholder="Enter amount" type="number">
<button class="btn btn-primary" id="calculateButton" type="button">Calculate</button>
</div>
</div>
<div class="form-group">
<label for="courtFeeOutput">Court Fee to be paid before court:</label>
<input id="courtFeeOutput" placeholder="Calculated fee will appear here" readonly="readonly"
type="text">
</div>
<div id="calculationDetailsLink">
<a href="#" id="seeDetailsLink">See Calculation Details</a>
</div>
</form>
</div>
<div class="calculateImage">
<img src="images/calculate.jpg"
alt="A calculator icon with a document representing legal documents and court fee calculations, symbolizing the process of calculating Court Fee of Nepal.">
</div>
</div>
</div>
</div>
</section>
<section aria-label="section" class="publications-section">
<div class="container">
<div class="row">
<div class="col-12 text-center mb30">
<h2>Our Publications: Explore Our Comprehensive Legal Articles</h2>
<p class="content-text">Explore our comprehensive legal articles and guides to better understand various
legal processes and requirements in Nepal.</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 mb-4">
<div class="feature-card">
<h5 class="feature-title">Company Registration</h5>
<p class="feature-text">Complete guide for entrepreneurs on how to register a company in Nepal.</p>
<a href="publications-Registration-of-Company-in-Nepal" class="btn btn-sm">Read More</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="feature-card">
<h5 class="feature-title">Share Capital Guide</h5>
<p class="feature-text">Understanding share capital of the company in Nepal - legal overview.</p>
<a href="publications-Share-Capital-of-the-Company" class="btn btn-sm">Read More</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="feature-card">
<h5 class="feature-title">Court Marriage</h5>
<p class="feature-text">A complete guide to the legal process of court marriage in Nepal.</p>
<a href="publications-Court-Marriage-in-Nepal" class="btn btn-sm">Read More</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="feature-card">
<h5 class="feature-title">Divorce Laws</h5>
<p class="feature-text">Comprehensive legal guide to divorce laws and practice in Nepal.</p>
<a href="publications-Divorce-Laws-and-Practice-in-Nepal" class="btn btn-sm">Read More</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="feature-card">
<h5 class="feature-title">Cheque Bounce Laws</h5>
<p class="feature-text">Dishonor of cheque laws in Nepal - remedies and legal procedures.</p>
<a href="publications-Cheque-Bounce" class="btn btn-sm">Read More</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="feature-card">
<h5 class="feature-title">Foreign Trademark</h5>
<p class="feature-text">How to register a foreign trademark in Nepal - legal process explained.</p>
<a href="publications-Registering-a-Foreign-Trademark" class="btn btn-sm">Read More</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="feature-card">
<h5 class="feature-title">Trademark Registration</h5>
<p class="feature-text">Complete guide to protect your brand with trademark registration.</p>
<a href="publications-Trademark-Registration-in-Nepal" class="btn btn-sm">Read More</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="feature-card">
<h5 class="feature-title">Social Security Fund</h5>
<p class="feature-text">Registration with Social Security Fund (SSF) in Nepal - legal requirements.
</p>
<a href="publications-Registration-with-Social-Security-Fund" class="btn btn-sm">Read More</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="feature-card">
<h5 class="feature-title">Private Company</h5>
<p class="feature-text">How to register a private company in Nepal - step-by-step process.</p>
<a href="publications-Registration-of-Private-Company-in-Nepal" class="btn btn-sm">Read More</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="feature-card">
<h5 class="feature-title">Public Company</h5>
<p class="feature-text">Public company registration in Nepal - process and requirements.</p>
<a href="publications-Registration-of-Public-Company-in-Nepal" class="btn btn-sm">Read More</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="feature-card">
<h5 class="feature-title">Non-Profit Company</h5>
<p class="feature-text">How to register a non-profit distributing company in Nepal.</p>
<a href="publications-Registration-of-Non-Profit-Distributing-Company" class="btn btn-sm">Read
More</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="feature-card">
<h5 class="feature-title">Winding Up Company</h5>
<p class="feature-text">Winding up of a company in Nepal - legal process and liquidation.</p>
<a href="publications-Winding-Up-of-a-Company" class="btn btn-sm">Read More</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="feature-card">
<h5 class="feature-title">NRN Citizenship</h5>
<p class="feature-text">NRN citizenship in Nepal - benefits and application process.</p>
<a href="publications-NRN-Citizenship-in-Nepal" class="btn btn-sm">Read More</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="feature-card">
<h5 class="feature-title">NGO Registration</h5>
<p class="feature-text">How to register an NGO in Nepal - a step-by-step guide.</p>
<a href="publications-Registration-of-NGO-in-Nepal" class="btn btn-sm">Read More</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="feature-card">
<h5 class="feature-title">Foreign Direct Investment</h5>
<p class="feature-text">FDI in Nepal - legal guidelines for investors.</p>
<a href="publications-Foreign-Direct-Investment" class="btn btn-sm">Read More</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="feature-card">
<h5 class="feature-title">Franchising Foreign Brands</h5>
<p class="feature-text">Franchising foreign brands in Nepal - legal steps & requirements.</p>
<a href="publications-Franchising-of-Foreign-Brands-in-Nepal" class="btn btn-sm">Read More</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="feature-card">
<h5 class="feature-title">Hydropower Development</h5>
<p class="feature-text">Hydropower project development in Nepal - process, laws & guidelines.</p>
<a href="publications-Hydropower-Project-Development-in-Nepal" class="btn btn-sm">Read More</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="feature-card">
<h5 class="feature-title">Hydropower Investment</h5>
<p class="feature-text">Foreign investment in Nepalese hydropower sector - opportunities &
considerations.</p>
<a href="publications-Foreign-Investment-in-Nepalese-Hydropower-Sector" class="btn btn-sm">Read
More</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="feature-card">
<h5 class="feature-title">Business Visa</h5>
<p class="feature-text">How to obtain a business visa in Nepal - requirements and process.</p>
<a href="publications-Obtaining-a-Business-Visa-in-Nepal" class="btn btn-sm">Read More</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="feature-card">
<h5 class="feature-title">Insurance Laws</h5>
<p class="feature-text">Insurance laws in Nepal - types, claims, and legal protections.</p>
<a href="publications-insurance-laws-in-nepal" class="btn btn-sm">Read More</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="feature-card">
<h5 class="feature-title">Employment Termination</h5>
<p class="feature-text">Termination of employment in Nepal - labor laws and procedures.</p>
<a href="publications-Termination-of-Employment" class="btn btn-sm">Read More</a>
</div>
</div>
</div>
</div>
</section>
<!-- Removed duplicate WhatsApp button -->
<section class="cta-section">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2 class="cta-title wow fadeInUp" data-wow-delay="0.3s">Ready to Get Started?</h2>
<p class="cta-text wow fadeInUp" data-wow-delay="0.5s">Contact us now for a free consultation and
let us help you navigate your legal challenges with confidence.</p>
<a href="contact" class="btn-primary-custom wow fadeInUp" data-wow-delay="0.7s">Get free
Consultation</a>
</div>
</div>
</div>
</section>
<!-- content close -->
<!-- header section starts -->
<div id="footer"></div>
<div id="preloader">
<div class="spinner">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</div>
<div id="purchase-now" style="display: flex; align-items: center; justify-content: center;">
<a href="https://wa.me/9779851201490" target="_blank"
style="display: flex; align-items: center; justify-content: center;">
<div style="display: flex; align-items: center; justify-content: center;">
<i class="fab fa-whatsapp"></i>
</div>
</a>
</div>
<!-- Javascript Files
================================================== -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/easing.js"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/validation.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/enquire.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.plugin.js"></script>
<script src="js/typed.js"></script>
<script src="js/jarallax.js"></script>
<script src="js/jquery.countTo.js"></script>
<script src="js/jquery.countdown.js"></script>
<script src="js/typed.js"></script>
<script src="js/jarallax.js"></script>
<script src="js/designesia.js"></script>
<script>
$(function () {
$("#header").load("header", function () {
const currentPage = window.location.pathname.split("/").pop();
// Select all menu links
const menuItems = document.querySelectorAll('.menu-link');
// Iterate through each menu item
menuItems.forEach(function (menuItem) {
// Compare the href attribute with the current page
if (menuItem.getAttribute('href') === currentPage) {
menuItem.classList.add('active'); // Add 'active' class to active menu items
}
});
});
// Load other sections
$("#footer").load("footer");
});
// Typewriter Effect
function typeWriter(element, text, speed = 100) {
let i = 0;
element.innerHTML = '';
function type() {
if (i < text.length) {
element.innerHTML += text.charAt(i);
i++;
setTimeout(type, speed);
}
}
type();
}
// Initialize typewriter when page loads
$(document).ready(function () {
const typewriterElement = document.getElementById('typewriter');
const text = "Leading & Trusted Law Firm in Kathmandu, Nepal";
// Start typewriter effect after a delay
setTimeout(function () {
typeWriter(typewriterElement, text, 80);
}, 1000); // 1 second delay after page load
});
// Dark Mode Toggle Functionality
$(document).ready(function () {
const darkModeToggle = document.getElementById('darkModeToggle');
const body = document.body;
const icon = darkModeToggle.querySelector('i');
// Check if user has a saved preference
const savedTheme = localStorage.getItem('darkMode');
if (savedTheme === 'enabled') {
body.classList.add('dark-mode');
icon.className = 'fas fa-sun';
}
// Toggle dark mode
darkModeToggle.addEventListener('click', function () {
body.classList.toggle('dark-mode');
// Update icon and save preference
if (body.classList.contains('dark-mode')) {
icon.className = 'fas fa-sun';
localStorage.setItem('darkMode', 'enabled');
} else {
icon.className = 'fas fa-moon';
localStorage.setItem('darkMode', 'disabled');
}
});
});
</script>
<script>
$(document).ready(function () {
$("#calculateButton").click(function () {
const amount = parseFloat($("#amountInput").val());
let totalFee = 0;
if (isNaN(amount) || amount <= 0) {
alert("Please enter a valid amount.");
return;
}
// Calculate the total fee logic
if (amount <= 25000) {
totalFee = 500;
} else if (amount <= 50000) {
totalFee = 500 + (amount - 25000) * 0.05;
} else if (amount <= 100000) {
totalFee = 500 + 25000 * 0.05 + (amount - 50000) * 0.035;
} else if (amount <= 500000) {
totalFee = 500 + 25000 * 0.05 + 50000 * 0.035 + (amount - 100000) * 0.02;
} else if (amount <= 2500000) {
totalFee = 500 + 25000 * 0.05 + 50000 * 0.035 + 400000 * 0.02 + (amount - 500000) * 0.015;
} else {
totalFee = 500 + 25000 * 0.05 + 50000 * 0.035 + 400000 * 0.02 + 2000000 * 0.015 + (amount - 2500000) * 0.01;
}
// Display the total fee in the output field
$("#courtFeeOutput").val("Rs. " + totalFee.toFixed(2));
// Display the "See Calculation Details" link
$("#calculationDetailsLink").show();
// Set the href to pass the amount to the new page
$("#seeDetailsLink").attr("href", `calculate?amount=${amount}`);
});
});
</script>
</body>
</html>