-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
634 lines (568 loc) · 31.6 KB
/
index.html
File metadata and controls
634 lines (568 loc) · 31.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Partnership Program - International Health Tourism</title>
<meta name="description" content="Join our trusted partnership program for international health tourism. Earn competitive commissions by connecting patients from Europe and America with premium medical services in Turkey.">
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<!-- Header -->
<header class="header">
<nav class="nav">
<div class="nav-container">
<div class="logo">
<img src="logo/Quartz_Logo (1).png" alt="Quartz Clinique Logo" class="logo-img">
</div>
<ul class="nav-menu">
<li><a href="#home" class="nav-link">Home</a></li>
<li><a href="#who-can-join" class="nav-link">Who Can Join</a></li>
<li><a href="#benefits" class="nav-link">Benefits</a></li>
<li><a href="#how-it-works" class="nav-link">How It Works</a></li>
<li><a href="#contact" class="nav-link">Join Now</a></li>
<li><a href="https://wa.me/905448439717?text=Hello,%20I%20would%20like%20to%20learn%20about%20the%20partnership%20program." target="_blank" class="whatsapp-btn">
<div class="whatsapp-icon"></div>
WhatsApp
</a></li>
<!-- Mobile-only social links under WhatsApp -->
<li class="mobile-social">
<div class="mobile-social__links">
<a href="https://www.instagram.com/quartzclinique/" target="_blank" rel="noopener noreferrer" class="social-btn social-btn--ig">
<span class="social-icon"></span>
<span class="social-label">Instagram</span>
</a>
<a href="https://www.youtube.com/@quartzclinique" target="_blank" rel="noopener noreferrer" class="social-btn social-btn--yt">
<span class="social-icon"></span>
<span class="social-label">YouTube</span>
</a>
<a href="https://www.quartzclinique.com" target="_blank" rel="noopener noreferrer" class="social-btn social-btn--web">
<span class="social-icon"></span>
<span class="social-label">Website</span>
</a>
</div>
</li>
</ul>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</div>
</nav>
</header>
<!-- Hero Section -->
<section id="home" class="hero">
<!-- Video Background -->
<video autoplay muted loop playsinline class="hero-video-bg">
<source src="img/sldier-partnership.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="hero-overlay"></div>
<div class="container">
<div class="hero-content">
<h1 class="hero-title">
<span class="highlight">Partner with Us,</span><br>
Earn More!
</h1>
<p class="hero-subtitle">
Join a trusted and growing global brand in international health tourism.
Build long-term income through a rewarding partnership program connecting patients
from Europe and America with premium medical services in Turkey.
</p>
<div class="hero-buttons">
<a href="#contact" class="btn btn-primary">Join Partnership</a>
<a href="#benefits" class="btn btn-secondary">Learn Benefits</a>
</div>
</div>
<div class="hero-image">
<div class="partnership-stats">
<div class="stat-card">
<div class="stat-number">80+</div>
<div class="stat-label">Countries Served</div>
</div>
<div class="stat-card">
<div class="stat-number">10K+</div>
<div class="stat-label">Happy Patients</div>
</div>
<div class="stat-card">
<div class="stat-number">5★</div>
<div class="stat-label">Trustpilot Rating</div>
</div>
</div>
</div>
</section>
<!-- Problem Solution Section -->
<!-- Who Can Join Section -->
<section id="who-can-join" class="who-can-join">
<div class="container">
<div class="who-join-layout">
<div class="join-text join-text--left">
<h2 class="section-title-left who-we-are-title">Who We Are</h2>
<p>
<strong>Quartz Clinique</strong> is a healthcare facility located in the heart of Istanbul,
providing aesthetic and medical services at international standards. Led by
<strong>Dr. Leyla Arvas</strong>, our expert doctors offer innovative and personalized
solutions in aesthetic surgery, medical aesthetics, and skin rejuvenation.
</p>
</div>
<div class="join-text join-text--right">
<h2 class="section-title-left">Who Can Join?</h2>
<div class="join-list">
<div class="join-item">
<span class="join-icon join-icon--professionals" aria-hidden="true"></span>
<span>Agencies, Influencers, Healthcare Professionals</span>
</div>
<div class="join-item">
<span class="join-icon join-icon--travel" aria-hidden="true"></span>
<span>Travel Agents & Medical Tourism Facilitators</span>
</div>
<div class="join-item">
<span class="join-icon join-icon--network" aria-hidden="true"></span>
<span>Business Networks & Community Leaders</span>
</div>
<div class="join-item">
<span class="join-icon join-icon--social" aria-hidden="true"></span>
<span>Social Media Influencers with Healthcare Focus</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Our Clinic & Treatments Section -->
<section class="clinic-treatments">
<div class="container">
<h2 class="section-title">Why Quartz Clinique?</h2>
<!-- Clinic Features -->
<div class="clinic-features">
<div class="clinic-feature">
<span class="feature-icon feature-icon--technology" aria-hidden="true"></span>
<span>We provide services with the latest FDA-approved technologies.</span>
</div>
<div class="clinic-feature">
<span class="feature-icon feature-icon--team" aria-hidden="true"></span>
<span>Our experienced and expert medical team delivers reliable results.</span>
</div>
<div class="clinic-feature">
<span class="feature-icon feature-icon--vip" aria-hidden="true"></span>
<span>Our international patient coordination team offers VIP services to patients from all over the world.</span>
</div>
<div class="clinic-feature">
<span class="feature-icon feature-icon--partnerships" aria-hidden="true"></span>
<span>We have a wide network of partnerships in aesthetic tourism and are open to new collaborations.</span>
</div>
</div>
<!-- Clinic Gallery -->
<div class="clinic-gallery">
<div class="clinic-image gallery-item" data-full="klinik/klinik2.png" role="button" tabindex="0" aria-label="View photo: Quartz Clinique Operating Room">
<img src="klinik/klinik2.png" alt="Quartz Clinique Operating Room">
<div class="gallery-overlay" aria-hidden="true">
<h3>Operating Room</h3>
<span>View Photo</span>
</div>
</div>
<div class="clinic-image gallery-item" data-full="klinik/klinik3.png" role="button" tabindex="0" aria-label="View photo: Quartz Clinique Consultation Room">
<img src="klinik/klinik3.png" alt="Quartz Clinique Consultation Room">
<div class="gallery-overlay" aria-hidden="true">
<h3>Consultation Room</h3>
<span>View Photo</span>
</div>
</div>
<div class="clinic-image gallery-item" data-full="klinik/klinik4.png" role="button" tabindex="0" aria-label="View photo: Quartz Clinique Recovery Room">
<img src="klinik/klinik4.png" alt="Quartz Clinique Recovery Room">
<div class="gallery-overlay" aria-hidden="true">
<h3>Recovery Room</h3>
<span>View Photo</span>
</div>
</div>
</div>
<!-- Certification Section -->
<div class="certification-section">
<div class="certification-content">
<div class="certification-image">
<img src="img/international-health-tourism-auth-cert.jpeg" alt="International Health Tourism Authorization Certificate">
</div>
<div class="certification-text">
<p>Our clinic is accredited by the Ministry of Health of the Republic of Türkiye with the International Health Tourism Authorization Certificate. This certificate is the official proof that we provide safe, legal, and world-class healthcare services to both our national and international patients.</p>
<p class="virtual-tour-note">We offer collaboration opportunities for agencies, influencers, and industry professionals operating in the field of health tourism. By referring patients to us, you can establish a profitable partnership and build long-term business relationships under the assurance of our strong brand.</p>
<a href="#" class="virtual-tour-btn">
<span class="tour-icon"></span>
Take a 360° Virtual Tour
</a>
</div>
</div>
<div class="certification-badges">
<img src="img/certifications-badge-HQrDjiNV.png" alt="Health Tourism Certifications" class="badges-image">
</div>
</div>
<!-- Treatments Section -->
<div class="treatments-section">
<h3 class="treatments-title">Medical Treatments We Offer</h3>
<div class="treatments-grid">
<div class="treatment-item">
<span>Breast Augmentation Surgery</span>
</div>
<div class="treatment-item">
<span>Liposuction Surgery</span>
</div>
<div class="treatment-item">
<span>Facial Fat Removal (Buccal Fat Removal - V-Line Aesthetics)</span>
</div>
<div class="treatment-item">
<span>Tummy Tuck (Abdominoplasty) & Breast Lift Combination</span>
</div>
<div class="treatment-item">
<span>Post-Weight Loss Tummy Tuck</span>
</div>
<div class="treatment-item">
<span>Breast Lift Surgery after Weight Loss</span>
</div>
<div class="treatment-item">
<span>Breast Reduction Surgery</span>
</div>
<div class="treatment-item">
<span>Deep Plane Facelift Surgery</span>
</div>
<div class="treatment-item">
<span>Buttock Augmentation & Contouring (BBL - Brazilian Butt Lift)</span>
</div>
<div class="treatment-item">
<span>Non-Shaved Hair Transplant</span>
</div>
<div class="treatment-item">
<span>Lower Abdomen Skin Tightening</span>
</div>
</div>
</div>
</section>
<!-- International Patient Service Package Section -->
<section class="patient-services">
<div class="container">
<h2 class="section-title">International Patient Service Package</h2>
<p>At our clinic, we not only provide world-class medical treatments but also ensure a comfortable and stress-free journey for our international patients. With our Ministry of Health-approved International Health Tourism Authorization Certificate, we are committed to offering safe, legal, and high-quality healthcare services.</p>
<div class="services-content">
<div class="services-image">
<img src="img/international.png" alt="International Patient Services" class="services-img">
</div>
<div class="services-text">
<p>For the convenience of our patients, we provide all-inclusive service packages designed to make every step of the process seamless:</p>
<div class="services-list">
<ul class="services-ul">
<li class="service-item">
<span class="service-icon" aria-hidden="true">1</span>
<span>Experienced Doctor Consultation & Treatment</span>
</li>
<li class="service-item">
<span class="service-icon" aria-hidden="true">2</span>
<span>Luxury Hotel Accommodation</span>
</li>
<li class="service-item">
<span class="service-icon" aria-hidden="true">3</span>
<span>VIP Airport & City Transfers</span>
</li>
<li class="service-item">
<span class="service-icon" aria-hidden="true">4</span>
<span>Professional Interpreter Support</span>
</li>
<li class="service-item">
<span class="service-icon" aria-hidden="true">5</span>
<span>Personalized Assistance Throughout Your Stay</span>
</li>
</ul>
</div>
<p class="services-conclusion">With these services, our patients can focus entirely on their treatment and recovery while we take care of every detail.</p>
</div>
</div>
</div>
<!-- Key Benefits Section -->
<section id="benefits" class="key-benefits">
<div class="container">
<h2 class="section-title">Key Benefits</h2>
<div class="benefits-showcase">
<div class="benefit-showcase">
<div class="benefit-visual">
<div class="benefit-number">70%</div>
<div class="benefit-desc">Cost Savings</div>
</div>
<h4>Competitive Commission Rates</h4>
<p>Earn substantial commissions on every successful patient referral with our competitive rate structure.</p>
</div>
<div class="benefit-showcase">
<div class="benefit-visual">
<div class="benefit-number">80+</div>
<div class="benefit-desc">Countries</div>
</div>
<h4>Global Reach & International Patients</h4>
<p>Access to patients from over 80 countries seeking premium medical and aesthetic treatments.</p>
</div>
<div class="benefit-showcase">
<div class="benefit-visual">
<div class="benefit-number">5★</div>
<div class="benefit-desc">Rating</div>
</div>
<h4>Trusted Brand in Medical Field</h4>
<p>Partner with a reputable organization with excellent patient satisfaction and industry recognition.</p>
</div>
<div class="benefit-showcase">
<div class="benefit-visual">
<div class="benefit-number">100%</div>
<div class="benefit-desc">Transparent</div>
</div>
<h4>Transparent Partnership Process</h4>
<p>Clear commission structure, real-time tracking, and transparent reporting through your personal dashboard.</p>
</div>
</div>
</section>
<!-- How It Works Section -->
<section id="how-it-works" class="how-it-works">
<div class="container">
<h2 class="section-title">How It Works</h2>
<div class="steps-container">
<div class="step">
<div class="step-number">1</div>
<div class="step-content">
<h3>Sign Up</h3>
<p>Quick and easy registration process. Complete our partnership application form and get approved within 24-48 hours.</p>
</div>
</div>
<div class="step">
<div class="step-number">2</div>
<div class="step-content">
<h3>Promote</h3>
<p>Share your unique partner link and ready-made marketing materials with your network. Use our professional content across all channels.</p>
</div>
</div>
<div class="step">
<div class="step-number">3</div>
<div class="step-content">
<h3>Earn</h3>
<p>Receive commissions for every referral and successful patient treatment. Track your earnings in real-time through our partner dashboard.</p>
</div>
</div>
</div>
</section>
<!-- Call to Action Section -->
<section class="cta-section">
<div class="container">
<div class="cta-content">
<h2 class="cta-title">Join Now and Start Earning from Day One!</h2>
<p class="cta-description">
Don't miss this opportunity to be part of a thriving international health tourism network.
Start building your income today with our trusted partnership program.
</p>
<div class="cta-buttons">
<a href="#contact" class="btn btn-primary btn-large">Apply for Partnership</a>
<a href="https://wa.me/905448439717?text=Hello,%20I%20would%20like%20to%20learn%20about%20the%20partnership%20program." class="btn btn-secondary btn-large">Contact via WhatsApp</a>
</div>
<div class="cta-features">
<div class="cta-feature">No upfront costs</div>
<div class="cta-feature">24/7 partner support</div>
<div class="cta-feature">Immediate access to marketing materials</div>
</div>
</div>
</div>
</section>
<!-- Partnership Benefits Section -->
<section class="partnership-benefits">
<div class="container">
<h2 class="section-title">Why Choose Our Partnership Program?</h2>
<div class="benefits-grid">
<div class="benefit">
<div class="benefit-number">1</div>
<h3>Trusted Global Brand</h3>
<p>Partner with an established medical tourism company serving patients from over 80 countries</p>
</div>
<div class="benefit">
<div class="benefit-number">2</div>
<h3>Premium Medical Services</h3>
<p>Offer clients access to world-class medical and aesthetic treatments at competitive prices</p>
</div>
<div class="benefit">
<div class="benefit-number">3</div>
<h3>Full Marketing Support</h3>
<p>Professional marketing materials, training, and ongoing support to ensure your success</p>
</div>
<div class="benefit">
<div class="benefit-number">4</div>
<h3>Lucrative Commission Structure</h3>
<p>Competitive commission rates with transparent tracking and reliable payment systems</p>
</div>
</div>
</section>
<!-- Testimonials/Success Stories Section -->
<section class="testimonials">
<div class="container">
<h2 class="section-title">Success Stories & Partner Testimonials</h2>
<div class="testimonials-grid">
<div class="testimonial-item">
<div class="testimonial-image">
<!-- Placeholder will be shown via CSS -->
</div>
<div class="testimonial-content">
<div class="testimonial-text">
"Working with this partnership program has been incredibly rewarding. The support team is always available, and the commission structure is very competitive."
</div>
<div class="testimonial-author">
<strong>Maria S.</strong> - European Partner
</div>
</div>
</div>
<div class="testimonial-item">
<div class="testimonial-image">
<!-- Placeholder will be shown via CSS -->
</div>
<div class="testimonial-content">
<div class="testimonial-text">
"I've been able to build a substantial secondary income stream by referring my network to their medical tourism services. Highly recommended!"
</div>
<div class="testimonial-author">
<strong>John D.</strong> - American Partner
</div>
</div>
</div>
<div class="testimonial-item">
<div class="testimonial-image">
<!-- Placeholder will be shown via CSS -->
</div>
<div class="testimonial-content">
<div class="testimonial-text">
"The marketing materials provided are professional and effective. My clients trust the recommendations, and the treatments exceed expectations."
</div>
<div class="testimonial-author">
<strong>Sophie L.</strong> - French Partner
</div>
</div>
</div>
</div>
</section>
<!-- Contact Form Section -->
<section id="contact" class="contact">
<div class="container">
<div class="contact-content">
<div class="contact-info">
<h2 class="section-title">Apply for Partnership</h2>
<p class="contact-description">
Ready to start earning through our international health tourism partnership program?
Fill out the application form and our partnership team will contact you within 24-48 hours.
</p>
<div class="contact-details">
<div class="contact-item">
<div class="contact-icon contact-icon--phone" aria-hidden="true"></div>
<div>
<h4>Phone</h4>
<p>+90 (544) 968 34 33</p>
</div>
</div>
<div class="contact-item">
<div class="contact-icon contact-icon--email" aria-hidden="true"></div>
<div>
<h4>Email</h4>
<p>partnership@healthtourism.com</p>
</div>
</div>
<div class="contact-item">
<div class="contact-icon contact-icon--coverage" aria-hidden="true"></div>
<div>
<h4>Coverage Area</h4>
<p>Europe, America & Global</p>
</div>
</div>
<div class="contact-item">
<div class="contact-icon contact-icon--commission" aria-hidden="true"></div>
<div>
<h4>Commission</h4>
<p>Competitive rates - Contact for details</p>
</div>
</div>
</div>
</div>
<div class="contact-form-container">
<form id="contactForm" class="contact-form">
<div class="form-group">
<input type="text" name="name" placeholder="Full Name" required>
</div>
<div class="form-group">
<input type="tel" name="phone" placeholder="Phone Number" required>
</div>
<div class="form-group">
<input type="email" name="email" placeholder="Email Address" required>
</div>
<div class="form-group">
<select name="service" required>
<option value="">Select Your Focus Area</option>
<option value="hair-treatments">Hair Treatments</option>
<option value="aesthetic-surgery">Aesthetic Surgery</option>
<option value="dental-treatments">Dental Treatments</option>
<option value="weight-loss">Weight Loss Surgery</option>
<option value="general-medical">General Medical Tourism</option>
<option value="all-services">All Services</option>
</select>
</div>
<div class="form-group">
<select name="location" required>
<option value="">Your Location/Market</option>
<option value="europe-uk">United Kingdom</option>
<option value="europe-germany">Germany</option>
<option value="europe-france">France</option>
<option value="europe-netherlands">Netherlands</option>
<option value="europe-other">Other European Country</option>
<option value="usa">United States</option>
<option value="canada">Canada</option>
<option value="other">Other Country</option>
</select>
</div>
<div class="form-group">
<textarea name="message" placeholder="Tell us about your network, experience, or any questions (Optional)" rows="4"></textarea>
</div>
<button type="submit" class="btn btn-primary btn-full">
<span class="btn-text">Submit Partnership Application</span>
<div class="loading-spinner" style="display: none;"></div>
</button>
</form>
<div id="form-message" class="form-message" style="display: none;"></div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-logo">
<img src="logo/Quartz_Logo (1).png" alt="Health Tourism Partnership Logo" class="logo-img">
</div>
<div class="footer-text">
<p>© 2024 International Health Tourism Partnership. All rights reserved.</p>
<p>Premium medical services connecting patients worldwide with trusted Turkish healthcare providers.</p>
</div>
</div>
</div>
</footer>
<!-- Virtual Tour Modal -->
<div id="virtualTourModal" class="modal">
<div class="modal-content">
<div class="modal-header">
<h3>360° Virtual Tour - Quartz Clinique</h3>
<span class="close-modal" onclick="closeVirtualTour()">×</span>
</div>
<div class="modal-body">
<iframe id="virtualTourFrame" src="" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
<!-- Gallery Lightbox -->
<div id="galleryLightbox" class="modal gallery-lightbox" role="dialog" aria-modal="true" aria-labelledby="galleryLightboxTitle" aria-hidden="true">
<div class="modal-content">
<button type="button" class="close-modal" id="galleryLightboxClose" aria-label="Close gallery view">×</button>
<div class="gallery-lightbox__body">
<img id="galleryLightboxImage" src="" alt="">
<div class="gallery-lightbox__title" id="galleryLightboxTitle"></div>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>