Kundenstimmen

🌟 Kundenstimmen

Das sagen unsere zufriedenen Kunden über ihre Erfahrungen mit Pattaya Living Estate

⭐⭐⭐⭐⭐

„Dank Pattaya Living Estate habe ich mein Traum-Condo in Jomtien gefunden. Die Beratung war sehr professionell und der gesamte Kaufprozess lief völlig unkompliziert ab. Besonders geschätzt habe ich die deutschen Ansprechpartner vor Ort.“

Peter M.

Deutschland 🇩🇪

Condo in Jomtien

⭐⭐⭐⭐⭐

„Top Beratung und Unterstützung beim Retirement Visa und Villa-Kauf. Die lokale Expertise von Pattaya Living Estate war unbezahlbar. Ich fühle mich bestens betreut auch nach dem Kauf.“

John S.

United Kingdom 🇬🇧

Villa mit Retirement Visa

⭐⭐⭐⭐⭐

„Exzellente Betreuung von A-Z bei meinem Investment in Central Pattaya. Die ROI-Prognosen waren realistisch und die Vermietung läuft perfekt. Ich kann die Agentur jedem Investor empfehlen.“

Li Wei

China 🇨🇳

Investment-Condo Central Pattaya

⭐⭐⭐⭐⭐

„Hervorragender Service beim Kauf unserer Pool-Villa. Die Verhandlungsführung war professionell und wir haben einen fairen Preis erhalten. Auch die Visa-Beratung war sehr hilfreich.“

Familie Müller

Österreich 🇦🇹

Pool-Villa Pratumnak

⭐⭐⭐⭐⭐

„Sehr zufrieden mit dem Relocation-Service. Der Umzug nach Pattaya wurde perfekt organisiert und alle Behördengänge professionell abgewickelt. Fühlte mich von Tag 1 willkommen.“

Hans K.

Schweiz 🇨🇭

Relocation + Townhouse

⭐⭐⭐⭐⭐

„Outstanding support for international buyers. The English-speaking team made everything easy to understand and the legal advice was thorough. Highly recommend for expat investments.“

Robert & Sarah T.

Australia 🇦🇺

Investment Portfolio

500+
Zufriedene Kunden

4.9/5
Kundenbewertung

25+
Nationalitäten

10+
Jahre Erfahrung

🚀 Werden Sie unser nächster zufriedener Kunde!

Lassen Sie sich von unseren Experten beraten und finden Sie Ihr Traumzuhause in Pattaya

:root {
–ple-blue: #0066cc;
–ple-blue-dark: #0052a3;
–ple-gold: #f4d03f;
–ple-text: #2c3e50;
–ple-light: #f8f9fa;
}

.ple-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

/* HERO SECTION */
.ple-testimonials-hero {
background: linear-gradient(135deg, var(–ple-blue), #1a365d);
color: white;
padding: 80px 0;
text-align: center;
}

.ple-testimonials-hero h1 {
font-size: 3rem;
margin-bottom: 20px;
}

.ple-testimonials-hero p {
font-size: 1.2rem;
opacity: 0.9;
max-width: 600px;
margin: 0 auto;
}

/* TESTIMONIALS SECTION */
.ple-testimonials-section {
padding: 80px 0;
background: var(–ple-light);
}

.ple-testimonials-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
gap: 40px;
margin-bottom: 80px;
}

.ple-testimonial-card {
background: white;
padding: 40px;
border-radius: 20px;
box-shadow: 0 10px 40px rgba(0,0,0,0.08);
transition: all 0.3s;
position: relative;
}

.ple-testimonial-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.ple-testimonial-card::before {
content: ‚“‚;
position: absolute;
top: -10px;
left: 30px;
font-size: 4rem;
color: var(–ple-blue);
line-height: 1;
}

.ple-testimonial-stars {
font-size: 1.2rem;
margin-bottom: 20px;
}

blockquote {
font-size: 1.1rem;
line-height: 1.7;
color: var(–ple-text);
margin: 0 0 30px 0;
font-style: italic;
}

.ple-testimonial-author {
display: flex;
align-items: center;
gap: 15px;
}

.ple-author-info h4 {
margin: 0;
color: var(–ple-blue);
font-size: 1.2rem;
}

.ple-author-info p {
margin: 5px 0;
color: #666;
font-size: 0.9rem;
}

.ple-property-type {
background: var(–ple-blue);
color: white;
padding: 4px 12px;
border-radius: 15px;
font-size: 0.8rem;
font-weight: 600;
}

/* STATS SECTION */
.ple-testimonial-stats {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 40px;
background: var(–ple-blue);
color: white;
padding: 60px 40px;
border-radius: 20px;
text-align: center;
margin-bottom: 80px;
}

.ple-stat-number {
font-size: 3rem;
font-weight: 700;
margin-bottom: 10px;
}

.ple-stat-label {
font-size: 1.1rem;
opacity: 0.9;
}

/* CTA SECTION */
.ple-testimonial-cta {
text-align: center;
background: white;
padding: 60px 40px;
border-radius: 20px;
box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.ple-testimonial-cta h2 {
font-size: 2.2rem;
color: var(–ple-blue);
margin-bottom: 20px;
}

.ple-testimonial-cta p {
font-size: 1.1rem;
color: #666;
margin-bottom: 40px;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}

.ple-cta-buttons {
display: flex;
gap: 20px;
justify-content: center;
flex-wrap: wrap;
}

/* BUTTONS */
.ple-btn {
padding: 15px 30px;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
font-size: 1.1rem;
transition: all 0.3s;
display: inline-flex;
align-items: center;
gap: 10px;
cursor: pointer;
border: none;
}

.ple-btn–primary {
background: var(–ple-gold);
color: var(–ple-text);
}

.ple-btn–primary:hover {
background: #f1c40f;
transform: translateY(-2px);
box-shadow: 0 10px 30px rgba(244,208,63,0.4);
}

.ple-btn–secondary {
background: transparent;
color: var(–ple-blue);
border: 2px solid var(–ple-blue);
}

.ple-btn–secondary:hover {
background: var(–ple-blue);
color: white;
transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
.ple-testimonials-hero h1 {
font-size: 2.2rem;
}

.ple-testimonials-grid {
grid-template-columns: 1fr;
gap: 30px;
}

.ple-testimonial-card {
padding: 30px 25px;
}

.ple-testimonial-stats {
grid-template-columns: repeat(2, 1fr);
gap: 30px;
padding: 40px 30px;
}

.ple-stat-number {
font-size: 2.5rem;
}

.ple-testimonial-cta {
padding: 40px 30px;
}

.ple-testimonial-cta h2 {
font-size: 1.8rem;
}

.ple-cta-buttons {
flex-direction: column;
align-items: center;
}
}

WhatsApp

Reset password

Geben Sie Ihre E-Mail-Adresse ein und wir senden Ihnen einen Link zum Ändern Ihres Passworts.

Beginnen Sie mit Ihrem Konto

um deine Lieblingshäuser und mehr zu speichern

Registrieren Sie sich mit Ihrer E-Mail Adresse

Beginnen Sie mit Ihrem Konto

um deine Lieblingshäuser und mehr zu speichern

By clicking the «ANMELDUNG» button you agree to the Nutzungsbedingungen and Datenschutzpolitik
Powered by Estatik
Nach oben scrollen