Help
RSS
API
Feed
Maltego
Contact
Domain > www.landdoceasy.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-02-27
46.202.161.115
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyConnection: Keep-AliveKeep-Alive: timeout5, max100Content-Type: text/htmlContent-Length: 795Date: Fri, 27 Feb 2026 18:00:55 GMTServer: LiteSpeedLocation: https://www.landdoceasy.com/platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requests !DOCTYPE html>html styleheight:100%>head>meta nameviewport contentwidthdevice-width, initial-scale1, shrink-to-fitno />title> 301 Moved Permanently/title>style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}/style>/head>body stylecolor: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;>div styleheight:auto; min-height:100%; > div styletext-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;> h1 stylemargin:0; font-size:150px; line-height:150px; font-weight:bold;>301/h1>h2 stylemargin-top:20px;font-size: 30px;>Moved Permanently/h2>p>The document has been permanently moved./p>/div>/div>/body>/html>
Port 443
HTTP/1.1 200 OKConnection: Keep-AliveKeep-Alive: timeout5, max100Content-Type: text/htmlLast-Modified: Mon, 25 Aug 2025 02:43:45 GMTEtag: 11734-68abcde1-6d3faafa8582509a;;;Accept-Ranges: bytesContent-Length: 71476Date: Fri, 27 Feb 2026 18:00:56 GMTServer: LiteSpeedplatform: hostingerpanel: hpanelRetry-After: 60Content-Security-Policy: upgrade-insecure-requests !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Land Doc Easy - Certified Land Documents Delivered in 7 Days | Bangalore/title> link relshortcut icon hrefimg/favicon.png typeimage/x-icon> !-- Google tag (gtag.js) --> script async srchttps://www.googletagmanager.com/gtag/js?idAW-17495012058> /script> script> window.dataLayer window.dataLayer || ; function gtag(){dataLayer.push(arguments);} gtag(js, new Date()); gtag(config, AW-17495012058); /script> style> /* Reset and Base Styles */ * { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; } body { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; line-height: 1.6; color: #333; overflow-x: hidden; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* --- START: Proper Responsive Header Styles --- */ .main-header { background: #ffffff; padding: 15px 0; position: sticky; top: 0; z-index: 1001; /* Ensure its above other content */ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); border-bottom: 1px solid #e2e8f0; } .main-header .container { display: flex; justify-content: space-between; align-items: center; } .main-header .logo { font-size: 1.8rem; font-weight: 700; color: #1e3a8a; text-decoration: none; } .main-nav { display: flex; align-items: center; } .main-nav ul { list-style: none; display: flex; gap: 35px; } .main-nav a { text-decoration: none; color: #374151; font-weight: 600; font-size: 1rem; transition: color 0.3s ease; } .main-nav a:hover { color: #1e40af; } .header-cta-btn { padding: 10px 20px; font-size: 1rem; text-decoration: none; border-radius: 8px; background: linear-gradient(135deg, #1e40af, #3b82f6); color: white; font-weight: 600; transition: transform 0.2s ease, box-shadow 0.2s ease; } .header-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 15px rgba(30, 64, 175, 0.3); } .mobile-menu-button { display: none; /* Hidden on desktop */ background: none; border: none; cursor: pointer; padding: 5px; z-index: 1002; } .hamburger-line { width: 25px; height: 3px; background-color: #1f2937; margin: 5px 0; transition: all 0.3s ease; } /* Mobile Styles */ @media (max-width: 820px) { .main-nav { display: none; /* Hide nav by default on mobile */ position: absolute; top: 68px; /* Height of the header */ left: 0; width: 100%; background-color: white; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); flex-direction: column; padding: 20px 0; } .main-nav.active { display: flex; /* Show nav when active */ } .main-nav ul { flex-direction: column; width: 100%; text-align: center; gap: 0; } .main-nav ul li { width: 100%; } .main-nav ul a { display: block; padding: 15px 0; width: 100%; border-bottom: 1px solid #f3f4f6; } .main-nav ul li:last-child a { border-bottom: none; } .header-cta-btn { display: none; /* Hide desktop button on mobile */ } .mobile-menu-button { display: block; /* Show hamburger button on mobile */ } /* Animate hamburger to an X */ .mobile-menu-button.active .hamburger-line:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); } .mobile-menu-button.active .hamburger-line:nth-child(2) { opacity: 0; } .mobile-menu-button.active .hamburger-line:nth-child(3) { transform: rotate(-45deg) translate(7px, -6px); } } /* --- END: Proper Responsive Header Styles --- */ /* Hero Section */ .hero-section { background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 25%, #10b981 75%, #059669 100%); color: white; padding: 100px 0; text-align: center; position: relative; overflow: hidden; } .hero-section h1 { font-size: 3.5rem; font-weight: 700; margin-bottom: 20px; line-height: 1.2; } .hero-section .highlight { color: #f97316; font-weight: 800; } .hero-subtitle { font-size: 1.3rem; margin-bottom: 40px; opacity: 0.95; max-width: 800px; margin-left: auto; margin-right: auto; } .hero-buttons { display: flex; gap: 20px; justify-content: center; margin-bottom: 60px; flex-wrap: wrap; } .btn-primary { background: linear-gradient(135deg, #1e40af, #3b82f6); color: white; border: none; padding: 15px 30px; border-radius: 8px; font-size: 1.1rem; font-weight: 600; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-block; } .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(30, 64, 175, 0.3); } .btn-secondary { background: linear-gradient(135deg, #059669, #10b981); color: white; border: none; padding: 15px 30px; border-radius: 8px; font-size: 1.1rem; font-weight: 600; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-block; } .btn-secondary:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(5, 150, 105, 0.3); } .hero-features { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; } .feature-badge { display: flex; align-items: center; gap: 10px; background: rgba(255, 255, 255, 0.1); padding: 12px 20px; border-radius: 25px; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); } .badge-icon { background: #10b981; color: white; width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: bold; } /* Introduction Section */ .intro-section { padding: 80px 0; background: white; } .intro-section h2 { font-size: 2.5rem; text-align: center; margin-bottom: 30px; color: #1f2937; } .intro-section p { font-size: 1.2rem; text-align: center; margin-bottom: 20px; color: #6b7280; max-width: 900px; margin-left: auto; margin-right: auto; } .highlight-text { color: #1e40af; font-weight: 600; margin-bottom: 50px !important; } .intro-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; margin-top: 60px; } .intro-feature { text-align: center; padding: 30px; background: #f8fafc; border-radius: 16px; transition: all 0.3s ease; } .intro-feature:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); } .feature-icon { font-size: 3rem; margin-bottom: 20px; } .intro-feature h3 { font-size: 1.5rem; margin-bottom: 15px; color: #1f2937; } .intro-feature p { color: #6b7280; margin-bottom: 15px; font-size: 1rem; } .feature-tag { background: #10b981; color: white; padding: 5px 15px; border-radius: 20px; font-size: 0.9rem; font-weight: 500; } /* Why Choose Land Doc Easy Section */ .why-choose-section { padding: 80px 0; background: linear-gradient(135deg, #f0f9ff, #ecfdf5); } .why-choose-section h2 { font-size: 2.5rem; text-align: center; margin-bottom: 20px; color: #1f2937; } .why-choose-section > .container > p { font-size: 1.2rem; text-align: center; margin-bottom: 60px; color: #6b7280; } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; margin-bottom: 50px; } .feature-card { background: white; padding: 30px; border-radius: 16px; text-align: center; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; } .feature-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); } .feature-card .feature-icon { font-size: 3rem; margin-bottom: 20px; } .feature-card h3 { font-size: 1.3rem; margin-bottom: 15px; color: #1f2937; } .feature-card p { color: #6b7280; margin-bottom: 20px; line-height: 1.6; } .feature-card .feature-tag { background: linear-gradient(135deg, #10b981, #059669); color: white; padding: 8px 16px; border-radius: 20px; font-size: 0.9rem; font-weight: 500; } .section-cta { text-align: center; } /* Available Documents Section */ .documents-section { padding: 80px 0; background: white; } .documents-section h2 { font-size: 2.5rem; text-align: center; margin-bottom: 20px; color: #1f2937; } .documents-section > .container > p { font-size: 1.2rem; text-align: center; margin-bottom: 50px; color: #6b7280; } .document-categories { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 50px; } .category-btn { background: #f1f5f9; color: #64748b; border: none; padding: 10px 20px; border-radius: 25px; cursor: pointer; transition: all 0.3s ease; font-weight: 500; } .category-btn.active, .category-btn:hover { background: linear-gradient(135deg, #1e40af, #3b82f6); color: white; } .documents-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-bottom: 60px; } .document-card { background: white; border: 1px solid #e2e8f0; border-radius: 12px; padding: 25px; text-align: center; transition: all 0.3s ease; cursor: pointer; } .document-card:hover { border-color: #3b82f6; transform: translateY(-3px); box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15); } .doc-icon { font-size: 2.5rem; margin-bottom: 15px; } .document-card h3 { font-size: 1.1rem; margin-bottom: 10px; color: #1f2937; } .doc-category { background: #e0f2fe; color: #0369a1; padding: 5px 12px; border-radius: 15px; font-size: 0.85rem; font-weight: 500; } .custom-document-section { background: linear-gradient(135deg, #f0f9ff, #e0f2fe); padding: 40px; border-radius: 16px; text-align: center; } .custom-document-section h3 { font-size: 1.8rem; margin-bottom: 15px; color: #1f2937; } .custom-document-section p { font-size: 1.1rem; margin-bottom: 30px; color: #6b7280; } .custom-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } /* How It Works Section */ .how-it-works-section { padding: 80px 0; background: linear-gradient(135deg, #f8fafc, #f1f5f9); } .how-it-works-section h2 { font-size: 2.5rem; text-align: center; margin-bottom: 20px; color: #1f2937; } .how-it-works-section > .container > p { font-size: 1.2rem; text-align: center; margin-bottom: 60px; color: #6b7280; } .steps-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 60px; } .step { background: white; padding: 30px; border-radius: 16px; text-align: center; position: relative; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; } .step:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); } .step-number { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #059669, #10b981); color: white; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 1.2rem; } .step-icon { font-size: 3rem; margin: 20px 0; } .step h3 { font-size: 1.3rem; margin-bottom: 15px; color: #1f2937; } .step p { color: #6b7280; margin-bottom: 15px; line-height: 1.6; } .step-details { font-size: 0.9rem; color: #059669; font-style: italic; } .ready-section { background: white; padding: 50px; border-radius: 16px; text-align: center; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); } .ready-section h3 { font-size: 2rem; margin-bottom: 20px; color: #1f2937; } .ready-section p { font-size: 1.1rem; margin-bottom: 30px; color: #6b7280; } .ready-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } /* Customer Testimonials Section */ .testimonials-section { padding: 80px 0; background: white; } .testimonials-section h2 { font-size: 2.5rem; text-align: center; margin-bottom: 20px; color: #1f2937; } .testimonials-section > .container > p { font-size: 1.2rem; text-align: center; margin-bottom: 40px; color: #6b7280; } .rating-display { text-align: center; margin-bottom: 50px; } .stars { color: #f59e0b; font-size: 1.5rem; margin-bottom: 10px; } .rating-text { font-size: 2rem; font-weight: bold; color: #1f2937; margin-right: 10px; } .rating-count { color: #6b7280; font-size: 1.1rem; } .testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; margin-bottom: 60px; } .testimonial-card { background: #f8fafc; padding: 30px; border-radius: 16px; border-left: 4px solid #10b981; transition: all 0.3s ease; } .testimonial-card:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); } .testimonial-card .stars { text-align: left; margin-bottom: 15px; font-size: 1.2rem; } .testimonial-card p { color: #374151; line-height: 1.6; margin-bottom: 20px; font-style: italic; } .customer-info { display: flex; align-items: center; gap: 15px; } .customer-avatar { font-size: 2.5rem; } .customer-details strong { display: block; color: #1f2937; font-weight: 600; } .customer-details span { color: #6b7280; font-size: 0.9rem; } .stats-section { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; margin-bottom: 50px; padding: 40px; background: linear-gradient(135deg, #f0f9ff, #ecfdf5); border-radius: 16px; } .stat-item { text-align: center; } .stat-number { font-size: 2.5rem; font-weight: bold; color: #059669; margin-bottom: 10px; } .stat-label { color: #6b7280; font-weight: 500; } .join-customers-section { text-align: center; background: white; padding: 40px; border-radius: 16px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); } .join-customers-section h3 { font-size: 1.8rem; margin-bottom: 15px; color: #1f2937; } .join-customers-section p { font-size: 1.1rem; margin-bottom: 30px; color: #6b7280; } /* FAQ Section */ .faq-section { padding: 80px 0; background: linear-gradient(135deg, #f8fafc, #f1f5f9); } .faq-section h2 { font-size: 2.5rem; text-align: center; margin-bottom: 20px; color: #1f2937; } .faq-section > .container > p { font-size: 1.2rem; text-align: center; margin-bottom: 50px; color: #6b7280; } .faq-items { max-width: 800px; margin: 0 auto 50px; } .faq-item { background: white; border-radius: 12px; margin-bottom: 20px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); overflow: hidden; border-left: 4px solid #e5e7eb; transition: all 0.3s ease; } .faq-item:nth-child(1) { border-left-color: #3b82f6; } .faq-item:nth-child(2) { border-left-color: #f59e0b; } .faq-item:nth-child(3) { border-left-color: #8b5cf6; } .faq-item:nth-child(4) { border-left-color: #06b6d4; } .faq-item:nth-child(5) { border-left-color: #ec4899; } .faq-item:nth-child(6) { border-left-color: #10b981; } .faq-item:nth-child(7) { border-left-color: #f97316; } .faq-question { display: flex; justify-content: space-between; align-items: center; padding: 25px 30px; cursor: pointer; transition: background-color 0.3s ease; } .faq-question:hover { background-color: #f8f9fa; } .faq-question h3 { color: #1f2937; font-size: 1.1rem; margin: 0; flex: 1; } .toggle-icon { font-size: 1.5rem; color: #6b7280; font-weight: bold; transition: transform 0.3s ease; } .faq-item.active .toggle-icon { transform: rotate(45deg); color: #059669; } .faq-answer { padding: 0 30px; max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; } .faq-item.active .faq-answer { padding: 0 30px 25px; max-height: 200px; } .faq-answer p { color: #6b7280; line-height: 1.6; margin: 0; } .still-questions-section { text-align: center; background: white; padding: 40px; border-radius: 16px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); } .still-questions-section h3 { font-size: 1.8rem; margin-bottom: 15px; color: #1f2937; } .still-questions-section p { font-size: 1.1rem; margin-bottom: 30px; color: #6b7280; } .support-buttons { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; } .btn-whatsapp { background: linear-gradient(135deg, #25d366, #128c7e); color: white; border: none; padding: 12px 25px; border-radius: 8px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; } .btn-phone { background: linear-gradient(135deg, #1e40af, #3b82f6); color: white; border: none; padding: 12px 25px; border-radius: 8px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; } .btn-email { background: linear-gradient(135deg, #059669, #10b981); color: white; border: none; padding: 12px 25px; border-radius: 8px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; } /* Service Coverage Section */ .coverage-section { padding: 80px 0; background: white; } .coverage-section h2 { font-size: 2.5rem; text-align: center; margin-bottom: 20px; color: #1f2937; } .coverage-section > .container > p { font-size: 1.2rem; text-align: center; margin-bottom: 50px; color: #6b7280; } .coverage-content { display: grid; grid-template-columns: 1fr 2fr; gap: 50px; align-items: start; margin-bottom: 40px; } .coverage-map { background: linear-gradient(135deg, #f0f9ff, #e0f2fe); border-radius: 16px; padding: 30px; text-align: center; } .coverage-map h3 { font-size: 1.5rem; margin-bottom: 20px; color: #1f2937; } .map-placeholder { width: 100%; height: 250px; background: linear-gradient(135deg, #e0f2fe, #f0f9ff); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; border: 2px solid #0369a1; } .map-text { font-size: 3rem; color: #0369a1; font-weight: bold; } .coverage-map p { color: #6b7280; margin-bottom: 20px; } .coverage-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; } .coverage-stat { text-align: center; padding: 15px; background: white; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .coverage-stat .stat-number { font-size: 1.8rem; font-weight: 700; color: #059669; margin-bottom: 5px; } .coverage-stat .stat-label { font-size: 0.9rem; color: #6b7280; } .coverage-areas { background: #f8fafc; border-radius: 16px; padding: 30px; } .coverage-areas h3 { font-size: 1.5rem; margin-bottom: 25px; color: #1f2937; text-align: center; } .areas-grid-two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; } .area-item { background: linear-gradient(135deg, #ecfdf5, #f0fdf4); padding: 15px 20px; border-radius: 10px; color: #065f46; font-weight: 500; border-left: 4px solid #059669; transition: all 0.3s ease; text-align: center; } .area-item:hover { background: linear-gradient(135deg, #059669, #10b981); color: white; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(5, 150, 105, 0.3); } .bangalore-only-warning { background: linear-gradient(135deg, #fef3c7, #fde68a); padding: 25px; border-radius: 12px; display: flex; align-items: center; gap: 20px; margin-bottom: 30px; border-left: 4px solid #f59e0b; } .warning-icon { font-size: 2rem; } .warning-content h4 { color: #92400e; margin-bottom: 5px; font-size: 1.2rem; } .warning-content p { color: #b45309; margin: 0; } .coverage-cta { text-align: center; } /* Contact Section */ .contact-section { padding: 0 0 80px 0; background: white; } .limited-slots-banner { background: linear-gradient(135deg, #f97316, #ea580c); color: white; text-align: center; padding: 15px; font-weight: 600; font-size: 1.1rem; } .contact-content { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding-top: 60px; } .contact-form-container h2 { font-size: 2rem; margin-bottom: 15px; color: #1f2937; } .contact-form-container p { color: #6b7280; margin-bottom: 30px; line-height: 1.6; } .contact-form { display: flex; flex-direction: column; gap: 20px; } .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } .form-group { display: flex; flex-direction: column; } .form-group label { margin-bottom: 8px; font-weight: 600; color: #374151; } .form-group input, .form-group textarea, .form-group select { padding: 12px 15px; border: 2px solid #e5e7eb; border-radius: 8px; font-size: 1rem; transition: border-color 0.3s ease; } .form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: #3b82f6; } .form-group textarea { min-height: 100px; resize: vertical; } .support-container h2 { font-size: 2rem; margin-bottom: 30px; color: #1f2937; } .support-options { display: flex; flex-direction: column; gap: 20px; margin-bottom: 40px; } .support-option { display: flex; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; transition: all 0.3s ease; } .support-option.whatsapp { background: linear-gradient(135deg, #dcfce7, #bbf7d0); } .support-option.phone { background: linear-gradient(135deg, #dbeafe, #bfdbfe); } .support-option.email { background: linear-gradient(135deg, #d1fae5, #a7f3d0); } .support-icon { font-size: 2rem; } .support-info h3 { color: #1f2937; margin-bottom: 5px; } .support-info p { color: #6b7280; margin: 0; font-size: 0.9rem; } .phone-number, .email-address { color: #059669; text-decoration: none; font-weight: 600; } .phone-number:hover, .email-address:hover { text-decoration: underline; } .quick-actions { margin-bottom: 30px; } .quick-actions h3 { color: #1f2937; margin-bottom: 20px; } .quick-actions button { display: block; width: 100%; margin-bottom: 10px; } .business-hours h4 { color: #1f2937; margin-bottom: 15px; } .hours-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #e5e7eb; } .hours-row:last-child { border-bottom: none; } /* Footer */ .footer { background: #1f2937; color: white; text-align: center; padding: 30px 0; } /* Chat Widget */ .chat-widget { position: fixed; bottom: 20px; right: 20px; z-index: 1000; } .chat-button { background: linear-gradient(135deg, #25d366, #128c7e); color: white; border: none; width: 60px; height: 60px; border-radius: 50%; font-size: 1.5rem; cursor: pointer; box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3); transition: all 0.3s ease; } .chat-button:hover { transform: scale(1.1); box-shadow: 0 6px 25px rgba(37, 211, 102, 0.4); } /* Scroll to Top Button */ .scroll-to-top { position: fixed; bottom: 20px; left: 20px; background: linear-gradient(135deg, #1e40af, #3b82f6); color: white; border: none; width: 50px; height: 50px; border-radius: 50%; font-size: 1.2rem; cursor: pointer; box-shadow: 0 4px 20px rgba(30, 64, 175, 0.3); transition: all 0.3s ease; opacity: 0; visibility: hidden; } .scroll-to-top.visible { opacity: 1; visibility: visible; } .scroll-to-top:hover { transform: translateY(-3px); box-shadow: 0 6px 25px rgba(30, 64, 175, 0.4); } /* Responsive Design */ @media (max-width: 768px) { .hero-section h1 { font-size: 2.5rem; } .hero-subtitle { font-size: 1.1rem; } .hero-buttons { flex-direction: column; align-items: center; } .hero-features { flex-direction: column; gap: 20px; } .features-grid { grid-template-columns: 1fr; } .documents-grid { grid-template-columns: 1fr; } .steps-container { grid-template-columns: 1fr; } .testimonials-grid { grid-template-columns: 1fr; } .coverage-content { grid-template-columns: 1fr; gap: 30px; } .contact-content { grid-template-columns: 1fr; gap: 40px; } .form-row { grid-template-columns: 1fr; } .areas-grid-two-columns { grid-template-columns: 1fr; gap: 10px; } .stats-section { grid-template-columns: repeat(2, 1fr); } .custom-buttons, .ready-buttons { flex-direction: column; align-items: center; } .support-buttons { flex-direction: column; } } /style>/head>body> header classmain-header> div classcontainer> a href#>img srcimg/landdoceasy.png altLand Doc Easy logo width200 height50>/a> nav classmain-nav> ul> li>a href#why-choose-section>Why Choose Us/a>/li> li>a href#how-it-works-section>How It Works/a>/li> li>a href#contact-section>Contact Us/a>/li> /ul> /nav> a href#contact-section classheader-cta-btn>Get Your Land Documents/a> button classmobile-menu-button> div classhamburger-line>/div> div classhamburger-line>/div> div classhamburger-line>/div> /button> /div> /header> section classhero-section> div classcontainer> h1>Get Certified Land Documents span classhighlight>Delivered/span> Across Bangalore & Bangalore Rural/h1> p classhero-subtitle>Get Your Documents Online in Just 15 Minutes via WhatsApp or Delivered to Your Doorstep in Only 7 Days/p> div classhero-buttons> button classbtn-primary onclickopenContactModal()>Request Land Documents Now/button> /div> div classhero-features> div classfeature-badge> span classbadge-icon>β/span> span>- BBMP & BMRDA Building Plan Approvals/span> /div> div classfeature-badge> span classbadge-icon>β/span> span>Electrical NOC or Meter Service/span> /div> div classfeature-badge> span classbadge-icon>β/span> span>β Conversion Copy/span> /div> /div> /div> /section>section classdocuments-section> div classcontainer> h2>Available Land Documents & Approvals/h2> p>Complete range of certified property documents for Bangalore/p> div classdocument-categories> button classcategory-btn active data-categoryall>All Documents/button> button classcategory-btn data-categorybuilding>Building Approvals/button> button classcategory-btn data-categoryutilities>Utilities/button> button classcategory-btn data-categoryland>Land Records/button> button classcategory-btn data-categorysurvey>Survey Documents/button> button classcategory-btn data-categoryverification>Verification/button> button classcategory-btn data-categorytransfer>Transfer Documents/button> button classcategory-btn data-categoryproperty>Property Transfer/button> button classcategory-btn data-categoryoriginal>Original Documents/button> button classcategory-btn data-categoryadministrative>Administrative/button> button classcategory-btn data-categorygenealogy>Genealogy/button> button classcategory-btn data-categoryconversion>Land Conversion/button> button classcategory-btn data-categoryrecords>Property Records/button> /div> div classdocuments-grid> div classdocument-card data-categorybuilding> div classdoc-icon>ποΈ/div> h3>BBMP & BMRDA Building Plan Approvals/h3> span classdoc-category>Building Approvals/span> /div> div classdocument-card data-categoryutilities> div classdoc-icon>β‘/div> h3>Electrical NOC or Meter Service/h3> span classdoc-category>Utilities/span> /div> div classdocument-card data-categoryland> div classdoc-icon>π/div> h3>RTC (Record of Rights, Tenancy & Crops)/h3> span classdoc-category>Land Records/span> /div> div classdocument-card data-categorysurvey> div classdoc-icon>π/div> h3>Akarabandh/h3> span classdoc-category>Survey Documents/span> /div> div classdocument-card data-categoryverification> div classdoc-icon>π/div> h3>Encumbrance Certificate (E.C)/h3> span classdoc-category>Verification/span> /div> div classdocument-card data-categorytransfer> div classdoc-icon>π/div> h3>Mutation Certificate (M.R)/h3> span classdoc-category>Transfer Documents/span> /div> div classdocument-card data-categoryproperty> div classdoc-icon>π/div> h3>Sale Deed/h3> span classdoc-category>Property Transfer/span> /div> div classdocument-card data-categoryoriginal> div classdoc-icon>π/div> h3>Mother Deed/h3> span classdoc-category>Original Documents/span> /div> div classdocument-card data-categorysurvey> div classdoc-icon>π/div> h3>11E Sketch/h3> span classdoc-category>Survey Documents/span> /div> div classdocument-card data-categorysurvey> div classdoc-icon>πΊοΈ/div> h3>Survey Sketch/h3> span classdoc-category>Survey Documents/span> /div> div classdocument-card data-categoryadministrative> div classdoc-icon>π/div> h3>Tippani/h3> span classdoc-category>Administrative/span> /div> div classdocument-card data-categorygenealogy> div classdoc-icon>π³/div> h3>Family Tree Certificate/h3> span classdoc-category>Genealogy/span> /div> div classdocument-card data-categoryadministrative> div classdoc-icon>π/div> h3>Form 10/h3> span classdoc-category>Administrative/span> /div> div classdocument-card data-categoryconversion> div classdoc-icon>π/div> h3>Conversion Copy/h3> span classdoc-category>Land Conversion/span> /div> div classdocument-card data-categoryrecords> div classdoc-icon>π /div> h3>Katha & Katha Exchange/h3> span classdoc-category>Property Records/span> /div> /div> div classcustom-document-section> h3>Dont See Your Required Document?/h3> p>We handle all types of land and property documents in Bangalore. Contact us for custom requirements./p> div classcustom-buttons> button classbtn-primary onclickopenContactModal()>Request Custom Document/button> button classbtn-secondary>WhatsApp for Quick Help/button> /div> /div> /div> /section> section classwhy-choose-section idwhy-choose-section> div classcontainer> h2>Why Choose Land Doc Easy?/h2> p>Your trusted partner for fast, certified land documents across Bangalore & Bangalore Rural/p> div classfeatures-grid> div classfeature-card> div classfeature-icon>π/div> h3>Certified & Legal/h3> p>We provide 100% government-issued, legally recognized property documents β fully verified and accepted by all authorities./p> span classfeature-tag>β Certified/span> /div> div classfeature-card> div classfeature-icon>π /div> h3>Bangalore & Rural Coverage/h3> p>From city zones to rural areas, our service is tailored for Bangalore residents with guaranteed doorstep delivery./p> span classfeature-tag>β Local Service/span> /div> div classfeature-card> div classfeature-icon>β°/div> h3>Documents in 15 Minutes/h3> p>Share your request on WhatsApp and get your documents digitally in just 15 minutes (for most document types)./p> span classfeature-tag>β Fast Delivery/span> /div> div classfeature-card> div classfeature-icon>π‘οΈ/div> h3>7-Day Hard Copy Delivery/h3> p>Receive sealed and certified physical copies at your home or office within 7 working days β no courier hassle./p> span classfeature-tag>β Authentic/span> /div> div classfeature-card> div classfeature-icon>π¬/div> h3>Local, Reliable Support/h3> p>Our Bangalore-based team is always ready to assist you via WhatsApp, phone, or email β no bots, just real people./p> span classfeature-tag>β 24/7 Support/span> /div> div classfeature-card> div classfeature-icon>π/div> h3>Secure & Transparent Process/h3> p>Clear pricing, honest timelines, and a fully secure process β so you always know what to expect, and when./p> span classfeature-tag>β Transparent/span> /div> /div> div classsection-cta> button classbtn-primary>Talk to our experts on WhatsApp./button> /div> /div> /section> section classhow-it-works-section idhow-it-works-section> div classcontainer> h2>How It Works/h2> p>Get your certified land documents online in minutes or delivered to your doorstep in 7 days β all in 4 simple steps./p> div classsteps-container> div classstep> div classstep-number>01/div> div classstep-icon>π/div> h3>Submit Your Request (Online or WhatsApp)/h3> p>Start by filling a quick online form or just messaging us on WhatsApp./p> div classstep-details>Tell us which documents you need β it takes less than 2 minutes./div> /div> div classstep> div classstep-number>02/div> div classstep-icon>π/div> h3>We Review & Confirm/h3> p>Our team verifies your details and guides you through the process./p> div classstep-details>We ensure everything is legally accurate before processing./div> /div> div classstep> div classstep-number>03/div> div classstep-icon>ποΈ/div> h3>Documents Processed & Certified/h3> p>We get your documents officially certified through government offices/p> div classstep-details>No visits or paperwork from your side./div> /div> div classstep> div classstep-number>04/div> div classstep-icon>π/div> h3>Choose: Get It Online or Delivered/h3> p>Receive your documents:- Online (PDF) in just 15 minutes, ORbr>- Physical copy delivered to your Bangalore or Rural address within 7 daysbr> /div> /div> div classaready-section> h3>Ready to Get Your Documents?/h3> p>Start the process today and receive your certified land documents within 7 working days. Our experts are standing by to help with your requirements./p> div classready-buttons> button classbtn-primary onclickopenContactModal()>Start Your Request Now/button> button classbtn-secondary>Get Free Consultation/button> /div> /div> /div> /section> section classtestimonials-section> div classcontainer> h2>What Our Bangalore Customers Say/h2> p>Real experiences from satisfied customers across Bangalore/p> div classrating-display> div classstars>β β β β β /div> span classrating-text>4.9/span> span classrating-count>(500+ reviews)/span> /div> div classtestimonials-grid> div classtestimonial-card> div classstars>β β β β β /div> p>Land Doc Easy made my property transaction easy and completely hassle-free. Got my EC and RTC within a week! The delivery was right to my doorstep and the documents were perfect./p> div classcustomer-info> div classcustomer-avatar>π¨βπΌ/div> div classcustomer-details> strong>Ramesh Kumar/strong> span>Koramangala, Bangalore/span> /div> /div> /div> div classtestimonial-card> div classstars>β β β β β /div> p>Professional, quick, and super convenient. Highly recommended for anyone needing certified land documents in Bangalore. The WhatsApp support was excellent throughout./p> div classcustomer-info> div classcustomer-avatar>π©βπ»/div> div classcustomer-details> strong>Priya Sharma/strong> span>Indiranagar, Bangalore/span> /div> /div> /div> div classtestimonial-card> div classstars>β β β β β /div> p>Needed urgent mutation certificate for my property sale. Land Doc Easy delivered exactly on time with all proper certifications. Saved me multiple trips to government offices./p> div classcustomer-info> div classcustomer-avatar>π¨βπ/div> div classcustomer-details> strong>Suresh Patel/strong> span>Whitefield, Bangalore/span> /div> /div> /div> div classtestimonial-card> div classstars>β β β β β /div> p>Excellent service! Got all my building plan approvals without any hassle. The team was very knowledgeable and guided me through the entire process step by step./p> div classcustomer-info> div classcustomer-avatar>π©βπ¬/div> div classcustomer-details> strong>Anita Reddy/strong> span>Jayanagar, Bangalore/span> /div> /div> /div> div classtestimonial-card> div classstars>β β β β β /div> p>Fast, reliable, and transparent pricing. Land Doc Easy is the best solution for land documents in Bangalore. Their local expertise really shows in the quality of service./p> div classcustomer-info> div classcustomer-avatar>π¨ββοΈ/div> div classcustomer-details> strong>Vikram Singh/strong> span>Hebbal, Bangalore/span> /div> /div> /div> div classtestimonial-card> div classstars>β β β β β /div> p>Amazing experience! Got my family tree certificate and sale deed copies quickly. The physical delivery was very professional and all documents were properly sealed./p> div classcustomer-info> div classcustomer-avatar>π©βπ«/div> div classcustomer-details> strong>Lakshmi Naidu/strong> span>BTM Layout, Bangalore/span> /div> /div> /div> /div> div classstats-section> div classstat-item> div classstat-number>500+/div> div classstat-label>Happy Customers/div> /div> div classstat-item> div classstat-number>2000+/div> div classstat-label>Documents Delivered/div> /div> div classstat-item> div classstat-number>99%/div> div classstat-label>On-Time Delivery/div> /div> div classstat-item> div classstat-number>3+/div> div classstat-label>Years Experience/div> /div> /div> div classjoin-customers-section> h3>Join Our Satisfied Customers/h3> p>Experience the same professional service that has earned us 500+ happy customers/p> button classbtn-primary onclickopenContactModal()>Get Your Documents Today/button> /div> /div> /section> section classfaq-section> div classcontainer> h2>Frequently Asked Questions/h2> p>Get answers to common questions about our Bangalore land document delivery service/p> div classfaq-items> div classfaq-item> div classfaq-question> h3>How fast can I get land documents delivered in Bangalore?/h3> span classtoggle-icon>+/span> /div> div classfaq-answer> p>All document requests are fulfilled within 7 working days. We guarantee this timeline for all types of land documents and property papers. Rush processing may be available for urgent requirements./p> /div> /div> div classfaq-item> div classfaq-question> h3>Are Land Doc Easy documents officially certified and accepted?/h3> span classtoggle-icon>+/span> /div> div classfaq-answer> p>Yes, 100% of our documents are government-issued and officially authenticated. All documents come with proper stamps, seals, and certifications from relevant government offices. They are legally recognized for all property transactions./p> /div> /div> div classfaq-item> div classfaq-question> h3>Which areas in Bangalore do you serve?/h3> span classtoggle-icon>+/span> /div> div classfaq-answer> p>We serve all areas of Bangalore city including Indiranagar, Whitefield, Jayanagar, Koramangala, Hebbal, BTM Layout, Electronic City, HSR Layout, Marathahalli, and all other neighborhoods within Greater Bangalore limits./p> /div> /div> div classfaq-item> div classfaq-question> h3>Which types of documents can I order?/h3> span classtoggle-icon>+/span> /div> div classfaq-answer> p>We provide all types of land and property documents including RTC, Encumbrance Certificate, Mutation Certificate, Sale Deed, Building Plan Approvals, NOCs, Survey Sketches, Katha documents, and many more. See our complete list above for all available documents./p> /div> /div> div classfaq-item> div classfaq-question> h3>Is this service available outside Bangalore?/h3> span classtoggle-icon>+/span> /div> div classfaq-answer> p>Currently, our service is exclusively available for Bangalore addresses only. We focus on providing the best quality service within Bangalore to ensure fast, reliable, and personal delivery./p> /div> /div> div classfaq-item> div classfaq-question> h3>How much does the service cost?/h3> span classtoggle-icon>+/span> /div> div classfaq-answer> p>Pricing varies based on the type and complexity of documents required. We offer transparent pricing with no hidden charges. Contact us for a free quote based on your specific requirements./p> /div> /div> div classfaq-item> div classfaq-question> h3>Do you provide digital copies as well?/h3> span classtoggle-icon>+/span> /div> div classfaq-answer> p>Our primary service is physical delivery of original certified documents. However, we can provide digital scans of documents upon request after physical delivery is complete./p> /div> /div> /div> div classstill-questions-section> h3>Still Have Questions?/h3> p>Our Bangalore-based support team is ready to help with any queries about land documents/p> div classsupport-buttons> button classbtn-whatsapp>WhatsApp Support/button> button classbtn-phone>Call Us Now/button> button classbtn-email>Email Support/button> /div> /div> /div> /section> section classcoverage-section idcoverage-section> div classcontainer> h2>Service Coverage Across Bangalore/h2> p>Serving all areas of BangaloreβNo courier or postal delays, direct handover only/p> div classcoverage-content> div classcoverage-map> h3>πΊοΈ Bangalore City Coverage/h3> div classmap-placeholder> div classmap-text>BLORE/div> /div> p>Direct delivery to all neighborhoods/p> div classcoverage-stats> div classcoverage-stat> div classstat-number>100%/div> div classstat-label>Bangalore Coverage/div> /div> div classcoverage-stat> div classstat-number>7 Days/div> div classstat-label>Max Delivery Time/div> /div> /div> /div> div classcoverage-areas> h3>We Deliver To All These Areas & More/h3> div classareas-grid-two-columns> div classarea-item>Indiranagar/div> div classarea-item>Whitefield/div> div classarea-item>Jayanagar/div> div classarea-item>Koramangala/div> div classarea-item>Hebbal/div> div classarea-item>BTM Layout/div> div classarea-item>Electronic City/div> div classarea-item>HSR Layout/div> div classarea-item>Marathahalli/div> div classarea-item>Yelahanka/div> div classarea-item>Rajajinagar/div> div classarea-item>Malleshwaram/div> div classarea-item>Banashankari/div> div classarea-item>JP Nagar/div> div classarea-item>Sarjapur/div> div classarea-item>Bellandur/div> div classarea-item>Bommanahalli/div> div classarea-item>KR Puram/div> div classarea-item>RT Nagar/div> div classarea-item>Vidyaranyapura/div> /div> /div> /div> div classbangalore-only-warning> div classwarning-icon>β οΈ/div> div classwarning-content> h4>Bangalore Only Service/h4> p>Our service is currently exclusive to Bangalore addresses to ensure quality and timely delivery./p> /div> /div> /div> /section> section classcontact-section idcontact-section> div classlimited-slots-banner> span>β‘ Limited slotsβBook today for 7-day delivery!/span> /div> div classcontainer> div classcontact-content> div classcontact-form-container> h2>Request Your Land Documents/h2> p>Fill out this form and well get back to you within 2 hours with a quote and timeline./p> form classcontact-form idcontactForm actionsend_email.php methodPOST> div classform-row> div classform-group> label forfullName>Full Name */label> input typetext idfullName namefullName placeholderEnter your full name required> /div> div classform-group> label forphoneNumber>Phone Number */label> input typetel idphoneNumber namephoneNumber placeholder+91 9876543210 required> /div> /div> div classform-group> label foremailAddress>Email Address */label> input typeemail idemailAddress nameemailAddress placeholderyour.email@example.com required> /div> div classform-group> label forrequiredDocuments>Required Documents */label> textarea idrequiredDocuments namerequiredDocuments placeholderPlease specify the documents you need (e.g., RTC, EC, Mutation Certificate, etc.) required>/textarea> /div> div classform-group> label fordeliveryAddress>Delivery Address in Bangalore */label> textarea iddeliveryAddress namedeliveryAddress placeholderComplete address with area, pincode required>/textarea> /div> button typesubmit classbtn-primary>Submit Request & Get Quote/button> /form> /div> div classsupport-container> h2>Get Instant Support/h2> div classsupport-options> div classsupport-option whatsapp> div classsupport-icon>π¬/div> div classsupport-info> h3>WhatsApp Support/h3> p>Instant response, 9 AM - 9 PM/p> /div> button classbtn-whatsapp>Chat Now/button> /div> div classsupport-option phone> div classsupport-icon>π/div> div classsupport-info> h3>Phone Support/h3> p>Monday - Saturday, 9 AM - 7 PM/p> a hreftel:+919876543210 classphone-number>+91 98765 43210/a> /div> /div> div classsupport-option email> div classsupport-icon>π§/div> div classsupport-info> h3>Email Support/h3> p>Response within 4 hours/p> a hrefmailto:support@landdoceasy.in classemail-address>support@landdoceasy.in/a> /div> /div> /div> div classquick-actions> h3>Quick Actions/h3> a hreftel:+919876543210 styletext-decoration: none;>button classbtn-primary>Call our team/button>/a> a hrefhttps://wa.me/919876543210 target_blank styletext-decoration: none;>button classbtn-secondary>Connect with us on WhatsApp/button>/a> /div> div classbusiness-hours> h4>Business Hours/h4> div classhours-row> span>Monday - Friday/span> span>9:00 AM - 7:00 PM/span> /div> div classhours-row> span>Saturday/span> span>9:00 AM - 6:00 PM/span> /div> div classhours-row> span>Sunday/span> span>WhatsApp Only/span> /div> /div> /div> /div> /div> /section> footer classfooter> div classcontainer> p>© 2025 Land Doc Easy. All rights reserved. | Certified Land Document Delivery Service for Bangalore/p> /div> /footer> div classchat-widget> button classchat-button>π¬/button> /div> button classscroll-to-top onclickscrollToTop()>β/button> script srcscript.js>/script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]