Help
RSS
API
Feed
Maltego
Contact
Domain > sqroot.shop
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-09-14
77.37.53.241
(
ClassC
)
2026-03-01
147.79.120.230
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Sun, 01 Mar 2026 23:23:12 GMTContent-Type: text/htmlContent-Length: 795Connection: keep-aliveLocation: https://sqroot.shop/platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: 22f0dfaeb98e40385b0ec1acde92c12b-phx-edge8x-hcdn-cache-status: MISSx-hcdn-upstream-rt: 0.493 !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 OKDate: Sun, 01 Mar 2026 23:23:13 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingLast-Modified: Thu, 17 Jul 2025 05:52:59 GMTEtag: W/8f37-68788fbb-3b17d8a7db1e300;gzplatform: hostingerpanel: hpanelRetry-After: 60Content-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: 81ac7be4a32da9b0cf464760bd0a956f-phx-edge6x-hcdn-cache-status: DYNAMICx-hcdn-upstream-rt: 0.788 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Sqroot - Innovate. Grow. Succeed./title> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css> style> @import url(https://fonts.googleapis.com/css2?familyPoppins:wght@300;400;500;600;700;800&familyMontserrat:wght@400;500;600;700&displayswap); /* --- CSS Variables --- */ :root { --primary-color: #6a00ff; /* Deep Purple - Innovation, Wisdom, Modern */ --secondary-color: #00bcd4; /* Cyan/Turquoise - Fresh, Tech, Clarity */ --accent-color: #ffeb3b; /* Bright Yellow - Energy, Highlight, Optimism */ --text-dark: #212529; /* Near Black - Professional */ --text-light: #f8f9fa; /* Off-white for dark backgrounds */ --bg-light: #ffffff; /* Pure White */ --bg-dark: #1a1a2e; /* Very Dark Blue-Purple - Sleek, futuristic */ --card-bg: #FFFFFF; --gradient-main: linear-gradient(135deg, #6a00ff, #8e24aa); /* Purple to darker Purple */ --font-heading: Poppins, sans-serif; /* Bold, modern, impactful */ --font-body: Montserrat, sans-serif; /* Clean, highly readable */ --border-radius-default: 10px; --box-shadow-light: 0 5px 20px rgba(0, 0, 0, 0.08); --box-shadow-elevate: 0 15px 40px rgba(0, 0, 0, 0.2); } /* --- Global Styles --- */ * { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; } body { font-family: var(--font-body); color: var(--text-dark); line-height: 1.7; background-color: #f0f2f5; /* Light grey-blue, clean */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; } .container { max-width: 1200px; margin: 0 auto; padding: 0 25px; } section { padding: 100px 0; text-align: center; position: relative; overflow: hidden; background-color: var(--bg-light); /* Default light section background */ } /* --- Reusable Components --- */ .heading-primary { font-family: var(--font-heading); font-size: 5.5rem; font-weight: 800; line-height: 1.1; margin-bottom: 30px; letter-spacing: -3px; color: var(--text-light); /* Text color for hero section */ text-shadow: 3px 3px 10px rgba(0,0,0,0.4); } .heading-secondary { font-family: var(--font-heading); font-size: 4rem; font-weight: 700; color: var(--text-dark); margin-bottom: 50px; position: relative; display: inline-block; letter-spacing: -1.5px; } .heading-secondary::after { content: ; position: absolute; bottom: -18px; left: 50%; transform: translateX(-50%); width: 120px; height: 7px; background: var(--primary-color); border-radius: 4px; box-shadow: 0 0 25px rgba(106, 0, 255, 0.7); } .btn-main { display: inline-block; background: var(--gradient-main); color: var(--text-light); padding: 18px 45px; text-decoration: none; font-weight: 600; font-size: 1.1rem; border-radius: var(--border-radius-default); border: none; cursor: pointer; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 8px 20px rgba(106, 0, 255, 0.3); letter-spacing: 0.8px; text-transform: uppercase; margin: 0 12px; } .btn-main:hover { transform: translateY(-8px); box-shadow: 0 16px 35px rgba(106, 0, 255, 0.5); } .btn-secondary { display: inline-block; background-color: var(--secondary-color); color: var(--text-dark); padding: 18px 45px; text-decoration: none; font-weight: 600; font-size: 1.1rem; border-radius: var(--border-radius-default); border: none; cursor: pointer; transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease; box-shadow: 0 8px 20px rgba(0, 188, 212, 0.3); letter-spacing: 0.8px; text-transform: uppercase; margin: 0 12px; } .btn-secondary:hover { transform: translateY(-8px); box-shadow: 0 16px 35px rgba(0, 188, 212, 0.5); background-color: #00acc1; /* Slightly darker cyan */ } /* --- Header & Navigation --- */ header { background-color: var(--bg-light); box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06); position: sticky; top: 0; z-index: 1000; padding: 20px 0; } .navbar { display: flex; justify-content: space-between; align-items: center; } .logo { font-family: var(--font-heading); font-size: 3.5rem; font-weight: 800; color: var(--primary-color); text-decoration: none; letter-spacing: 0.5px; transition: color 0.3s ease; } .logo:hover { color: var(--secondary-color); } .nav-links { list-style: none; display: flex; gap: 40px; } .nav-links a { text-decoration: none; color: var(--text-dark); font-weight: 500; font-size: 1.05rem; position: relative; padding-bottom: 6px; transition: color 0.3s ease; text-transform: uppercase; } .nav-links a::after { content: ; position: absolute; left: 0; bottom: 0; width: 0; height: 4px; background: var(--primary-color); transition: width 0.3s ease-out; } .nav-links a:hover { color: var(--primary-color); } .nav-links a:hover::after { width: 100%; } /* --- Hero Section --- */ #home { background-color: var(--bg-dark); height: 95vh; display: flex; align-items: center; justify-content: center; background-image: url(https://images.unsplash.com/photo-1516110833957-e1cd1626c11a?cropentropy&cstinysrgb&fitmax&fmjpg&ixidMnwxfDB8MXxyYW5kb218MHx8dGVjaG5vbG9neSxkaWdpdGFsLGluZm9ybWF0aW9uLHByb2dyYW1taW5nfHxlbnwwfHx8fDE3MjAyODY2OTB8MA&ixlibrb-1.2.1&q80&w1920); /* Abstract tech background */ background-size: cover; background-position: center; position: relative; overflow: hidden; } #home::before { content: ; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(26, 26, 46, 0.8); /* Dark overlay */ z-index: 0; } #home .container { z-index: 1; text-align: center; max-width: 1000px; } #home p { font-family: var(--font-body); font-size: 2.2rem; max-width: 800px; margin: 0 auto 60px; font-weight: 300; color: var(--secondary-color); text-shadow: 0 0 15px rgba(0, 188, 212, 0.6); } /* --- Features/Solutions Section --- */ #solutions { background-color: #f0f2f5; /* Light background */ } .solutions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; margin-top: 60px; } .solution-card { background-color: var(--card-bg); padding: 40px; border-radius: var(--border-radius-default); box-shadow: var(--box-shadow-light); transition: transform 0.4s ease, box-shadow 0.4s ease; text-align: center; border-bottom: 6px solid var(--secondary-color); } .solution-card:hover { transform: translateY(-15px); box-shadow: var(--box-shadow-elevate); border-bottom-color: var(--primary-color); } .solution-card .icon { font-size: 5rem; color: var(--primary-color); margin-bottom: 30px; } .solution-card h3 { font-family: var(--font-heading); font-size: 2.5rem; font-weight: 600; color: var(--text-dark); margin-bottom: 20px; } .solution-card p { font-family: var(--font-body); font-size: 1.05rem; color: #555; } /* --- About Section --- */ #about { background-color: var(--bg-dark); color: var(--text-light); } #about .heading-secondary { color: var(--text-light); } #about .heading-secondary::after { background: var(--accent-color); box-shadow: 0 0 25px rgba(255, 235, 59, 0.8); } .about-content { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 60px; margin-top: 50px; text-align: left; } .about-text { flex: 1; min-width: 350px; } .about-text h3 { font-family: var(--font-heading); font-size: 3rem; font-weight: 700; color: var(--text-light); margin-bottom: 28px; } .about-text p { font-family: var(--font-body); font-size: 1.15rem; color: #ccc; margin-bottom: 25px; } .about-image { flex: 1; min-width: 350px; } .about-image img { max-width: 100%; height: auto; border-radius: var(--border-radius-default); box-shadow: var(--box-shadow-elevate); transition: transform 0.5s ease; } .about-image img:hover { transform: scale(1.02); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3); } /* --- Contact Section --- */ #contact { background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)); /* Gradient background */ color: var(--text-light); padding-bottom: 0; } #contact .heading-secondary { color: var(--text-light); } #contact .heading-secondary::after { background: var(--accent-color); box-shadow: 0 0 25px rgba(255, 235, 59, 0.8); } .contact-content { display: flex; flex-wrap: wrap; justify-content: center; gap: 50px; margin-top: 50px; text-align: left; } .contact-info, .contact-form { flex: 1; min-width: 300px; max-width: 550px; } .contact-info h3 { font-family: var(--font-heading); font-size: 3rem; font-weight: 700; margin-bottom: 25px; color: var(--text-light); } .contact-info p { font-family: var(--font-body); font-size: 1.1rem; color: #eee; margin-bottom: 20px; } .contact-info address { font-style: normal; font-family: var(--font-body); font-size: 1.1rem; color: #eee; line-height: 1.7; } .contact-info address a { color: #eee; text-decoration: none; transition: color 0.3s ease; } .contact-info address a:hover { color: var(--accent-color); } .contact-form form { background-color: rgba(0, 0, 0, 0.25); /* Slightly transparent dark background */ padding: 40px; border-radius: var(--border-radius-default); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35); } .form-group { margin-bottom: 22px; } .form-group label { display: block; font-weight: 500; margin-bottom: 9px; color: var(--text-light); } .form-group input, .form-group textarea { width: 100%; padding: 14px; border: 1px solid rgba(255, 255, 255, 0.4); background-color: rgba(255, 255, 255, 0.15); color: var(--text-light); border-radius: 6px; font-family: var(--font-body); font-size: 1rem; transition: border-color 0.3s ease, background-color 0.3s ease; } .form-group input::placeholder, .form-group textarea::placeholder { color: #bbb; } .form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--accent-color); background-color: rgba(255, 255, 255, 0.2); box-shadow: 0 0 12px rgba(255, 235, 59, 0.6); } .checkbox-group { display: flex; align-items: flex-start; margin-top: 25px; margin-bottom: 25px; } .checkbox-group inputtypecheckbox { width: 22px; height: 22px; margin-right: 15px; flex-shrink: 0; cursor: pointer; border: 1px solid rgba(255, 255, 255, 0.6); background-color: rgba(255, 255, 255, 0.15); accent-color: var(--accent-color); border-radius: 4px; } .checkbox-group label { color: var(--text-light); font-size: 0.95rem; line-height: 1.5; margin-bottom: 0; cursor: pointer; } .form-submit-button { width: 100%; font-size: 1.1rem; padding: 16px; margin-top: 30px; background: var(--accent-color); color: var(--text-dark); border-radius: var(--border-radius-default); font-weight: 700; transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease; } .form-submit-button:hover:not(:disabled) { transform: translateY(-5px); box-shadow: 0 14px 30px rgba(255, 235, 59, 0.6); background-color: #fdd835; /* Darker yellow */ } .form-submit-button:disabled { background-color: #999; cursor: not-allowed; box-shadow: none; opacity: 0.7; } /* --- Policy Section (Privacy & Terms) --- */ .policy-section { background-color: #fcfdfe; padding: 90px 0; text-align: left; } .policy-section h2 { text-align: center; margin-bottom: 45px; } .policy-section h3 { font-family: var(--font-heading); font-size: 2.5rem; font-weight: 600; color: var(--text-dark); margin-top: 40px; margin-bottom: 18px; } .policy-section p { font-family: var(--font-body); font-size: 1.05rem; color: #555; margin-bottom: 20px; } .policy-section ul { font-family: var(--font-body); list-style: none; padding-left: 0; } .policy-section ul li { position: relative; padding-left: 30px; margin-bottom: 12px; color: #555; } .policy-section ul li::before { content: \2022; position: absolute; left: 0; font-size: 1.5rem; line-height: 1; color: var(--primary-color); font-weight: bold; } /* --- Footer --- */ footer { background-color: var(--bg-dark); color: #bbb; padding: 40px 0; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.1); } .footer-links { list-style: none; padding: 0; margin: 20px 0; display: flex; justify-content: center; gap: 35px; } .footer-links a { color: #bbb; text-decoration: none; font-weight: 400; transition: color 0.3s ease; } .footer-links a:hover { color: var(--secondary-color); } .footer-address { font-family: var(--font-body); font-size: 1rem; color: #999; } /* --- Animations & Scroll Effect --- */ .animate-on-scroll { opacity: 0; transform: translateY(40px); transition: opacity 1s ease-out, transform 1s ease-out; } .animate-on-scroll.is-visible { opacity: 1; transform: translateY(0); } .delay-1 { transition-delay: 0.15s; } .delay-2 { transition-delay: 0.30s; } .delay-3 { transition-delay: 0.45s; } .delay-4 { transition-delay: 0.60s; } /* --- Media Queries (Responsiveness) --- */ @media (max-width: 992px) { .heading-primary { font-size: 4.5rem; letter-spacing: -2px; } .heading-secondary { font-size: 3.2rem; } .nav-links { gap: 30px; } #home p { font-size: 1.8rem; } .about-content, .contact-content { flex-direction: column; gap: 50px; } .about-image, .contact-info { text-align: center; } .about-text { text-align: center; } } @media (max-width: 768px) { .navbar { flex-direction: column; gap: 20px; } .nav-links { flex-wrap: wrap; justify-content: center; gap: 15px; } .heading-primary { font-size: 3.5rem; } #home p { font-size: 1.6rem; } .heading-secondary { font-size: 2.8rem; } section { padding: 80px 0; } .hero-cta { flex-direction: column; gap: 20px; } .btn-main, .btn-secondary { width: 85%; margin: 0 auto; padding: 16px 35px; } .solution-card { padding: 35px; } .solution-card h3 { font-size: 2.2rem; } } @media (max-width: 576px) { .container { padding: 0 18px; } .logo { font-size: 3rem; } .heading-primary { font-size: 2.8rem; letter-spacing: 0; } .btn-main, .btn-secondary { font-size: 1rem; } .solution-card .icon { font-size: 4.5rem; } .contact-form form { padding: 30px; } .checkbox-group label { font-size: 0.9rem; } } /style>/head>body> header> div classcontainer> nav classnavbar> a href#home classlogo>Sqroot/a> ul classnav-links> li>a href#home>Home/a>/li> li>a href#solutions>Solutions/a>/li> li>a href#about>About Us/a>/li> li>a href#contact>Contact/a>/li> li>a href#privacy>Privacy/a>/li> li>a href#terms>Terms/a>/li> /ul> /nav> /div> /header> section idhome> div classcontainer> h1 classheading-primary animate-on-scroll>Unlocking Potential with Innovation./h1> p classanimate-on-scroll delay-1> Your strategic partner for cutting-edge solutions and accelerated growth. /p> div classhero-cta> a href#solutions classbtn-main animate-on-scroll delay-2>Our Solutions/a> a href#contact classbtn-secondary animate-on-scroll delay-3>Get in Touch/a> /div> /div> /section> section idsolutions> div classcontainer> h2 classheading-secondary animate-on-scroll>Our Core Expertise/h2> p stylefont-family: var(--font-body); font-size: 1.15rem; max-width: 900px; margin: 25px auto 60px; color: #666;> We specialize in a range of innovative solutions designed to meet the dynamic needs of modern businesses and individuals. /p> div classsolutions-grid> div classsolution-card animate-on-scroll delay-1> i classfas fa-lightbulb icon>/i> h3>Digital Transformation/h3> p>Guiding businesses through seamless integration of digital technologies./p> /div> div classsolution-card animate-on-scroll delay-2> i classfas fa-code icon>/i> h3>Software Development/h3> p>Crafting custom, scalable, and robust software solutions for your unique needs./p> /div> div classsolution-card animate-on-scroll delay-3> i classfas fa-chart-line icon>/i> h3>Data Analytics & AI/h3> p>Harnessing data insights and artificial intelligence for informed decision-making./p> /div> div classsolution-card animate-on-scroll delay-4> i classfas fa-shield-alt icon>/i> h3>Cybersecurity Solutions/h3> p>Protecting your digital assets with advanced security strategies and practices./p> /div> /div> /div> /section> section idabout> div classcontainer> h2 classheading-secondary animate-on-scroll>About Sqroot/h2> div classabout-content> div classabout-text animate-on-scroll delay-1> h3>Innovation Rooted in Kurla, Mumbai./h3> p> **Sqroot** is strategically located at **4B/34, Paragon Plaza, Lal Bahadur Shastri Marg, Kurla, Mumbai, Maharashtra 400070**. Our presence in this bustling commercial hub of Mumbai enables us to be at the forefront of technological advancements and readily accessible to our clients. /p> p> We are a pioneering firm dedicated to delivering high-impact technological solutions that drive growth and efficiency. Our team comprises passionate experts committed to understanding your challenges and translating them into innovative, practical, and scalable digital strategies. We pride ourselves on a client-first approach, ensuring transparency, collaboration, and measurable results in every project we undertake. /p> a href#solutions classbtn-main>Our Vision/a> /div> div classabout-image animate-on-scroll delay-2> img srchttps://images.unsplash.com/photo-1542622080-6060c2393d26?cropentropy&cstinysrgb&fitmax&fmjpg&ixidMnwxfDB8MXxyYW5kb218MHx8aW5ub3ZhdGlvbix0ZWNoLGRlc2lnbixtZWV0aW5nfHxlbnwwfHx8fDE3MjAyODY2OTB8MA&ixlibrb-1.2.1&q80&w800 altTeam collaborating in a modern tech office> /div> /div> /div> /section> section idcontact> div classcontainer> h2 classheading-secondary animate-on-scroll>Lets Build Together/h2> div classcontact-content> div classcontact-info animate-on-scroll delay-1> h3>Your Journey Starts Here./h3> p>Have a project in mind or just want to chat about possibilities? Reach out to our team./p> address> 4B/34, Paragon Plaza,br> Lal Bahadur Shastri Marg, Kurla,br> Mumbai, Maharashtra 400070br>br> Email: a hrefmailto:info@sqroot.shop>info@sqroot.shop/a> /address> /div> div classcontact-form animate-on-scroll delay-2> form action# methodpost idcontactForm> div classform-group> label forname>Your Name/label> input typetext idname namename required placeholderFull Name> /div> div classform-group> label foremail>Business Email/label> input typeemail idemail nameemail required placeholderYour Professional Email> /div> div classform-group> label forsubject>Subject/label> input typetext idsubject namesubject required placeholdere.g., Project Inquiry, Partnership> /div> div classform-group> label formessage>Your Message/label> textarea idmessage namemessage rows6 required placeholderTell us about your needs or ideas...>/textarea> /div> div classcheckbox-group> input typecheckbox idconsentCheckbox nameconsent required> label forconsentCheckbox>I would like to receive communication from My Inbox Media ® via SMS, email, OBD, Google RCS and WhatsApp for my services, offers and updates./label> /div> button typesubmit classform-submit-button idsubmitButton disabled>Send Message/button> /form> /div> /div> /div> /section> section idprivacy classpolicy-section> div classcontainer> h2 classheading-secondary animate-on-scroll>Privacy Policy/h2> p classanimate-on-scroll>At **Sqroot**, we are dedicated to protecting your privacy. This policy outlines how we collect, use, and secure your personal information./p> h3 classanimate-on-scroll>1. Information We Collect/h3> p classanimate-on-scroll>We collect personal data (such as names, email addresses, phone numbers, company details, and inquiry specifics) when you interact with our website, request information, or engage our services. We may also gather non-personal, aggregated data for website analytics and service improvement./p> h3 classanimate-on-scroll>2. How We Use Your Information/h3> ul classanimate-on-scroll> li>To provide and enhance our technology solutions and services./li> li>To respond to your inquiries and offer dedicated client support./li> li>To personalize your experience and improve our websites functionality./li> li>To send you updates, promotional materials, and relevant offers, **only when you have provided explicit consent** through the designated checkbox on our forms./li> li>For internal research and development to innovate our offerings./li> /ul> h3 classanimate-on-scroll>3. Data Security/h3> p classanimate-on-scroll>We implement advanced security protocols, including data encryption, firewalls, and secure access controls, to safeguard your personal information against unauthorized access, alteration, disclosure, or destruction. Your datas security is paramount to us./p> h3 classanimate-on-scroll>4. Sharing Your Information/h3> p classanimate-on-scroll>We do not sell, trade, or transfer your personally identifiable information to third parties without your explicit consent, except when necessary to deliver requested services, fulfill legal obligations, or protect our rights./p> /div> /section> section idterms classpolicy-section> div classcontainer> h2 classheading-secondary animate-on-scroll>Terms and Conditions/h2> p classanimate-on-scroll>By accessing and using **Sqroot**s website and services, you agree to comply with the following terms and conditions./p> h3 classanimate-on-scroll>1. Service Agreements/h3> p classanimate-on-scroll>All technology solutions and services provided by Sqroot are subject to a formal written agreement or proposal, which will clearly define the scope of work, deliverables, timelines, payment terms, intellectual property rights, and other specific conditions. This agreement will supersede any general terms./p> h3 classanimate-on-scroll>2. Acceptable Use/h3> p classanimate-on-scroll>You agree to use our website and services solely for legitimate purposes. Prohibited activities include attempting to breach our security systems, introducing malicious software, engaging in fraudulent acts, or any action that disrupts our services or harms other users./p> h3 classanimate-on-scroll>3. Intellectual Property Rights/h3> p classanimate-on-scroll>All content on this website, including software, designs, text, graphics, logos, and trademarks, are the exclusive property of Sqroot or its licensors and are protected by applicable intellectual property laws. Unauthorized reproduction, distribution, or modification of any content is strictly forbidden./p> h3 classanimate-on-scroll>4. Limitation of Liability/h3> p classanimate-on-scroll>Sqroot shall not be liable for any direct, indirect, incidental, consequential, or special damages arising from your use of or inability to use our website or services, except as expressly stipulated in a specific service agreement. Our maximum liability, if any, will be limited to the amount paid by you for the services in question./p> h3 classanimate-on-scroll>5. Amendments to Terms/h3> p classanimate-on-scroll>Sqroot reserves the right to modify or update these Terms and Conditions at any time without prior notice. Any changes will be posted on this page, and your continued use of the website and services after such modifications constitutes your acceptance of the updated terms./p> h3 classanimate-on-scroll>6. Governing Law and Jurisdiction/h3> p classanimate-on-scroll>These terms and conditions are governed by and construed in accordance with the laws of India. Any legal actions or proceedings arising out of or relating to these terms shall be exclusively brought in the courts located in Mumbai, Maharashtra./p> /div> /section> footer> div classcontainer> p>© 2025 Sqroot. All rights reserved./p> ul classfooter-links> li>a href#privacy>Privacy Policy/a>/li> li>a href#terms>Terms & Conditions/a>/li> /ul> p classfooter-address>4B/34, Paragon Plaza, Lal Bahadur Shastri Marg, Kurla, Mumbai, Maharashtra 400070/p> p classfooter-address>Email: info@sqroot.shop/p> /div> /footer> script> // JavaScript for the animate-on-scroll effect document.addEventListener(DOMContentLoaded, function() { const elements document.querySelectorAll(.animate-on-scroll); const observerOptions { root: null, rootMargin: 0px, threshold: 0.1 }; const observer new IntersectionObserver((entries, observer) > { entries.forEach(entry > { if (entry.isIntersecting) { entry.target.classList.add(is-visible); observer.unobserve(entry.target); } }); }, observerOptions); elements.forEach(el > { observer.observe(el); }); // Contact Form Checkbox Logic const consentCheckbox document.getElementById(consentCheckbox); const submitButton document.getElementById(submitButton); const contactForm document.getElementById(contactForm); const formInputs contactForm.querySelectorAll(inputrequired, textarearequired); function checkFormValidity() { let allInputsFilled true; formInputs.forEach(input > { if (!input.value.trim()) { // Check if input is empty or just whitespace allInputsFilled false; } }); // Enable button only if all required inputs are filled AND checkbox is checked submitButton.disabled !(allInputsFilled && consentCheckbox.checked); } // Add event listeners to all required form inputs and the checkbox formInputs.forEach(input > { input.addEventListener(input, checkFormValidity); }); consentCheckbox.addEventListener(change, checkFormValidity); // Initial check when the page loads to set the correct button state checkFormValidity(); }); /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
]