Contact us

Discover how to effortlessly optimize your HubSpot forms to boost conversions and engage your audience. Explore our expert tips and insights to transform your lead capture strategy today!

/* ── EaseOfBiz Contact Page — Homepage Design System ── */ @import url(‘https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap’); .ct-root { –bg: #050507; –bg2: #0a0a0e; –bg3: #111116; –border: rgba(255,255,255,0.08); –blit: rgba(255,255,255,0.15); –v: #8b5cf6; –vl: #a78bfa; –vd: rgba(139,92,246,0.12); –ve: rgba(139,92,246,0.25); –tl: #14b8a6; –g: #10b981; –tx: #f8fafc; –tx2: #cbd5e1; –tx3: #94a3b8; –tx4: #475569; –fh: ‘DM Serif Display’, Georgia, serif; –fb: ‘Inter’, -apple-system, sans-serif; –r: 16px; –rl: 24px; font-family: var(–fb); background: var(–bg); color: var(–tx); -webkit-font-smoothing: antialiased; overflow-x: hidden; position: relative; } .ct-root *, .ct-root *::before, .ct-root *::after { box-sizing: border-box; margin: 0; padding: 0; } .ct-root a { color: inherit; text-decoration: none; } .ct-root button { cursor: pointer; font-family: inherit; } /* Ambient glows */ .ct-root::before { content: ”; position: absolute; top: -200px; left: -10%; width: 600px; height: 600px; background: rgba(139,92,246,0.07); border-radius: 50%; filter: blur(120px); pointer-events: none; z-index: 0; } .ct-root::after { content: ”; position: absolute; top: 50%; right: -10%; width: 400px; height: 400px; background: rgba(20,184,166,0.05); border-radius: 50%; filter: blur(100px); pointer-events: none; z-index: 0; } .ct-root > * { position: relative; z-index: 1; } .ct-inner { max-width: 1140px; margin: 0 auto; padding: 0 32px; } /* ── HERO ── */ .ct-hero { padding: 96px 32px 72px; text-align: center; position: relative; overflow: hidden; } .ct-hero::before { content: ”; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(139,92,246,0.09) 0%, transparent 70%); pointer-events: none; } .ct-eyebrow { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: #fff; background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01)); border: 1px solid rgba(255,255,255,0.1); border-radius: 100px; padding: 6px 16px; margin-bottom: 24px; box-shadow: 0 4px 20px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.1); backdrop-filter: blur(20px); } .ct-hero h1 { font-family: var(–fh); font-size: clamp(36px, 6vw, 64px); font-weight: 400; line-height: 1.1; letter-spacing: -0.03em; margin-bottom: 16px; text-shadow: 0 10px 30px rgba(0,0,0,0.5); } .ct-hero h1 em { font-style: italic; background: linear-gradient(135deg, #d8b4fe 0%, #8b5cf6 45%, #14b8a6 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; filter: drop-shadow(0 2px 20px rgba(139,92,246,0.4)); } .ct-hero-sub { font-size: clamp(15px, 1.8vw, 18px); color: var(–tx2); max-width: 520px; margin: 0 auto; font-weight: 300; line-height: 1.7; } /* ── GRID ── */ .ct-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 32px; padding: 0 32px 96px; max-width: 1140px; margin: 0 auto; } /* ── INFO CARD ── */ .ct-info { background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)); border: 1px solid var(–border); border-radius: var(–rl); padding: 36px; backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); box-shadow: 0 20px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.05); height: fit-content; position: sticky; top: 100px; } .ct-info-title { font-family: var(–fh); font-size: 22px; font-weight: 400; letter-spacing: -0.02em; margin-bottom: 32px; } .ct-row { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 24px; } .ct-icon { width: 44px; height: 44px; border-radius: 12px; background: var(–vd); border: 1px solid var(–ve); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; box-shadow: 0 0 15px rgba(167,139,250,0.1); } .ct-detail strong { display: block; font-size: 14px; font-weight: 600; color: var(–tx); margin-bottom: 4px; } .ct-detail p { font-size: 13px; color: var(–tx3); line-height: 1.6; } .ct-detail small { font-size: 12px; color: var(–tx4); } .ct-divider { height: 1px; background: var(–border); margin: 28px 0; } .ct-action-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; } .ct-action-btn { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px 12px; border-radius: var(–r); border: 1px solid var(–border); background: rgba(255,255,255,0.03); font-size: 13px; font-weight: 600; color: var(–tx2); text-decoration: none; transition: all .2s cubic-bezier(0.4,0,0.2,1); backdrop-filter: blur(8px); cursor: pointer; } .ct-action-btn:hover { background: rgba(255,255,255,0.07); border-color: rgba(255,255,255,0.2); color: var(–tx); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.3); } .ct-action-btn.wa:hover { border-color: #25D366; color: #25D366; } .ct-action-btn .ct-action-icon { font-size: 22px; } .ct-support-link { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(–border); text-align: center; } .ct-support-link p { font-size: 13px; color: var(–tx4); margin-bottom: 6px; } .ct-support-link a { font-size: 13px; font-weight: 600; color: var(–vl); transition: color .15s; } .ct-support-link a:hover { color: #fff; } /* ── FORM CARD ── */ .ct-form-card { background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)); border: 1px solid var(–border); border-radius: var(–rl); padding: 48px; backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); box-shadow: 0 20px 40px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.05); position: relative; overflow: hidden; } .ct-form-card::before { content: ”; position: absolute; top: -80px; right: -80px; width: 250px; height: 250px; background: rgba(139,92,246,0.06); border-radius: 50%; filter: blur(50px); pointer-events: none; } .ct-form-header { margin-bottom: 32px; position: relative; } .ct-form-header h2 { font-family: var(–fh); font-size: clamp(22px, 3vw, 30px); font-weight: 400; letter-spacing: -0.02em; margin-bottom: 8px; } .ct-form-header p { font-size: 14px; color: var(–tx3); font-weight: 300; } /* Form input overrides */ .ct-form-card .eob-form-wrapper input, .ct-form-card .eob-form-wrapper textarea, .ct-form-card .eob-form-wrapper select { background: rgba(255,255,255,0.04) !important; border: 1px solid rgba(255,255,255,0.1) !important; color: var(–tx) !important; padding: 14px 16px !important; border-radius: var(–r) !important; width: 100%; font-family: var(–fb); margin-bottom: 16px; font-size: 15px !important; transition: all .2s; backdrop-filter: blur(8px); } .ct-form-card .eob-form-wrapper input:focus, .ct-form-card .eob-form-wrapper textarea:focus { border-color: var(–ve) !important; outline: none; box-shadow: 0 0 0 3px rgba(139,92,246,0.1) !important; background: rgba(255,255,255,0.06) !important; } .ct-form-card .eob-form-wrapper input::placeholder, .ct-form-card .eob-form-wrapper textarea::placeholder { color: var(–tx4) !important; } .ct-form-card .eob-form-wrapper label, .ct-form-card .eob-form-label { color: var(–tx3) !important; font-size: 12px !important; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 8px; display: block; } .ct-form-card .eob-form-wrapper button, .ct-form-card .eob-form-wrapper input[type=”submit”] { background: linear-gradient(135deg, var(–v), #5b21b6) !important; color: #fff !important; font-weight: 600 !important; padding: 14px 32px !important; border-radius: 12px !important; border: 1px solid rgba(255,255,255,0.15) !important; cursor: pointer !important; width: 100%; font-size: 15px !important; font-family: var(–fb) !important; transition: all .25s !important; box-shadow: 0 8px 20px rgba(139,92,246,0.3), inset 0 1px 0 rgba(255,255,255,0.25) !important; text-transform: none !important; letter-spacing: 0 !important; } .ct-form-card .eob-form-wrapper button:hover, .ct-form-card .eob-form-wrapper input[type=”submit”]:hover { background: linear-gradient(135deg, #9f7aea, #6d28d9) !important; transform: translateY(-2px) !important; box-shadow: 0 12px 28px rgba(139,92,246,0.45) !important; } /* ── RESPONSIVE ── */ @media (max-width: 900px) { .ct-grid { grid-template-columns: 1fr; padding: 0 20px 72px; gap: 24px; } .ct-info { position: static; } .ct-hero { padding: 72px 20px 56px; } .ct-form-card { padding: 32px 24px; } .ct-info { padding: 28px; } .ct-action-grid { grid-template-columns: 1fr 1fr; } } @media (max-width: 480px) { .ct-action-grid { grid-template-columns: 1fr; } }
Get in Touch

We’d love to
hear from you.

Partnerships, enterprise enquiries, or general questions — our team responds within 24 hours.

Contact details
📍
Headquarters

EaseOfBiz India
Navi Mumbai, Maharashtra

✉️
Email

[email protected]

24-hour response

Send us a message

Fill out the form and we’ll get back to you as soon as possible.

Log In

Access your dashboard.

function ctCopyEmail() { navigator.clipboard.writeText(‘[email protected]’).then(function() { var btn = document.querySelector(‘.ct-action-btn:not(.wa)’); if (btn) { btn.querySelector(‘span:last-child’).textContent = ‘Copied!’; setTimeout(function(){ btn.querySelector(‘span:last-child’).textContent = ‘Copy email’; }, 2000); } }); }