Dubai Golden Visa β Acquest Advisors
:root {
--navy: #0A1628;
--red: #C8102E;
--white: #FFFFFF;
--grey: #F5F6F8;
--muted: #6B7280;
--text: #1A1A2E;
--text-light: #4B5563;
--border: #E5E7EB;
}*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
button, input, select, textarea { font: inherit; }body {
background: var(--white);
color: var(--text);
font-family: 'DM Sans', sans-serif;
font-size: 16px;
line-height: 1.6;
-webkit-font-smoothing: antialiased;
}h1, h2, h3 {
font-family: 'Playfair Display', serif;
line-height: 1.2;
}img { max-width: 100%; display: block; }section { padding: 64px 24px; }.container {
max-width: 1100px;
margin: 0 auto;
}/* Divider */
.section-divider {
width: 60px;
height: 3px;
background: var(--red);
margin: 0 auto 32px;
}/* CTA Button */
.btn-cta {
display: block;
width: 100%;
background: var(--red);
color: var(--white);
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.08em;
padding: 20px 32px;
border: none;
border-radius: 4px;
cursor: pointer;
text-align: center;
text-decoration: none;
box-shadow: 0 4px 24px rgba(200, 16, 46, 0.4);
min-height: 64px;
transition: background 0.2s, box-shadow 0.2s;
}
.btn-cta:hover {
background: #a50d25;
box-shadow: 0 6px 32px rgba(200, 16, 46, 0.55);
}
.btn-cta:focus-visible {
outline: 3px solid var(--navy);
outline-offset: 3px;
}@media (min-width: 768px) {
.btn-cta {
display: inline-block;
width: auto;
font-size: 17px;
}
}/* ββ HERO βββββββββββββββββββββββββββββββββββββββββββ */
.hero {
padding: 0;
min-height: 100vh;
display: flex;
align-items: center;
position: relative;
overflow: hidden;
}.hero__inner {
display: flex;
flex-direction: column-reverse;
align-items: center;
gap: 32px;
padding: 64px 24px 64px;
max-width: 1100px;
margin: 0 auto;
width: 100%;
}.hero__text { flex: 1; text-align: center; }.hero__eyebrow {
display: inline-block;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--red);
margin-bottom: 16px;
}.hero__headline {
font-size: clamp(32px, 7vw, 62px);
color: var(--text);
margin-bottom: 20px;
}.hero__headline span { color: var(--red); }.hero__subheadline {
font-size: clamp(16px, 2.5vw, 20px);
color: var(--text-light);
margin-bottom: 36px;
max-width: 520px;
margin-left: auto;
margin-right: auto;
}.hero__photo-wrap {
flex: 1;
position: relative;
width: 100%;
max-width: 400px;
}.hero__photo {
width: 100%;
border-radius: 8px;
position: relative;
z-index: 1;
}.hero__photo-gradient {
display: none;
}/* Red accent border on photo */
.hero__photo-wrap::before {
content: '';
position: absolute;
top: -4px; left: -4px; right: -4px; bottom: -4px;
border: 2px solid var(--red);
border-radius: 10px;
opacity: 0.4;
z-index: 0;
}@media (min-width: 900px) {
.hero__inner {
flex-direction: row;
align-items: center;
padding: 80px 24px 80px;
}
.hero__text { text-align: left; }
.hero__subheadline { margin-left: 0; margin-right: 0; }
.hero__photo-wrap { max-width: 460px; }
}/* ββ PAIN POINTS ββββββββββββββββββββββββββββββββββββ */
.pain {
background: var(--grey);
text-align: center;
}.pain__headline {
font-size: clamp(24px, 4vw, 38px);
margin-bottom: 12px;
}.pain__subtitle {
color: var(--text-light);
font-size: 16px;
margin-bottom: 48px;
}.pain__list {
list-style: none;
display: flex;
flex-direction: column;
gap: 20px;
max-width: 640px;
margin: 0 auto;
text-align: left;
}.pain__item {
display: flex;
align-items: flex-start;
gap: 16px;
background: var(--white);
border-left: 3px solid var(--red);
border-radius: 0 6px 6px 0;
padding: 18px 20px;
box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}.pain__icon {
font-size: 22px;
line-height: 1;
flex-shrink: 0;
margin-top: 2px;
}.pain__item-text strong {
display: block;
font-size: 17px;
font-weight: 700;
margin-bottom: 4px;
color: var(--text);
}.pain__item-text span {
font-size: 14px;
color: var(--muted);
}/* ββ THE OFFER ββββββββββββββββββββββββββββββββββββββ */
.offer {
background: var(--white);
text-align: center;
}.offer__label {
display: inline-block;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.14em;
color: var(--red);
border: 1px solid var(--red);
border-radius: 20px;
padding: 4px 14px;
margin-bottom: 20px;
}.offer__headline {
font-size: clamp(26px, 4vw, 42px);
margin-bottom: 20px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}.offer__body {
font-size: 18px;
color: var(--text-light);
max-width: 580px;
margin: 0 auto 40px;
line-height: 1.7;
}.offer__body strong { color: var(--text); }.offer__cta-wrap {
max-width: 480px;
margin: 0 auto;
}/* ββ BENEFITS βββββββββββββββββββββββββββββββββββββββ */
.benefits {
background: var(--grey);
text-align: center;
}.benefits__headline {
font-size: clamp(24px, 4vw, 38px);
margin-bottom: 48px;
}.benefits__grid {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
max-width: 860px;
margin: 0 auto;
text-align: left;
}@media (min-width: 600px) {
.benefits__grid { grid-template-columns: 1fr 1fr; }
}.benefit-card {
background: var(--white);
border: 1px solid var(--border);
border-radius: 8px;
padding: 24px;
box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}.benefit-card__icon {
font-size: 28px;
margin-bottom: 12px;
}.benefit-card__title {
font-family: 'DM Sans', sans-serif;
font-size: 16px;
font-weight: 700;
color: var(--text);
margin-bottom: 6px;
}.benefit-card__desc {
font-size: 14px;
color: var(--muted);
line-height: 1.6;
}/* ββ TRUST ββββββββββββββββββββββββββββββββββββββββββ */
.trust {
background: var(--white);
text-align: center;
border-top: 1px solid var(--border);
border-bottom: 1px solid var(--border);
}.trust__headline {
font-size: clamp(24px, 4vw, 38px);
margin-bottom: 40px;
}.trust__paresh {
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
margin-bottom: 48px;
}.trust__paresh-img {
width: 100px;
height: 100px;
border-radius: 50%;
object-fit: cover;
border: 3px solid var(--red);
}.trust__paresh-name {
font-family: 'Playfair Display', serif;
font-size: 20px;
font-weight: 700;
}.trust__paresh-title {
font-size: 14px;
color: var(--text-light);
}.trust__stats {
display: flex;
flex-direction: column;
gap: 24px;
max-width: 640px;
margin: 0 auto;
}@media (min-width: 600px) {
.trust__stats { flex-direction: row; justify-content: center; gap: 48px; }
}.trust__stat-num {
font-family: 'Playfair Display', serif;
font-size: 42px;
font-weight: 800;
color: var(--red);
line-height: 1;
}.trust__stat-label {
font-size: 14px;
color: var(--text-light);
margin-top: 6px;
}/* ββ FINAL CTA ββββββββββββββββββββββββββββββββββββββ */
.final-cta {
background: var(--grey);
text-align: center;
}.final-cta__urgency {
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--red);
margin-bottom: 16px;
}.final-cta__headline {
font-size: clamp(24px, 4vw, 40px);
margin-bottom: 12px;
}.final-cta__sub {
font-size: 16px;
color: var(--text-light);
margin-bottom: 36px;
}.final-cta__btn-wrap {
max-width: 480px;
margin: 0 auto;
}/* ββ FOOTER βββββββββββββββββββββββββββββββββββββββββ */
.footer {
background: var(--grey);
padding: 32px 24px;
text-align: center;
border-top: 1px solid var(--border);
}.footer__logo {
height: 40px;
margin: 0 auto 16px;
}.footer__phone {
display: block;
font-size: 15px;
color: var(--text-light);
margin-bottom: 12px;
text-decoration: none;
}.footer__phone:hover { color: var(--red); }.footer__legal {
font-size: 12px;
color: var(--muted);
max-width: 600px;
margin: 12px auto 0;
line-height: 1.6;
}/* ββ GOOGLE REVIEWS BADGE ββββββββββββββββββββββββββ */
.hero-topbar {
position: absolute;
top: 20px;
right: 20px;
z-index: 10;
}/* Hide floating badge on mobile, show inline badge instead */
@media (max-width: 899px) {
.hero-topbar { display: none; }
}.hero-reviews-badge {
position: static;
background: var(--white);
border: 1px solid var(--border);
border-radius: 10px;
padding: 10px 14px;
display: flex;
align-items: center;
gap: 10px;
box-shadow: 0 2px 12px rgba(0,0,0,0.10);
z-index: 10;
text-decoration: none;
}/* Inline badge shown only on mobile, inside hero text */
.hero-reviews-inline {
display: none;
align-items: center;
gap: 10px;
background: var(--white);
border: 1px solid var(--border);
border-radius: 10px;
padding: 10px 14px;
box-shadow: 0 2px 12px rgba(0,0,0,0.08);
text-decoration: none;
margin: 0 auto 28px;
width: fit-content;
}@media (max-width: 899px) {
.hero-reviews-inline { display: flex; }
}.hero-reviews-badge__logo {
width: 22px;
height: 22px;
flex-shrink: 0;
}.hero-reviews-badge__stars {
color: #F4B400;
font-size: 15px;
letter-spacing: 1px;
line-height: 1;
}.hero-reviews-badge__score {
font-size: 15px;
font-weight: 700;
color: var(--text);
line-height: 1;
}.hero-reviews-badge__label {
font-size: 11px;
color: var(--muted);
line-height: 1;
margin-top: 2px;
}/* ββ TESTIMONIAL VIDEO ββββββββββββββββββββββββββββββ */
.testimonial {
background: var(--white);
text-align: center;
border-top: 1px solid var(--border);
}.testimonial__headline {
font-size: clamp(22px, 3.5vw, 34px);
margin-bottom: 8px;
}.testimonial__sub {
font-size: 15px;
color: var(--text-light);
margin-bottom: 36px;
}.testimonial__video-wrap {
position: relative;
max-width: 700px;
margin: 0 auto;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 24px rgba(0,0,0,0.10);
aspect-ratio: 16/9;
}.testimonial__video-wrap iframe {
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
border: 0;
}/* ββ MOBILE POLISH ββββββββββββββββββββββββββββββββββ */
@media (max-width: 599px) {
section { padding: 48px 20px; }.hero__inner { padding: 32px 20px 48px; }.pain__item { padding: 14px 16px; }.trust__stats { gap: 32px; }/* Ensure all tap targets are at least 48px tall */
.btn-cta { min-height: 56px; font-size: 15px; }
}
Why Smart Indians Are Choosing Dubai Right Now
The world's most successful Indians already know this
-
π°
Zero Personal Income Tax
Keep 100% of what you earn. No wealth tax. No capital gains tax.
-
π‘
10-Year Renewable Residency for Your Entire Family
Stability for you, your spouse, and your children β no annual renewals.
-
π
World-Class Lifestyle & Global Connectivity
Dubai sits at the centre of the world β business, travel, education, healthcare.
-
π
Grow Your Business Without Limits
100% foreign ownership, zero corporate tax on most income, global banking access.
Limited Spots AvailableGet a Free 1-on-1 Strategy Call with Paresh Karia
Paresh has helped hundreds of HNIs, doctors, and entrepreneurs
secure their Dubai Golden Visa. In 30 minutes, he'll map out
exactly what your path looks like β eligibility, timeline, and next steps.
What You Get With the Dubai Golden Visa
π
10-Year Renewable Residency
No employer sponsorship needed. Stay long-term without the stress of annual visa renewals.
π’
100% Business Ownership
Own your business outright in Dubai β no local sponsor required on most business types.
π¨βπ©βπ§βπ¦
Sponsor Your Entire Family
Include your spouse and children on the same Golden Visa β everyone gets long-term security.
βοΈ
Global Mobility & Banking
UAE residency unlocks world-class banking, international travel, and global business credibility.
Why Families Trust Acquest Advisors

Paresh Karia
CEO, Acquest Advisors
10+
Years of Immigration Expertise
Hear From Our Clients
Real stories from families who made Dubai home with Acquest Advisors
Spots Are Limited
Book Your Free Dubai Golden Visa Call Today
30 minutes with Paresh. No obligation. Just clarity on your path.