Help
RSS
API
Feed
Maltego
Contact
Domain > sealinkexim.global
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-11-12
145.79.28.149
(
ClassC
)
2026-02-11
157.173.214.224
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyConnection: Keep-AliveKeep-Alive: timeout5, max100Content-Type: text/htmlContent-Length: 795Date: Wed, 11 Feb 2026 07:35:20 GMTServer: LiteSpeedLocation: https://sealinkexim.global/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: Thu, 18 Dec 2025 14:42:22 GMTEtag: 9e97-694412ce-4da06f9f89c967c;;;Accept-Ranges: bytesContent-Length: 40599Date: Wed, 11 Feb 2026 07:35:20 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> meta namedescription contentSealink Exim - Trusted Manufacturer & Exporter of PP Woven Bags and BOPP Bags from India.> title>Sealink Exim | Packaging That Protects/title> !-- Google Fonts --> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyPoppins:wght@300;400;500;600;700&familyRoboto:wght@300;400;500;700&displayswap relstylesheet> !-- Font Awesome for Icons --> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css> style> /* --- CSS VARIABLES & RESET --- */ :root { /* NEW PROFESSIONAL COOL PALETTE */ --primary-navy: #0c2461; /* Deep Ocean Blue - Professional Base */ --accent-teal: #0abde3; /* Cool Cyan/Teal - Modern Accent */ --soft-white: #ffffff; --off-white-bg: #f1f2f6; /* Very light grey/blue for backgrounds */ --text-dark: #2f3542; /* Softer than pure black */ --text-grey: #57606f; /* For paragraphs */ --font-heading: Poppins, sans-serif; --font-body: Roboto, sans-serif; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: var(--font-body); color: var(--text-dark); font-size: 17px; line-height: 1.8; /* Increased line height for airy feel */ overflow-x: hidden; background-color: var(--soft-white); } h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); font-weight: 600; color: var(--primary-navy); letter-spacing: -0.5px; } a { text-decoration: none; transition: 0.3s; } ul { list-style: none; } img { max-width: 100%; } /* --- UTILITIES --- */ .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .btn { display: inline-block; padding: 12px 30px; font-family: var(--font-heading); font-weight: 500; border-radius: 50px; /* Fully rounded buttons look more modern */ text-transform: uppercase; cursor: pointer; border: none; transition: all 0.3s ease; font-size: 0.95rem; letter-spacing: 1px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); } /* Teal Primary Button */ .btn-primary { background-color: var(--accent-teal); color: var(--soft-white); } .btn-primary:hover { background-color: #0897b5; transform: translateY(-2px); box-shadow: 0 6px 12px rgba(10, 189, 227, 0.3); } /* Outline Button */ .btn-secondary { background-color: transparent; border: 2px solid var(--soft-white); color: var(--soft-white); } .btn-secondary:hover { background-color: var(--soft-white); color: var(--primary-navy); } .btn-outline-blue { border: 2px solid var(--primary-navy); color: var(--primary-navy); background: transparent; margin-top: 30px; box-shadow: none; } .btn-outline-blue:hover { background-color: var(--primary-navy); color: var(--soft-white); } .section-padding { padding: 90px 0; } .section-title { text-align: center; margin-bottom: 60px; } .section-title h2 { font-size: 2.5rem; margin-bottom: 15px; position: relative; display: inline-block; } /* Underline decoration for titles */ .section-title h2::after { content: ; display: block; width: 60px; height: 3px; background: var(--accent-teal); margin: 10px auto 0; border-radius: 2px; } .section-title p { font-size: 1.1rem; color: var(--text-grey); max-width: 700px; margin: 15px auto 0; } /* --- HEADER --- */ header { background-color: var(--soft-white); box-shadow: 0 2px 15px rgba(0,0,0,0.05); position: fixed; width: 100%; top: 0; z-index: 1000; } .navbar { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; } .logo-img img { height: 55px; width: auto; display: block; } .nav-links { display: flex; gap: 35px; } .nav-links a { color: var(--text-dark); font-weight: 500; font-size: 1rem; position: relative; } /* Cool Hover effect for nav */ .nav-links a::after { content: ; position: absolute; width: 0; height: 2px; bottom: -5px; left: 0; background-color: var(--accent-teal); transition: 0.3s; } .nav-links a:hover { color: var(--accent-teal); } .nav-links a:hover::after { width: 100%; } .mobile-toggle { display: none; font-size: 1.5rem; cursor: pointer; color: var(--primary-navy); } /* --- HERO SECTION --- */ .hero { /* Cleaner gradient overlay */ background: linear-gradient(rgba(12, 36, 97, 0.85), rgba(10, 189, 227, 0.7)), url(https://images.unsplash.com/photo-1578575437130-527eed3abbec?autoformat&fitcrop&w1920&q80); background-size: cover; background-position: center; height: 90vh; /* Slightly reduced height */ display: flex; align-items: center; text-align: center; color: var(--soft-white); margin-top: 70px; } .hero h1 { color: var(--soft-white); font-size: 3.5rem; margin-bottom: 20px; line-height: 1.2; font-weight: 700; } .hero p { font-size: 1.3rem; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; opacity: 0.9; font-weight: 300; } .hero-btns { display: flex; justify-content: center; gap: 20px; } /* --- STATS COUNTER SECTION --- */ .stats-section { background-color: var(--primary-navy); /* Deep Navy */ padding: 60px 0; color: var(--soft-white); } .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; } .stat-icon { font-size: 2.5rem; color: var(--accent-teal); /* Teal icons pop against navy */ margin-bottom: 10px; } .stat-item h3 { font-size: 3rem; color: var(--soft-white); margin-bottom: 5px; line-height: 1; } .stat-item p { font-size: 1rem; color: #bdc3c7; text-transform: uppercase; letter-spacing: 1px; font-weight: 400; } /* --- ABOUT & PRODUCTS --- */ .about-section { background: var(--soft-white); } .about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } .about-image img { width: 100%; border-radius: 15px; box-shadow: 0 15px 40px rgba(12, 36, 97, 0.15); } .about-text p { font-size: 1.1rem; color: var(--text-grey); margin-bottom: 20px; } .products { background-color: var(--off-white-bg); } /* Light Grey Bg */ .product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; } .product-card { background: var(--soft-white); padding: 25px; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.03); text-align: center; transition: 0.3s; border: 1px solid rgba(0,0,0,0.02); } .product-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); border-color: var(--accent-teal); } .product-img-wrapper { height: 240px; width: 100%; overflow: hidden; border-radius: 10px; margin-bottom: 20px; } .product-img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; } .product-card:hover .product-img-wrapper img { transform: scale(1.05); } .product-card h3 { font-size: 1.5rem; margin-bottom: 10px; } .product-card p { font-size: 1rem; color: var(--text-grey); } /* --- TESTIMONIALS SECTION --- */ .testimonials { background-color: var(--soft-white); } .testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .testimonial-card { background: var(--off-white-bg); padding: 40px 30px; border-radius: 15px; position: relative; /* Replaced solid border with subtle shadow */ box-shadow: 0 5px 15px rgba(0,0,0,0.05); } .testimonial-card i.fa-quote-left { color: var(--accent-teal); opacity: 0.3; font-size: 2rem; } .testimonial-text { font-style: italic; margin: 20px 0; color: var(--text-dark); font-size: 1.05rem; } .client-info h4 { font-size: 1.1rem; margin-bottom: 2px; color: var(--primary-navy); } .client-info span { font-size: 0.9rem; color: #7f8c8d; } .linkedin-link { color: #0077b5; margin-left: 10px; } /* --- CONTACT SECTION --- */ .contact-wrapper { display: grid; grid-template-columns: 1fr 1.8fr; gap: 40px; align-items: start; } .ceo-card { background: var(--soft-white); padding: 40px 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.06); text-align: center; border-top: 4px solid var(--accent-teal); /* Changed gold to Teal */ position: sticky; top: 100px; } .ceo-photo { width: 140px; height: 140px; border-radius: 50%; object-fit: cover; margin-bottom: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); } .social-btn-stack { display: flex; flex-direction: column; gap: 15px; margin-top: 25px;} /* Updated Social Buttons - Softer Look */ .btn-social-linkedin { background-color: #0077b5; color: #fff; padding: 12px; border-radius: 50px; display: flex; align-items: center; justify-content: center; gap: 10px; font-weight: 500; font-size: 0.9rem;} .btn-social-whatsapp { background-color: #25D366; color: #fff; padding: 12px; border-radius: 50px; display: flex; align-items: center; justify-content: center; gap: 10px; animation: pulse-green 2s infinite; font-weight: 500; font-size: 0.9rem;} /* --- EXPORT VALUE PROPS (The Why Partner Section) --- */ /* Completely revamped for MILD PROFESSIONAL look */ .global-presence { background-color: var(--off-white-bg); /* Light Grey instead of Blue */ color: var(--text-dark); /* Dark text */ text-align: center; position: relative; } /* Decorative top border */ .global-presence::before { content: ; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient(90deg, var(--primary-navy), var(--accent-teal)); } .global-presence h2 { color: var(--primary-navy); } .global-presence p { color: var(--text-grey); } .value-prop-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 50px; } .value-prop-item { background: var(--soft-white); padding: 30px 20px; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); transition: 0.3s; text-align: center; display: block; /* Changed from flex to block for centering */ border-bottom: 3px solid transparent; } .value-prop-item:hover { transform: translateY(-5px); border-bottom: 3px solid var(--accent-teal); } .value-prop-icon { font-size: 2.5rem; color: var(--accent-teal); /* Teal icons */ margin-bottom: 20px; display: inline-block; } .value-prop-text { text-align: center; } .value-prop-text h5 { color: var(--primary-navy); margin-bottom: 10px; font-size: 1.2rem; } .value-prop-text span { font-size: 0.95rem; color: var(--text-grey); display: block; } /* --- FOOTER --- */ footer { background-color: #1e272e; /* Dark Charcoal/Navy mix - softer than pure black */ color: #d2dae2; padding: 80px 0 30px; font-size: 0.95rem; } .footer-logo { max-height: 60px; margin-bottom: 25px; background: white; padding: 8px; border-radius: 5px; } .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; } .footer-col h4 { color: var(--soft-white); margin-bottom: 25px; font-size: 1.2rem; font-weight: 500; position: relative; padding-bottom: 10px; } .footer-col h4::after { content: ; position: absolute; left: 0; bottom: 0; width: 30px; height: 2px; background: var(--accent-teal); } /* Updated Footer Link Colors */ .footer-col ul li { margin-bottom: 12px; } .footer-col ul li a { color: #a4b0be; /* Soft Grey */ transition: 0.3s; } .footer-col ul li a:hover { color: var(--accent-teal); /* Teal on Hover */ padding-left: 5px; } .footer-call-btn { display: inline-block; margin-top: 20px; color: var(--accent-teal); font-weight: 600; font-size: 1.1rem; } .social-icons { margin-top: 25px; display: flex; gap: 15px; } .social-icons a { width: 40px; height: 40px; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--soft-white); } .social-icons a:hover { background: var(--accent-teal); } .footer-contact li { display: flex; gap: 15px; margin-bottom: 15px; align-items: flex-start; } .footer-contact i { color: var(--accent-teal); margin-top: 5px; } /* --- FLOATING ACTIONS --- */ .float-btn { position: fixed; width: 55px; height: 55px; border-radius: 50px; text-align: center; font-size: 24px; box-shadow: 0 4px 10px rgba(0,0,0,0.2); z-index: 100; display: flex; align-items: center; justify-content: center; color: #FFF; transition: 0.3s; } .wa-float { bottom: 30px; right: 30px; background-color: #25d366; } .call-float { bottom: 95px; right: 30px; background-color: var(--primary-navy); } .float-btn:hover { transform: scale(1.1); } /* --- NEW CEO POPUP STYLES --- */ .ceo-popup-overlay { display: none; /* Hidden by default */ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); /* Dim background */ z-index: 9999; align-items: center; justify-content: center; animation: fadeIn 0.4s ease-out; } .ceo-popup-card { background: #fff; width: 90%; max-width: 420px; border-radius: 15px; position: relative; box-shadow: 0 15px 40px rgba(0,0,0,0.2); overflow: hidden; } .ceo-popup-close { position: absolute; top: 15px; right: 15px; background: #f1f2f6; color: #7f8c8d; width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; font-weight: bold; transition: 0.3s; z-index: 2; } .ceo-popup-close:hover { background: #ff7675; color: white; } .ceo-popup-header { background: var(--off-white-bg); padding: 20px 25px; display: flex; align-items: center; gap: 15px; border-bottom: 1px solid rgba(0,0,0,0.05); } .ceo-popup-img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; border: 2px solid var(--accent-teal); } .ceo-popup-title h3 { font-size: 1.1rem; color: var(--accent-teal); margin-bottom: 2px; } .ceo-popup-title p { font-size: 0.9rem; line-height: 1.3; color: var(--primary-navy); font-weight: 600; } .ceo-popup-body { padding: 25px; } .status-dot { height: 10px; width: 10px; background-color: #2ecc71; border-radius: 50%; display: inline-block; margin-right: 5px; box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.2); animation: blink 1.5s infinite; } .ceo-popup-msg { font-size: 1rem; margin-bottom: 15px; color: var(--text-dark); } .ceo-support-list { margin-bottom: 20px; padding-left: 20px; } .ceo-support-list li { font-size: 0.9rem; color: var(--text-grey); list-style: disc; margin-bottom: 5px; } .ceo-action-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; } .pop-btn { padding: 10px; border-radius: 8px; text-align: center; font-size: 0.85rem; font-weight: 500; display: flex; align-items: center; justify-content: center; gap: 6px; transition: 0.2s; border: 1px solid transparent; } .pop-btn:hover { transform: translateY(-2px); } .pop-wa { background: #dcf8c6; color: #075e54; border: 1px solid #25d366; } .pop-call { background: var(--primary-navy); color: white; } .pop-link { background: #e1f0f7; color: #0077b5; border: 1px solid #0077b5; } .pop-wab { background: #25D366; color: white; } .pop-vid { background: #fab1a0; color: #d63031; border: 1px solid #fab1a0; } .pop-mail { background: white; border: 1px solid #bdc3c7; color: var(--text-grey); } @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes blink { 0% { opacity: 0.5; } 50% { opacity: 1; } 100% { opacity: 0.5; } } /* --- RESPONSIVE --- */ @media (max-width: 768px) { .contact-wrapper { grid-template-columns: 1fr; } .hero h1 { font-size: 2.5rem; } .navbar .nav-links { display: none; } .mobile-toggle { display: block; } .navbar.active .nav-links { display: flex; flex-direction: column; position: absolute; top: 80px; left: 0; width: 100%; background: var(--soft-white); padding: 20px; box-shadow: 0 10px 10px rgba(0,0,0,0.1); } .stats-grid { grid-template-columns: 1fr 1fr; gap: 30px; } .value-prop-grid { grid-template-columns: 1fr; } } @media (max-width: 480px) { .stats-grid { grid-template-columns: 1fr; } .ceo-popup-card { width: 95%; } .ceo-action-grid { grid-template-columns: 1fr 1fr; } } /style>/head>body> !-- Header --> header> div classcontainer> nav classnavbar> !-- LOGO IMAGE HERE --> a href# classlogo-img> img src/images/logo.png altSealink Exim Logo> /a> ul classnav-links> li>a href#home>Home/a>/li> li>a href#about>About/a>/li> li>a href#products>Products/a>/li> li>a href#testimonials>Testimonials/a>/li> li>a href#contact>Contact/a>/li> li>a hrefproducts.html>Catalogue/a>/li> /ul> div classmobile-toggle onclicktoggleMenu()>i classfas fa-bars>/i>/div> /nav> /div> /header> !-- Hero --> section idhome classhero> div classcontainer> h1>Trusted PP Woven & BOPP Bagbr>Exporter from India/h1> p>Customized, durable and cost-effective packaging solutions designed for global standards./p> div classhero-btns> a href#contact classbtn btn-primary>Get Quote/a> a hrefhttps://wa.me/919687716165 classbtn btn-secondary>WhatsApp/a> /div> /div> /section> !-- STATS SECTION --> section classstats-section> div classcontainer> div classstats-grid> div classstat-item> i classfas fa-calendar-alt stat-icon>/i> h3>2017/h3> p>Established/p> /div> div classstat-item> i classfas fa-users stat-icon>/i> h3>50+/h3> p>Experts/p> /div> div classstat-item> i classfas fa-shipping-fast stat-icon>/i> h3>100%/h3> p>On-Time Delivery/p> /div> div classstat-item> i classfas fa-globe-americas stat-icon>/i> h3>90+/h3> p>Global Clients/p> /div> /div> /div> /section> !-- About Section --> section idabout classsection-padding about-section> div classcontainer> div classabout-content> div classabout-text> div classsection-title styletext-align: left; margin-bottom: 20px;> h2>About Sealink Exim/h2> /div> p stylemargin-bottom:15px>Sealink Exim is a trusted manufacturer and exporter of PP Woven Bags and BOPP Bags, delivering reliable and customized packaging solutions to global markets./p> p>We pride ourselves on our quality assurance and timely delivery, ensuring that your products are protected during transit across borders./p> a href#products classbtn btn-primary stylemargin-top:20px;>View Products/a> /div> div classabout-image> img srchttps://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?ixlibrb-4.0.3&autoformat&fitcrop&w800&q80 altFactory> /div> /div> /div> /section> !-- Products --> section idproducts classsection-padding products> div classcontainer> div classsection-title> h2>Our Products/h2> p>High-quality packaging solutions engineered for strength and branding./p> /div> div classproduct-grid> !-- Product 1 --> div classproduct-card> div classproduct-img-wrapper> img src/images/Raw-Material-Quality_.jpg altPP Woven Bags> /div> h3>PP Woven Bags/h3> p>High-strength, customizable woven sacks ideal for agriculture and industrial use./p> /div> !-- Product 2 --> div classproduct-card> div classproduct-img-wrapper> img srcimages/pp-polypropylene-woven-bags-and-fabrics-lg.jpg altBOPP Laminated Bags> /div> h3>BOPP Laminated Bags/h3> p>Premium multi-color printed bags offering superior branding and moisture protection./p> /div> /div> div styletext-align: center;> a hrefproducts.html classbtn btn-outline-blue>View Full Catalogue i classfas fa-arrow-right stylemargin-left:8px;>/i>/a> /div> /div> /section> !-- TESTIMONIALS SECTION --> section idtestimonials classsection-padding testimonials> div classcontainer> div classsection-title> h2>Client Testimonials/h2> p>Trusted by businesses across the globe./p> /div> div classtestimonial-grid> !-- Client 1 --> div classtestimonial-card> i classfas fa-quote-left>/i> p classtestimonial-text>Sealink Exim provided us with the exact specifications we needed. The print quality on the BOPP bags is outstanding./p> div classclient-info> h4>Kuldip Sanghat a hrefhttps://in.linkedin.com/in/kuldip-sanghat-8bb119222 target_blank classlinkedin-link>i classfab fa-linkedin>/i>/a> /h4> span>India/span> /div> /div> !-- Client 2 --> div classtestimonial-card> i classfas fa-quote-left>/i> p classtestimonial-text>Reliable delivery and great communication. They handled the documentation perfectly. A trusted partner for our business./p> div classclient-info> h4>Dhaval Munjat/h4> span>Deisre Enterprises,Mumbai /span> /div> /div> !-- Client 3 --> div classtestimonial-card> i classfas fa-quote-left>/i> p classtestimonial-text>We have been working with them since 2019. The quality consistency of their PP Woven bags is 100% successful./p> div classclient-info> h4>Sarah Johnson/h4> span>Buyer, South Africa/span> /div> /div> /div> /div> /section> !-- Global Presence / Export Marketing (UPDATED COLORS: Light BG, Dark Text) --> section classsection-padding global-presence> div classcontainer> h2>Why Partner With Sealink Exim?/h2> p>We go beyond manufacturing. We provide end-to-end export support to ensure your business runs smoothly./p> div classvalue-prop-grid> div classvalue-prop-item> i classfas fa-paper-plane value-prop-icon>/i> div classvalue-prop-text> h5>Global Logistics/h5> span>Door-to-Port Delivery/span> /div> /div> div classvalue-prop-item> i classfas fa-file-contract value-prop-icon>/i> div classvalue-prop-text> h5>Export Documentation/h5> span>Hassle-free Customs Support/span> /div> /div> div classvalue-prop-item> i classfas fa-award value-prop-icon>/i> div classvalue-prop-text> h5>Certified Quality/h5> span>ISO Standard Compliant/span> /div> /div> div classvalue-prop-item> i classfas fa-headset value-prop-icon>/i> div classvalue-prop-text> h5>24/7 Support/h5> span>Dedicated Export Manager/span> /div> /div> /div> /div> /section> !-- Contact Section --> section idcontact classsection-padding stylebackground-color: var(--soft-white);> div classcontainer> div classsection-title> h2>Request a Quote/h2> p>Fill out the form below or connect with us directly/p> /div> div classcontact-wrapper> !-- LEFT PANEL --> div classceo-card> img srcimages/Milan Ujariya.jpeg altCEO Photo classceo-photo> h3>Milan Ujariya/h3> p classtitle stylecolor:var(--text-grey); font-weight:500;>Founder & CEO/p> p classdesc stylefont-size:0.95rem; margin-top:10px;>Committed to delivering excellence in packaging to our global partners./p> div classsocial-btn-stack> a hrefhttps://wa.me/919687716165 target_blank classbtn-social-whatsapp> i classfab fa-whatsapp stylefont-size: 1.2rem;>/i> Chat on WhatsApp /a> a hrefhttps://www.linkedin.com/in/milanujariya/ target_blank classbtn-social-linkedin> i classfab fa-linkedin stylefont-size: 1.2rem;>/i> Connect on LinkedIn /a> a hreftel:+919687716165 classbtn stylebackground:var(--text-dark); color:white; margin-top:5px; border-radius:50px;> i classfas fa-phone-alt>/i> Call: +91 9687716165 /a> /div> /div> !-- RIGHT PANEL: Google Form --> div classquote-panel> iframe srchttps://docs.google.com/forms/d/e/1FAIpQLSdGP67u9fFs1XwBk1mJNqQ_0Y_nXvsrixjLMjqt4iWDpOOZYA/viewform?embeddedtrue width100% height800 frameborder0 marginheight0 marginwidth0 styleborder-radius:15px; box-shadow: 0 5px 20px rgba(0,0,0,0.05);> Loading… /iframe> /div> /div> /div> /section> !-- FOOTER --> footer> div classcontainer> div classfooter-grid> !-- Col 1: Logo & About --> div classfooter-col> img src/images/logo.png altSealink Exim classfooter-logo> p stylecolor:#a4b0be; line-height:1.6;>Leading manufacturer & exporter of PP Woven and BOPP Bags, dedicated to providing high-quality packaging solutions worldwide./p> a hreftel:+919687716165 classfooter-call-btn>i classfas fa-phone-alt>/i> +91 9687716165/a> div classsocial-icons> a hrefhttps://www.facebook.com/share/1BoUhWeRSB/>i classfab fa-facebook-f>/i>/a> a hrefhttps://www.instagram.com/milan.24.04?igshM2F5M3dsZWNpYXA2>i classfab fa-instagram>/i>/a> a hrefhttps://www.linkedin.com/in/milanujariya/>i classfab fa-linkedin-in>/i>/a> /div> /div> !-- Col 2: Quick Links --> div classfooter-col> h4>Quick Links/h4> ul> li>a href#home>Home/a>/li> li>a href#about>About Us/a>/li> li>a href#testimonials>Testimonials/a>/li> li>a href#contact>Contact Us/a>/li> li>a hrefprivacy-policy.html>Privacy Policy/a>/li> /ul> /div> !-- Col 3: Products (NEW) --> div classfooter-col> h4>Our Products/h4> ul> li>a href#>PP Woven Bags/a>/li> li>a href#>BOPP Laminated Bags/a>/li> li>a href#>Woven Fabric Rolls/a>/li> li>a href#>FIBC Jumbo Bags/a>/li> li>a href#>Shopping Bags/a>/li> /ul> /div> !-- Col 4: Contact --> div classfooter-col footer-contact> h4>Contact Information/h4> ul> li>i classfas fa-map-marker-alt>/i> Tankara, Morbi, Gujarat – 363650, India/li> li>i classfas fa-envelope>/i> info@sealinkexim.global/li> li>i classfas fa-phone-alt>/i> +91 9687716165/li> li>i classfas fa-clock>/i> Mon - Sat: 10:00 AM - 07:00 PM/li> /ul> /div> /div> div styleborder-top:1px solid rgba(255,255,255,0.1); margin-top:50px; padding-top:25px; text-align:center;> p stylecolor:#7f8c8d; font-size: 0.9rem;>© 2024 Sealink Exim. All Rights Reserved./p> /div> /div> /footer> !-- Floating Buttons --> a hrefhttps://wa.me/919687716165 classfloat-btn wa-float target_blank titleChat on WhatsApp> i classfab fa-whatsapp>/i> /a> a hreftel:+919687716165 classfloat-btn call-float titleCall Us> i classfas fa-phone-alt stylefont-size:20px;>/i> /a> !-- NEW CEO POPUP HTML --> div idceoPopup classceo-popup-overlay> div classceo-popup-card> div classceo-popup-close onclickclosePopup()>×/div> div classceo-popup-header> img srcimages/Milan Ujariya.jpeg altMilan Ujariya classceo-popup-img> div classceo-popup-title> h3>Good News 👋/h3> p>Milan Ujariyabr>span stylefont-weight:400; font-size:0.85rem; color:#7f8c8d;>CEO – Sealink Exim/span>/p> /div> /div> div classceo-popup-body> p classceo-popup-msg>span classstatus-dot>/span> is free right now to talk./p> ul classceo-support-list> li>Get quick support for pricing./li> li>Product details./li> li>Export inquiry./li> /ul> div classceo-action-grid> !-- WhatsApp --> a hrefhttps://wa.me/919687716165 target_blank classpop-btn pop-wa> i classfab fa-whatsapp>/i> WhatsApp /a> !-- Call Now --> a hreftel:+919687716165 classpop-btn pop-call> i classfas fa-phone-alt>/i> Call Now /a> !-- LinkedIn --> a hrefhttps://www.linkedin.com/in/milanujariya/ target_blank classpop-btn pop-link> i classfab fa-linkedin-in>/i> LinkedIn /a> !-- WA Business --> a hrefhttps://wa.me/919687716165?textHello%20Sealink%20Exim target_blank classpop-btn pop-wab> i classfas fa-business-time>/i> WA Bus. /a> !-- Video Call (Directs to WA Video request) --> a hrefhttps://wa.me/919687716165?textI%20am%20interested%20in%20a%20Video%20Call%20meeting target_blank classpop-btn pop-vid> i classfas fa-video>/i> Video Call /a> !-- Email --> a hrefmailto:Milanujariya08@gmail.com classpop-btn pop-mail> i classfar fa-envelope>/i> Email /a> /div> /div> /div> /div> !-- Scripts --> script> function toggleMenu() { document.querySelector(.navbar).classList.toggle(active); } // --- CEO POPUP LOGIC --- window.addEventListener(load, function() { // Check if popup has already been shown in this session if (!sessionStorage.getItem(ceoPopupShown)) { // Wait 9 seconds then show setTimeout(function() { document.getElementById(ceoPopup).style.display flex; // Mark as shown so it doesnt appear again on refresh/same session sessionStorage.setItem(ceoPopupShown, true); }, 9000); // 9000ms 9 seconds } }); function closePopup() { document.getElementById(ceoPopup).style.display none; } // Close popup if clicking outside the card window.onclick function(event) { var modal document.getElementById(ceoPopup); if (event.target modal) { modal.style.display none; } } /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
]