/* ===================================================
INFINITY VENTURES MARKETING
CONTACT INFORMATION POLICY V1.0
All styles scoped to #ivm-contact-policy
=================================================== */
#ivm-contact-policy {
--ivm-navy: #183B70;
--ivm-blue: #2549AB;
--ivm-teal: #35C6B9;
--ivm-yellow: #FFD21A;
--ivm-text: #334155;
--ivm-muted: #64748B;
--ivm-border: #E2EAF3;
--ivm-light: #F4F8FD;
width: 100%;
max-width: 1180px;
margin: 0 auto;
padding: 0 0 45px;
color: var(--ivm-text);
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.8;
box-sizing: border-box;
}
#ivm-contact-policy *,
#ivm-contact-policy *::before,
#ivm-contact-policy *::after {
box-sizing: border-box;
}
#ivm-contact-policy h1,
#ivm-contact-policy h2,
#ivm-contact-policy h3 {
margin: 0;
padding: 0;
letter-spacing: -0.025em;
line-height: 1.3;
text-transform: none;
}
#ivm-contact-policy p {
margin: 0 0 15px;
line-height: 1.8;
color: inherit;
}
#ivm-contact-policy a {
text-decoration: none;
overflow-wrap: anywhere;
}
#ivm-contact-policy a:focus-visible {
outline: 3px solid #2549AB;
outline-offset: 4px;
}
#ivm-contact-policy .ivm-hero {
position: relative;
overflow: hidden;
padding: 75px 45px;
border-radius: 24px;
background:
radial-gradient(
circle at 95% 0%,
rgba(53,198,185,.24),
transparent 40%
),
linear-gradient(
135deg,
#102B55 0%,
#2549AB 100%
);
color: #FFFFFF;
text-align: center;
}
#ivm-contact-policy .ivm-eyebrow {
display: inline-block;
padding: 7px 17px;
margin-bottom: 24px;
border-radius: 100px;
background: #FFD21A;
color: #183B70;
font-size: 11px;
font-weight: 800;
letter-spacing: 1.5px;
text-transform: uppercase;
}
#ivm-contact-policy .ivm-hero h1 {
color: #FFFFFF !important;
font-size: clamp(32px, 5vw, 54px);
font-weight: 800;
margin-bottom: 18px;
}
#ivm-contact-policy .ivm-hero h1 span {
color: #FFD21A;
}
#ivm-contact-policy .ivm-hero p {
max-width: 680px;
margin: 0 auto 25px;
color: #E2EDFF !important;
font-size: 17px;
}
#ivm-contact-policy .ivm-meta {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 12px;
}
#ivm-contact-policy .ivm-pill {
display: inline-block;
padding: 7px 15px;
border: 1px solid rgba(255,255,255,.35);
border-radius: 100px;
color: #FFFFFF;
font-size: 12px;
}
#ivm-contact-policy .ivm-container {
padding: 40px 4px 0;
}
#ivm-contact-policy .ivm-intro {
max-width: 850px;
margin: 0 auto 35px;
text-align: center;
}
#ivm-contact-policy .ivm-intro h2 {
margin-bottom: 15px;
color: #183B70 !important;
font-size: clamp(25px, 4vw, 34px);
font-weight: 800;
}
#ivm-contact-policy .ivm-intro p {
color: #52627B;
}
#ivm-contact-policy .ivm-nav {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 12px;
padding: 22px;
margin-bottom: 35px;
border: 1px solid var(--ivm-border);
border-radius: 18px;
background: var(--ivm-light);
}
#ivm-contact-policy .ivm-nav a {
padding: 13px;
border: 1px solid #E2EAF3;
border-radius: 10px;
background: #FFFFFF;
color: #183B70 !important;
font-size: 13px;
font-weight: 700;
text-align: center;
transition: background .2s ease;
}
#ivm-contact-policy .ivm-nav a:hover {
background: #E8F3FF;
}
#ivm-contact-policy .ivm-section {
margin-bottom: 30px;
padding: 35px;
border: 1px solid var(--ivm-border);
border-radius: 20px;
background: #FFFFFF;
box-shadow: 0 8px 30px rgba(24,59,112,.04);
scroll-margin-top: 105px;
}
#ivm-contact-policy .ivm-section-head {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 23px;
padding-bottom: 20px;
border-bottom: 1px solid var(--ivm-border);
}
#ivm-contact-policy .ivm-icon {
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 52px;
width: 52px;
height: 52px;
border-radius: 14px;
background: #EAF3FF;
font-size: 25px;
}
#ivm-contact-policy .ivm-section h2 {
color: #183B70 !important;
font-size: clamp(22px, 3vw, 27px);
font-weight: 800;
}
#ivm-contact-policy .ivm-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 15px;
}
#ivm-contact-policy .ivm-info-card {
min-width: 0;
padding: 20px;
border: 1px solid var(--ivm-border);
border-radius: 13px;
background: #F8FAFD;
}
#ivm-contact-policy .ivm-info-card.full {
grid-column: 1 / -1;
}
#ivm-contact-policy .ivm-label {
display: block;
margin-bottom: 8px;
color: #64748B;
font-size: 11px;
font-weight: 800;
letter-spacing: 1px;
text-transform: uppercase;
}
#ivm-contact-policy .ivm-value {
color: #183B70;
font-size: 15px;
font-weight: 700;
overflow-wrap: anywhere;
}
#ivm-contact-policy .ivm-value a {
color: #2549AB !important;
text-decoration: underline;
text-underline-offset: 3px;
}
#ivm-contact-policy .ivm-contact-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 15px;
}
#ivm-contact-policy .ivm-contact-card {
min-width: 0;
padding: 25px 15px;
border: 1px solid var(--ivm-border);
border-radius: 16px;
text-align: center;
background: #F8FAFD;
}
#ivm-contact-policy .ivm-contact-card .emoji {
display: block;
margin-bottom: 12px;
font-size: 29px;
}
#ivm-contact-policy .ivm-contact-card h3 {
margin-bottom: 7px;
color: #183B70 !important;
font-size: 17px;
font-weight: 800;
}
#ivm-contact-policy .ivm-contact-card p {
font-size: 12px;
color: #64748B;
}
#ivm-contact-policy .ivm-contact-card a {
display: inline-block;
max-width: 100%;
margin-top: 10px;
padding: 10px 14px;
border-radius: 8px;
background: #2549AB;
color: #FFFFFF !important;
font-size: 12px;
font-weight: 800;
}
#ivm-contact-policy .ivm-contact-card.whatsapp a {
background: #167A56;
}
#ivm-contact-policy .ivm-notice {
margin-top: 22px;
padding: 22px;
border: 1px solid #F0D776;
border-left: 5px solid #FFD21A;
border-radius: 12px;
background: #FFF9E5;
color: #604A13;
}
#ivm-contact-policy .ivm-notice strong {
display: block;
margin-bottom: 7px;
color: #684D00;
}
#ivm-contact-policy .ivm-hours {
padding: 25px;
border-radius: 14px;
background: #183B70;
color: #FFFFFF;
text-align: center;
}
#ivm-contact-policy .ivm-hours .days {
color: #FFD21A;
font-size: 15px;
font-weight: 800;
letter-spacing: 1px;
}
#ivm-contact-policy .ivm-hours .time {
margin: 10px 0;
color: #FFFFFF;
font-size: clamp(24px, 4vw, 35px);
font-weight: 800;
}
#ivm-contact-policy .ivm-hours .timezone {
color: #DCE9FF;
font-size: 12px;
}
#ivm-contact-policy .ivm-list {
padding-left: 23px;
margin: 15px 0;
list-style: disc;
}
#ivm-contact-policy .ivm-list li {
padding-left: 5px;
margin-bottom: 10px;
color: #475569;
}
#ivm-contact-policy .ivm-highlight {
padding: 24px;
margin-top: 20px;
border-radius: 13px;
background: #EAF8F6;
border-left: 5px solid #35C6B9;
}
#ivm-contact-policy .ivm-highlight strong {
color: #145B63;
}
#ivm-contact-policy .ivm-cta {
padding: 45px 25px;
margin-top: 35px;
border-radius: 22px;
background: linear-gradient(135deg,#183B70,#2549AB);
color: #FFFFFF;
text-align: center;
}
#ivm-contact-policy .ivm-cta h2 {
margin-bottom: 13px;
color: #FFFFFF !important;
font-size: clamp(25px, 4vw, 36px);
font-weight: 800;
}
#ivm-contact-policy .ivm-cta p {
max-width: 550px;
margin: 0 auto 25px;
color: #DFEAFE !important;
}
#ivm-contact-policy .ivm-button {
display: inline-block;
padding: 15px 28px;
border-radius: 10px;
background: #FFD21A;
color: #183B70 !important;
font-size: 14px;
font-weight: 800;
text-align: center;
text-decoration: none !important;
}
#ivm-contact-policy .ivm-button:hover {
background: #FFE15A;
}
#ivm-contact-policy .ivm-footer {
margin-top: 30px;
padding: 25px;
border-top: 1px solid var(--ivm-border);
text-align: center;
font-size: 12px;
color: #64748B;
}
#ivm-contact-policy .ivm-footer strong {
color: #183B70;
}
/* Responsive */
@media (max-width: 767px) {
#ivm-contact-policy {
font-size: 14px;
}
#ivm-contact-policy .ivm-hero {
padding: 48px 22px;
border-radius: 16px;
}
#ivm-contact-policy .ivm-hero p {
font-size: 14px;
}
#ivm-contact-policy .ivm-container {
padding-top: 25px;
}
#ivm-contact-policy .ivm-nav {
grid-template-columns: 1fr 1fr;
padding: 12px;
gap: 8px;
}
#ivm-contact-policy .ivm-nav a {
padding: 12px 8px;
font-size: 11px;
}
#ivm-contact-policy .ivm-section {
padding: 22px 17px;
border-radius: 15px;
}
#ivm-contact-policy .ivm-grid,
#ivm-contact-policy .ivm-contact-grid {
grid-template-columns: 1fr;
}
#ivm-contact-policy .ivm-section-head {
align-items: flex-start;
gap: 11px;
}
#ivm-contact-policy .ivm-icon {
flex-basis: 43px;
width: 43px;
height: 43px;
font-size: 21px;
}
#ivm-contact-policy .ivm-contact-card {
padding: 23px;
}
#ivm-contact-policy .ivm-cta {
padding: 35px 20px;
}
#ivm-contact-policy .ivm-button {
display: block;
}
}
OFFICIAL COMPANY INFORMATION
Contact Information.
Your direct connection to Infinity Ventures Marketing.
We're here to make communication simple, transparent,
and convenient.
🇲🇾 Malaysia
✓ Official Business Information
Updated: 17 September 2026
We're Here to Help You.
Welcome to Infinity Ventures Marketing.
We believe that clear communication forms the
foundation of strong and lasting business relationships.
Whether you are exploring our products, purchasing
stock, seeking information about payment arrangements,
or discussing potential business opportunities,
our team is available to assist you through
our official communication channels.
This page provides our registered business
information, contact details, operating hours,
and guidance on reaching the appropriate team.
🏢 Business Information
📞 Customer Support
🕘 Business Hours
📦 Order Enquiries
🤝 Partnerships
🔒 Official Communication
🏢
01. Registered Business Information
The following information identifies the
registered business operating under the
Infinity Ventures Marketing name.
REGISTERED BUSINESS NAME
INFINITY VENTURES MARKETING
BUSINESS REGISTRATION NUMBER (SSM)
202103009219 (TR0233437-W)
BUSINESS ADDRESS
48-1, Taman M-Residensi,
Jalan MR 1/3,
48000 Rawang,
Selangor, Malaysia.
📍 Visiting Our Business Address
If you intend to visit our premises for a business
discussion, order collection, or other purpose,
please contact our team in advance to confirm
whether an appointment or collection arrangement
is available.
📞
02. Official Customer Support Channels
We provide several ways for customers and
business partners to contact our team.
Please select the communication channel
that best suits your enquiry.
💡 Which Channel Should You Use?
For enquiries requiring supporting documents
or a detailed written explanation, email
is a suitable option.
For general enquiries, you may contact
our team by telephone or WhatsApp
during business hours.
🕘
03. Business Operating Hours
Our team handles general enquiries and
customer support during the following
published operating hours.
MONDAY – SATURDAY
9:30 AM – 6:00 PM
Malaysia Standard Time (MYT / UTC+8)
📩 Enquiries Outside Business Hours
You may send an email or WhatsApp message
outside our operating hours.
Our team will attend to enquiries during
the next available operating period.
Response times may vary depending on
the nature and volume of enquiries.
📦
04. Product, Order & Payment Enquiries
Our customer support team can assist with
enquiries relating to products, stock purchases,
orders, payment arrangements, and deliveries.
To help us identify your enquiry accurately
and provide relevant assistance, please
include the following information where applicable:
-
Your full name.
-
Your Shopify order number, if available.
-
Your contact telephone number.
-
The product name or relevant purchase details.
-
A brief explanation of the issue or
assistance required.
💳 Flexible Payment Enquiries
Customers who wish to enquire about
deposit arrangements, scheduled payments,
or other available payment options may
contact our team for further information.
Flexible payment arrangements are subject
to applicable eligibility requirements,
review, approval, and agreed payment terms.
Submitting an enquiry does not constitute
automatic approval of any payment arrangement.
🔐 Payment Security Reminder
Never share your account password,
one-time password (OTP), or complete
payment card details through email,
telephone calls, or WhatsApp messages.
🤝
05. Business & Partnership Enquiries
Infinity Ventures Marketing welcomes
enquiries relating to potential business
opportunities and commercial collaborations.
Depending on the nature of your enquiry,
our team can assist with information
relating to:
-
Wholesale purchasing opportunities.
-
Product and stock availability.
-
Distribution-related enquiries.
-
Marketing and sales collaborations.
-
General business partnership discussions.
Please provide a brief introduction
to your business and the purpose
of your enquiry when contacting us.
🔒
06. Official Communication & Customer Safety
We encourage all customers and business
partners to exercise care when receiving
communications or payment requests
claiming to represent Infinity Ventures Marketing.
Please take the following precautions:
-
Verify unusual payment requests through
our published contact details.
-
Do not disclose passwords, OTPs,
or sensitive account credentials.
-
Confirm payment instructions if you
receive unexpected changes to
beneficiary or bank account details.
-
Report suspicious messages or
impersonation attempts to our team.
⚠️ Important Security Notice
If you receive a suspicious communication
or payment instruction claiming to originate
from Infinity Ventures Marketing,
please contact us using the official
telephone number or email address
published on this page before making
any payment.
Need Further Assistance?
Have a question about our products,
your order, payment arrangements,
or a potential business opportunity?
Reach out to our team through
our official communication channels.
💬 CONTACT US ON WHATSAPP →
INFINITY VENTURES MARKETING
Business Registration No.:
202103009219 (TR0233437-W)
48-1, Taman M-Residensi,
Jalan MR 1/3,
48000 Rawang, Selangor, Malaysia.
Last updated: 17 September 2026