مرحبا بكم في عيادة كايرا

نحن نقدم خدمات طبية متقدمة برؤية عصرية ونهج شامل لصحتك وراحتك.

:root {
–glass-bg: rgba(255, 255, 255, 0.2);
–glass-border: rgba(255, 255, 255, 0.3);
–shadow-main: rgba(0, 0, 0, 0.08);
–primary: #1a3f8b;
–primary-dark: #0a2a66;
–text-main: #163575;
–text-hover: #0a2a66;
–highlight: rgba(22, 53, 117, 0.1);
}
body {
font-family: ‘Cairo’, sans-serif;
direction: rtl;
text-align: center;
color: var(–text-main);
padding: 0 16px;
}
.welcome-section {
margin-top: 50px;
margin-bottom: 40px;
text-align: center;
}
.welcome-section h1 {
font-size: 42px;
font-weight: 900;
color: var(–primary-dark);
margin-bottom: 18px;
}
.welcome-section p {
font-size: 20px;
color: #444b5d;
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.focus-container {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 16px;
max-width: 92vw;
margin: 0 auto 50px;
padding: 25px 30px;
border-radius: 24px;
background: var(–glass-bg);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
box-shadow:
0 6px 24px var(–shadow-main),
inset 0 4px 10px rgba(255, 255, 255, 0.15);
}
.focus-word {
padding: 12px 20px;
font-size: 22px;
font-weight: 600;
color: var(–text-main);
background: var(–glass-bg);
border-radius: 18px;
box-shadow:
inset 0 2px 6px rgba(26, 63, 139, 0.15),
0 4px 10px rgba(0, 0, 0, 0.05);
cursor: pointer;
transition: all 0.3s ease;
user-select: none;
position: relative;
z-index: 5;
}
.focus-word.blur {
filter: blur(4px);
opacity: 0.5;
transform: scale(0.95);
}
.focus-word:hover {
background: rgba(255, 255, 255, 0.6);
color: var(–text-hover);
box-shadow:
0 8px 20px rgba(26, 63, 139, 0.25),
inset 0 6px 12px rgba(255, 255, 255, 0.2);
text-shadow: 0 1px 2px rgba(10, 42, 102, 0.6);
transform: scale(1.06);
z-index: 15;
}
.focus-frame {
position: absolute;
border: 3px solid var(–text-main);
border-radius: 20px;
box-shadow:
0 0 25px 8px rgba(22, 53, 117, 0.4),
inset 0 4px 15px rgba(255, 255, 255, 0.2);
pointer-events: none;
transition: all 0.3s ease;
z-index: 10;
opacity: 0;
background: var(–highlight);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
}
@media (max-width: 600px) {
.welcome-section h1 {
font-size: 28px;
}
.welcome-section p {
font-size: 16px;
}
.focus-word {
font-size: 18px;
padding: 10px 16px;
}
}

.content-section {
max-width: 700px;
margin: 40px auto;
padding: 30px 25px;
background: rgba(255, 255, 255, 0.45);
border-radius: 20px;
border: 1px solid rgba(255, 255, 255, 0.4);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
box-shadow:
inset 0 4px 10px rgba(0, 0, 0, 0.1),
inset 0 -4px 10px rgba(0, 0, 0, 0.08),
0 8px 20px rgba(0, 0, 0, 0.05);
text-align: center;
font-family: ‘Cairo’, sans-serif;
color: #003366;
}
.section-title {
font-size: 28px;
font-weight: 700;
margin-bottom: 30px;
}
.offer-card {
background: rgba(255, 255, 255, 0.45);
border: 1px solid rgba(255, 255, 255, 0.4);
padding: 25px 20px;
border-radius: 20px;
margin-bottom: 25px;
box-shadow:
inset 0 4px 10px rgba(0, 0, 0, 0.1),
inset 0 -4px 10px rgba(0, 0, 0, 0.08),
0 8px 20px rgba(0, 0, 0, 0.05);
transition: transform 0.3s ease;
}
.offer-card:hover {
transform: translateY(-5px);
}
.offer-title {
font-size: 20px;
margin-bottom: 15px;
font-weight: 700;
color: #003366;
}
.offer-desc {
font-size: 16px;
line-height: 1.6;
margin-bottom: 12px;
color: #334466;
}
.highlight {
color: #0a2a66;
font-weight: 700;
}
.cta-button {
display: inline-block;
margin-top: 30px;
padding: 14px 45px;
font-size: 18px;
font-weight: 700;
color: #003366;
text-decoration: none;
border-radius: 50px;
background: rgba(255, 255, 255, 0.45);
border: 1px solid rgba(255, 255, 255, 0.4);
box-shadow:
inset 0 4px 10px rgba(26, 63, 139, 0.3),
0 8px 20px rgba(0, 0, 0, 0.05);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
cursor: pointer;
transition: all 0.3s ease;
}
.cta-button:hover {
background: rgba(255, 255, 255, 0.6);
color: #001f4d;
box-shadow:
inset 0 6px 15px rgba(10, 38, 96, 0.5),
0 12px 30px rgba(0, 0, 0, 0.1);
border-color: rgba(255, 255, 255, 0.6);
transform: scale(1.05);
}
/* Responsive */
@media (max-width: 900px) {
.content-section {
margin: 30px 20px;
padding: 25px 20px;
}
.offer-card {
padding: 20px 15px;
}
}
@media (max-width: 600px) {
.section-title {
font-size: 24px;
}
.offer-title {
font-size: 18px;
}
.offer-desc {
font-size: 14px;
}
.cta-button {
font-size: 16px;
padding: 12px 30px;
}
}

عروض حصرية لفترة محدودة

لا تدع تساقط الشعر يؤثر على ثقتك بنفسك

استعد مظهرك الطبيعي مع زراعة الشعر و استفد من عروضنا وخصوماتنا الحصرية

خصومات لا مفر منها

عروض الأسنان التجميلية

احصل على خصم خاص لفترة محدودة!

احجز استشارة اليوم واحصل على خصم يصل إلى 30% على علاجات الأسنان التجميلية مثل إبتسامة هوليود، الفينير، وزراعة الأسنان.

احجز الآن واستفد من العرض

احجز استشارتك الآن

.promo-container {
direction: rtl;
background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
padding: 30px 20px;
margin: 40px auto;
border-radius: 16px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
border: 1px solid rgba(255, 255, 255, 0.35);
max-width: 700px;
text-align: center;
font-family: ‘Cairo’, sans-serif;
transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.promo-box h2 {
color: #1f4e79;
font-size: 28px;
font-weight: 700;
margin-bottom: 20px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.promo-box p {
font-size: 17px;
color: #1a1a1a;
margin-bottom: 24px;
line-height: 1.8;
}
.promo-box .cta-button {
background: rgba(255, 255, 255, 0.3);
color: #1a3f8b;
font-weight: bold;
font-size: 16px;
padding: 12px 28px;
border-radius: 10px;
text-decoration: none;
display: inline-block;
backdrop-filter: saturate(180%) blur(10px);
-webkit-backdrop-filter: saturate(180%) blur(10px);
box-shadow: inset 0 4px 10px rgba(26, 63, 139, 0.3);
border: 1px solid rgba(255, 255, 255, 0.4);
transition: all 0.3s ease;
}
.promo-box .cta-button:hover {
background-color: rgba(255, 255, 255, 0.45);
color: #143067;
transform: scale(1.04);
box-shadow: inset 0 6px 15px rgba(20, 48, 103, 0.5);
}
.promo-box .note {
margin-top: 16px;
font-size: 14px;
color: #444;
}
@media (max-width: 600px) {
.promo-box h2 {
font-size: 22px;
}
.promo-box p {
font-size: 15px;
}
.promo-box .cta-button {
font-size: 14px;
padding: 10px 20px;
}
.promo-box .note {
font-size: 13px;
}
}

احصل على خصم خاص لفترة محدودة!

احجز استشارتك اليوم واحصل على خصم يصل إلى
30%
على علاجات الأسنان التجميلية مثل
ابتسامة هوليود، الفينير، وزراعة الأسنان.


احجز الآن واستفد من العرض

يسري العرض حتى نهاية الشهر الجاري. لا تفوت الفرصة!

.doctor-section {
direction: rtl;
font-family: ‘Cairo’, sans-serif;
padding: 40px;
text-align: center;
max-width: 700px;
margin: 0 auto;
}
.doctor-section h2 {
font-size: 30px;
font-weight: bold;
color: #004080;
margin-bottom: 15px;
}
.doctor-section p {
font-size: 16px;
color: #333;
line-height: 1.8;
margin: 0;
}
@media (max-width: 600px) {
.doctor-section h2 {
font-size: 22px;
}
.doctor-section p {
font-size: 14px;
line-height: 1.6;
}
}
.welcome-section p {
font-size: 20px;
line-height: 1.8;
margin-bottom: 20px;
}
.welcome-section strong {
color: #00008b;
}
.partner-section {
text-align: center;
margin: 50px auto;
max-width: 850px;
padding: 40px 30px;
direction: rtl;
font-family: ‘Cairo’, sans-serif;
color: #0b2d5c;
}
.partner-section h1 {
font-size: 36px;
font-weight: normal;
margin-bottom: 10px;
color: #1a1a1a;
}
.partner-section h2 {
font-size: 32px;
font-weight: normal;
margin: 0 0 10px 0;
color: #1f4e79;
}
.partner-section h2.bold {
font-weight: bold;
}
.partner-section p.question {
font-size: 18px;
font-weight: bold;
margin-top: 30px;
color: #000;
}
.partner-section p.description {
font-size: 16px;
color: #333;
line-height: 1.7;
margin-top: 10px;
}
@media (max-width: 600px) {
.welcome-section {
font-size: 16px !important;
line-height: 1.7 !important;
}
.partner-section h1 {
font-size: 26px;
}
.partner-section h2 {
font-size: 22px;
}
.partner-section p.question {
font-size: 16px;
}
.partner-section p.description {
font-size: 15px;
line-height: 1.6;
}
}

جمالك ينعكس على ثقتك

ترحب عيادات كايرا بالمرضى من جميع أنحاء العالم ممن يبحثون عن أفضل خدمات
طب الأسنان، جراحات التجميل، زراعة الشعر، و علاجات السمنة، والمزيد في تركيا.

نقدم لك مزيجًا من الرعاية الطبية الممتازة و الأسعار المناسبة في بيئة آمنة ومريحة.

شريكك الموثوق

للعلاج الصحي بأسعار مناسبة

في أنطاليا وإسطنبول

هل تبحث عن رعاية طبية موثوقة مع ضيافة دافئة؟

نحن نوفر علاجات طبية عالية الجودة في تركيا بأسعار في متناول الجميع. يضم فريقنا الطبي نخبة من الأطباء ذوي الخبرة لمساعدتك في تحقيق أهدافك الصحية والجمالية.

عيادة كايرا

لماذا تختار عيادة كايرا؟

body {
font-family: ‘Cairo’, sans-serif;
margin: 0;
padding: 0;
direction: rtl;
background: #ffffff;
text-align: center;
}
.why-cayra-section {
padding: 60px 20px;
background: linear-gradient(to bottom, #ffffff, #f8fafd);
}
.glass-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
max-width: 1200px;
margin: 0 auto;
}
.glass-box {
background: rgba(255, 255, 255, 0.45);
border: 1px solid rgba(255, 255, 255, 0.4);
padding: 30px 20px;
border-radius: 20px;
transition: transform 0.3s ease;
backdrop-filter: blur(8px);
box-shadow:
inset 0 4px 10px rgba(0, 0, 0, 0.1),
inset 0 -4px 10px rgba(0, 0, 0, 0.08),
0 8px 20px rgba(0, 0, 0, 0.05);
text-align: center;
font-family: ‘Cairo’, sans-serif;
}
.glass-box:hover {
transform: translateY(-5px);
}
.glass-box img {
width: 50px;
height: 50px;
margin-bottom: 15px;
object-fit: contain;
mix-blend-mode: multiply;
filter: contrast(1.2);
}
.glass-box img.large-icon {
width: 75px;
height: 75px;
}
.glass-box h3 {
margin: 10px 0;
font-size: 18px;
color: #003366;
font-family: ‘Cairo’, sans-serif;
}
.glass-box p {
font-size: 16px;
color: #444;
line-height: 1.6;
font-family: ‘Cairo’, sans-serif;
}
@media (max-width: 900px) {
.glass-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 600px) {
.glass-grid {
grid-template-columns: 1fr;
}
.glass-box {
padding: 20px 15px;
}
.glass-box h3 {
font-size: 16px;
}
.glass-box p {
font-size: 14px;
}
}

 

في عيادة كايرا، نلتزم بتقديم أعلى معايير الرعاية في مجال العلاجات الطبية والتجميلية.

بفضل فريق من الخبراء المعترف بهم دوليًا، واستخدام أحدث التقنيات، نهدف إلى مساعدتك في تحقيق النتائج التي تطمح إليها في بيئة آمنة ومريحة.

من زراعة الشعر إلى جراحات فقدان الوزن المتقدمة، نقدم رعاية مخصصة تلبي احتياجات كل مريض، لضمان تجربة علاجية سلسة ومُرضية.


أسعار معقولة

أسعار معقولة

نوفر حتى 70٪ من التكاليف مقارنة بالدول الأخرى دون المساس بالجودة مع خيارات دفع مرنة.

باقات شاملة

باقات شاملة

استمتع بإقامة فاخرة، نقل VIP، وخدمات علاجية متكاملة لتجربة مريحة وآمنة.

خطة علاج شخصية

خطط علاج شخصية

نصمم خطط علاج فردية حسب حالتك لضمان الحصول على أفضل النتائج.

رعاية ما بعد العملية

رعاية ما بعد العملية

متابعة شاملة بعد العلاج لضمان التعافي الكامل والنتائج المثلى.

الخصوصية والشفافية

الخصوصية والشفافية

نلتزم بأعلى معايير الخصوصية والشفافية في تقديم المعلومات والخدمات.

فريق طبي متميز

فِرق طبية استثنائية

يضم فريقنا نخبة من الأطباء ذوي الخبرة العالية في مختلف التخصصات.

 

.doctor-section {
direction: rtl;
font-family: ‘Cairo’, sans-serif;
padding: 40px;
text-align: center;
max-width: 700px;
margin: 0 auto;
}
.doctor-section h2 {
font-size: 30px;
font-weight: bold;
color: #004080;
margin-bottom: 15px;
}
.doctor-section p {
font-size: 16px;
color: #333;
line-height: 1.8;
margin: 0;
}
@media (max-width: 600px) {
.doctor-section h2 {
font-size: 22px;
}
.doctor-section p {
font-size: 14px;
line-height: 1.6;
}
}

أطباء ذوي خبرة عالية

نفتخر في عيادة كايرا بفريق طبي يتمتع بخبرة متميزة في مختلف التخصصات،
من التجميل إلى الجراحة والعناية بالأسنان.
يجمع أطباؤنا بين المهارة والدقة والاهتمام الشخصي لضمان أفضل النتائج وتجربة علاجية آمنة ومريحة.

أطباء ذوي خبرة عالية

@import url(‘https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap’);
.responsive-text p {
font-size: 20px;
line-height: 1.8;
}
.responsive-text p.small {
font-size: 18px;
margin-top: 20px;
}
@media (max-width: 600px) {
.responsive-text p {
font-size: 16px;
line-height: 1.6;
}
.responsive-text p.small {
font-size: 15px;
}
}

سواء كنت تفكر في العلاج في إسطنبول أو أنطاليا، فإن عيادات كايرا توفر لك مستوى عاليًا من الجودة والخبرة في كل من الموقعين.
نحن ندمج أحدث التقنيات الطبية مع كادر متخصص لضمان أفضل النتائج.

اختر الموقع الذي يناسبك، وتمتع بتجربة علاجية تجمع بين الكفاءة الطبية والراحة النفسية والخدمة المميزة في قلب تركيا.

.promo-box h2 {
color: #1f4e79;
font-size: 36px;
font-weight: 700;
margin-bottom: 25px;
font-family: ‘Cairo’, sans-serif;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.promo-box p {
font-size: 20px;
color: #1a1a1a;
margin-bottom: 30px;
line-height: 1.9;
font-family: ‘Cairo’, sans-serif;
}
.promo-box .cta-button {
background: rgba(255, 255, 255, 0.3);
color: #1a3f8b;
font-weight: bold;
font-size: 18px;
padding: 14px 36px;
border-radius: 12px;
text-decoration: none;
display: block;
width: max-content;
margin: 0 auto;
backdrop-filter: saturate(180%) blur(10px);
-webkit-backdrop-filter: saturate(180%) blur(10px);
box-shadow: inset 0 4px 10px rgba(26, 63, 139, 0.3);
border: 1px solid rgba(255, 255, 255, 0.4);
transition: all 0.3s ease;
text-align: center;
font-family: ‘Cairo’, sans-serif;
}
.promo-box .cta-button:hover {
background-color: rgba(255, 255, 255, 0.45);
color: #143067;
transform: scale(1.05);
box-shadow: inset 0 6px 15px rgba(20, 48, 103, 0.5);
}
.promo-box .note {
margin-top: 20px;
font-size: 16px;
color: #444;
font-family: ‘Cairo’, sans-serif;
}
@media (max-width: 600px) {
.promo-box h2 {
font-size: 26px;
}
.promo-box p {
font-size: 16px;
line-height: 1.7;
}
.promo-box .cta-button {
font-size: 16px;
padding: 12px 24px;
}
.promo-box .note {
font-size: 14px;
}
}

احصل على خصم خاص لفترة محدودة!

احجز استشارتك اليوم واحصل على خصم يصل إلى
30%
على علاجات الأسنان التجميلية مثل
ابتسامة هوليود، الفينير، وزراعة الأسنان.


احجز الآن واستفد من العرض

يسري العرض حتى نهاية الشهر الجاري. لا تفوت الفرصة!

.about-box h2 {
color: #1f4e79;
font-size: 36px;
font-weight: 700;
margin-bottom: 25px;
font-family: ‘Cairo’, sans-serif;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.about-box p {
font-size: 20px;
color: #1a1a1a;
margin-bottom: 30px;
line-height: 1.9;
font-family: ‘Cairo’, sans-serif;
}
.about-box .read-more-button {
background: rgba(255, 255, 255, 0.3);
color: #1a3f8b;
font-weight: bold;
font-size: 18px;
padding: 14px 36px;
border-radius: 12px;
text-decoration: none;
display: block;
width: max-content;
margin: 0 auto;
backdrop-filter: saturate(180%) blur(10px);
-webkit-backdrop-filter: saturate(180%) blur(10px);
box-shadow: inset 0 4px 10px rgba(26, 63, 139, 0.3);
border: 1px solid rgba(255, 255, 255, 0.4);
transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
text-align: center;
font-family: ‘Cairo’, sans-serif;
}
.about-box .read-more-button:hover {
background-color: rgba(255, 255, 255, 0.45);
color: #143067;
transform: scale(1.05);
box-shadow: inset 0 6px 15px rgba(20, 48, 103, 0.5);
}
@media (max-width: 600px) {
.about-box h2 {
font-size: 26px;
}
.about-box p {
font-size: 16px;
line-height: 1.7;
}
.about-box .read-more-button {
font-size: 16px;
padding: 12px 24px;
}
}

من نحن في عيادات كايرا

عيادات كايرا هي مركز طبي رائد في تركيا، متخصص في تقديم أفضل الخدمات الصحية والتجميلية باستخدام أحدث التقنيات الطبية.
نسعى لتوفير تجربة علاجية مريحة وآمنة لمرضانا من جميع أنحاء العالم في اسطنبول وأنطاليا.


اقرأ المزيد

قسم الخدمات المميزة

تجميل الوجه
سواء لشد الوجه أو تجميل الأنف، خبراؤنا جاهزون لتحسين ملامحك بأيدي دقيقة ونتائج طبيعية. دع فريقنا يبرز جمالك بكل عناية.

تعرّف على المزيدزراعة الشعراستعد ثقتك بنفسك مع تقنيات زراعة الشعر المتقدمة لدينا، المصممة لتقديم نتائج طبيعية ودائمة. نحن متخصصون في طرق FUE وDHI لتلبية الاحتياجات الفردية وضمان رضا المرضىتعرّف على المزيدعمليات السمنةنحن نقدم مجموعة متنوعة من خيارات جراحة فقدان الوزن، بدءًا من تكميم المعدة إلى تحويل المسار، بما يتناسب مع احتياجاتك الصحية ونمط حياتك. يضمن جراحونا ذوو الخبرة طريقًا آمنًا وناجحًا لتحقيق جسم أحلامكتعرّف على المزيدجراحة تجميل الثديسواء كنت تبحث عن تكبير الثدي أو تصغيره أو رفعه، سيساعدك فريقنا المتخصص في تحقيق المظهر الذي ترغب فيه مع التركيز على السلامة والجماليات.تعرّف على المزيد تجميل الجسمشكل جسمك بشكل مثالي مع إجراءات تحديد الجسم المتقدمة لدينا، بما في ذلك شفط الدهون، شد البطن، والمزيد. نحن هنا لمساعدتك في الظهور والشعور بأفضل حال.تعرّف على المزيدتجميل الأسنانحقق ابتسامة متألقة مع خدماتنا الشاملة في طب الأسنان، بما في ذلك زراعة الأسنان، الفينير، وطب الأسنان التجميلي. يستخدم أطباء الأسنان المهرة لدينا أحدث التقنيات لضمان تلبية احتياجاتك الصحية والجمالية للأسنان.تعرّف على المزيد

/* Base Styling for Body */
body {
background-color: #f0f4f8; /* A light background for better contrast */
margin: 0;
padding: 0;
box-sizing: border-box; /* Include padding/border in element’s total width/height */
font-family: ‘Cairo’, sans-serif; /* Apply Cairo globally for readability */
line-height: 1.6; /* Default line height for better readability */
color: #2c3e50; /* Default text color */
}
/* FAQ Section Styling */
.faq-section {
background: transparent; /* Changed to transparent, assuming a background will come from the 3D canvas if integrated */
padding: 80px 20px; /* Ample padding around the section */
direction: rtl; /* Right-to-left for Arabic text flow */
text-align: center; /* Center-aligns the title and overall content block */
/* Positioning for layering, in case a dynamic background is added later */
position: relative;
z-index: 1; /* Ensures FAQ content sits above any fixed background */
/* Optional: A semi-transparent background for readability over a dynamic background */
background-color: rgba(255, 255, 255, 0.7); /* Light, semi-transparent white */
backdrop-filter: blur(5px); /* Optional: adds a blur effect to content behind */
}
.faq-title {
text-align: center;
font-size: 48px;
font-weight: 600;
margin-bottom: 60px;
direction: rtl;
color: #1a3f8b; /* Deep blue color for the title */
font-family: ‘Cairo’, sans-serif;
}
.faq-container {
display: grid;
grid-template-columns: repeat(3, 1fr); /* 3 columns by default */
gap: 30px; /* Space between grid items */
max-width: 1400px; /* Max width for the container */
margin: 0 auto; /* Center the container on the page */
}
/* FAQ Card Styling with Spotlight Effect Integration */
.faq-card {
background: rgba(255, 255, 255, 0.9); /* Slightly less transparent background for cards */
border-radius: 14px; /* Rounded corners */
padding: 24px 20px; /* Padding inside each card */
direction: rtl; /* Ensures text inside card is RTL */
font-family: ‘Cairo’, sans-serif;
color: #1a3f8b; /* Default text color for card content */
box-shadow: 0 4px 12px rgba(26, 63, 139, 0.2); /* Soft shadow */
border: 1px solid rgba(26, 63, 139, 0.1); /* Subtle border */
transition: transform 0.2s ease, box-shadow 0.2s ease; /* Smooth transition for hover effects */
cursor: pointer; /* Indicates interactivity */
/* Spotlight Effect CSS Properties – essential for ::before positioning */
position: relative; /* Needed for absolute positioning of ::before pseudo-element */
overflow: hidden; /* Crucial to clip the radial gradient to card boundaries */
/* Default CSS variables for the spotlight (will be updated by JS) */
–mouse-x: 50%; /* Initial X position of spotlight center */
–mouse-y: 50%; /* Initial Y position of spotlight center */
–spotlight-color: rgba(255, 105, 180, 0.25); /* Pink color with transparency */
}
/* Hover effect for the card itself */
.faq-card:hover {
transform: translateY(-4px); /* Lifts the card slightly */
box-shadow: 0 8px 20px rgba(26, 63, 139, 0.3); /* Enhances shadow on hover */
}
/* The ::before pseudo-element for the spotlight effect */
.faq-card::before {
content: “”;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
/* Create a radial gradient based on mouse position variables */
background: radial-gradient(
600px circle at var(–mouse-x) var(–mouse-y), /* Size and center of the gradient */
var(–spotlight-color), /* Color at the center */
transparent 80% /* Fades to transparent at 80% of radius */
);
opacity: 0; /* Hidden by default */
transition: opacity 0.5s ease; /* Smooth transition for the spotlight appearance */
pointer-events: none; /* Allows mouse events to pass through to the underlying card */
z-index: 1; /* Ensures spotlight is above card background but below content */
border-radius: inherit; /* Inherit the border-radius from the parent card */
}
/* Show the spotlight when the card is hovered or its content is focused */
.faq-card:hover::before,
.faq-card:focus-within::before {
opacity: 0.6; /* Make spotlight visible on hover/focus */
}
/* Ensure FAQ card content (h3, p) is always above the spotlight effect */
.faq-card h3,
.faq-card p {
position: relative; /* Necessary for z-index to work */
z-index: 2; /* Higher z-index than ::before, bringing content to front */
}
/* FAQ Card Content Styling */
.faq-card h3 {
color: #1a3f8b;
font-size: 18px;
font-weight: 600;
margin-bottom: 12px;
line-height: 1.4;
font-family: ‘Cairo’, sans-serif;
}
.faq-card p {
font-size: 16px;
color: #2c3e50;
line-height: 1.6;
margin: 0;
font-family: ‘Cairo’, sans-serif;
}
.faq-card strong {
color: #1a3f8b; /* Stronger blue for emphasis */
font-weight: 600;
}
/* Specific colors for emphasis within paragraphs, matching the example */
.faq-card p strong[style*=”color: #ff69b4″] {
color: #ff69b4; /* Pink */
}
.faq-card p strong[style*=”color: #00bcd4″] {
color: #00bcd4; /* Cyan/Light Blue */
}
/* Responsive Design */
/* For screens up to 1200px wide */
@media (max-width: 1200px) {
.faq-container {
grid-template-columns: repeat(3, 1fr); /* Still 3 columns, slightly tighter gap */
gap: 25px;
}
.faq-card {
padding: 20px 16px; /* Slightly reduced padding */
}
}
/* For screens up to 992px wide (e.g., tablets in landscape) */
@media (max-width: 992px) {
.faq-container {
grid-template-columns: repeat(2, 1fr); /* 2 columns */
gap: 20px;
}
.faq-title {
font-size: 40px; /* Smaller title */
margin-bottom: 50px;
}
}
/* For screens up to 768px wide (e.g., tablets in portrait, large phones) */
@media (max-width: 768px) {
.faq-section {
padding: 60px 15px; /* Reduced section padding */
}
.faq-title {
font-size: 36px;
margin-bottom: 40px;
}
.faq-container {
grid-template-columns: 1fr; /* Single column layout */
gap: 20px;
}
.faq-card {
padding: 18px 16px;
}
.faq-card h3 {
font-size: 16px;
}
.faq-card p {
font-size: 14px;
}
}
/* For screens up to 480px wide (e.g., smaller phones) */
@media (max-width: 480px) {
.faq-section {
padding: 40px 10px; /* Even less padding */
}
.faq-title {
font-size: 30px; /* Smallest title size */
}
}

أسئلة شائعة

ما هي خدماتكم الأساسية؟

نقدم مجموعة شاملة من الخدمات تشمل تجميل الأنف، نحت الجسم، تكبير الثدي، والمؤخرة البرازيلية.

هل يمكنني رؤية نتائج حقيقية قبل العلاج؟

نعم، نوفر استشارات مفصلة مع عروض حالات سابقة للمساعدة في تصور النتائج قبل أي إجراء.

كم تستغرق فترة التعافي بعد العملية؟

تختلف فترة التعافي باختلاف نوع الإجراء، لكننا نقدم إرشادات دقيقة ومتابعة مستمرة لضمان تعافٍ سريع ومريح.

هل تقدمون خدمات ما بعد العملية؟

بالتأكيد، نقدم برامج دعم شاملة بعد العملية تشمل المتابعة الطبية والجلسات العلاجية لضمان أفضل النتائج واستمرار الرضا.

ما هي مؤهلات أطبائكم؟

فريقنا يتكون من أطباء وجراحين خبراء حاصلين على أعلى الشهادات الدولية ولديهم سنوات طويلة من الخبرة في مجال الجراحة التجميلية.

كيف يمكنني حجز موعد للاستشارة؟

يمكنك حجز موعد للاستشارة بسهولة من خلال موقعنا الإلكتروني، أو بالاتصال المباشر بفريق خدمة العملاء لدينا، مستعدون لمساعدتك.

.

.video-text-container {
display: flex;
flex-wrap: wrap;
direction: rtl;
font-family: ‘Cairo’, sans-serif;
gap: 30px;
max-width: 1200px;
margin: 40px auto;
padding: 0 20px;
align-items: center;
justify-content: center;
}
.video-wrapper {
position: relative;
flex: 1 1 600px;
max-width: 600px;
border-radius: 20px;
overflow: hidden;
transition: transform 0.4s ease;
box-shadow:
inset 0 6px 20px rgba(255, 255, 255, 0.2),
0 8px 24px rgba(0, 0, 0, 0.2);
}
.video-wrapper video {
width: 100%;
height: auto;
display: block;
border-radius: 20px;
}
#glassLayer {
position: absolute;
top: 15%;
left: 15%;
right: 15%;
bottom: 15%;
background: rgba(255, 255, 255, 0.2);
backdrop-filter: saturate(180%) blur(6px);
-webkit-backdrop-filter: saturate(180%) blur(6px);
border-radius: 20px;
pointer-events: none;
transition: all 0.5s ease;
box-shadow:
inset 0 4px 20px rgba(255, 255, 255, 0.35),
0 6px 12px rgba(0, 0, 0, 0.1);
}
.text-content {
flex: 1 1 480px;
color: #0a2e5d;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
max-width: 480px;
margin: 0 auto;
}
.text-content h2 {
font-size: 28px;
font-weight: 700;
margin-bottom: 20px;
}
.text-content p {
font-size: 18px;
line-height: 1.6;
margin-bottom: 15px;
}
.text-content p:last-child {
font-size: 16px;
color: #555;
}
.text-content a {
display: block;
margin-top: 30px;
padding: 14px 40px;
background: rgba(255, 255, 255, 0.3);
color: #0a2e5d;
font-weight: 700;
border-radius: 14px;
text-decoration: none;
backdrop-filter: saturate(180%) blur(10px);
-webkit-backdrop-filter: saturate(180%) blur(10px);
box-shadow:
inset 0 4px 10px rgba(10, 46, 93, 0.4),
0 6px 10px rgba(0, 0, 0, 0.1);
border: 2px solid rgba(255, 255, 255, 0.4);
transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
width: 220px;
user-select: none;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.text-content a:hover {
background-color: rgba(255, 255, 255, 0.45);
color: #04305a;
transform: scale(1.05);
box-shadow:
inset 0 6px 15px rgba(4, 48, 90, 0.7),
0 8px 14px rgba(0, 0, 0, 0.1);
}
@media (max-width: 900px) {
.video-text-container {
gap: 20px;
}
.video-wrapper,
.text-content {
flex: 1 1 100%;
max-width: 100%;
}
.text-content p {
font-size: 16px;
}
.text-content h2 {
font-size: 24px;
}
.text-content a {
width: 100%;
max-width: 300px;
padding: 12px 0;
}
}

عملية شد البطن في عيادة كايرا

يُظهر الفيديو عملية شد البطن التي تُجرى باستخدام أحدث التقنيات الجراحية في عيادتنا.
تستهدف هذه العملية إزالة الجلد الزائد وشد عضلات البطن لتحصل على مظهر مشدود وجسم متناسق.
تتم الجراحة تحت إشراف فريق طبي متخصص لضمان أفضل النتائج وسرعة التعافي.

الفيديو يعرض مراحل العملية من بداية التخدير، الشق الجراحي، شد الجلد والعضلات، إلى غلق الجرح بشكل دقيق.
تابع معنا رحلتك نحو الجسم المثالي مع كايرا.


زيارة صفحة شد البطن

body {
font-family: ‘Tahoma’, sans-serif;
background-color: #f7f7f7;
margin: 0;
padding: 40px;
direction: rtl;
position: relative; /* Needed for z-index of the animation */
z-index: 0; /* Ensure body is a stacking context */
}
/* Container for the 3D animation */
.shape-blur-animation-container {
position: fixed; /* Fixes the animation to the viewport */
top: 0;
left: 0;
width: 100vw; /* Full viewport width */
height: 100vh; /* Full viewport height */
z-index: -1; /* Puts it behind other content */
pointer-events: none; /* Allows clicks/hovers to pass through to elements below */
opacity: 0.5; /* Adjust opacity if the animation is too strong */
}
/* Styles for the canvas element inside the container will be set by Three.js */
.shape-blur-animation-container canvas {
display: block;
}
h2.section-title {
text-align: center;
color: #123b72;
font-size: 2.5em;
margin-bottom: 40px;
position: relative; /* Bring title above background */
z-index: 1;
}
.treatments-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
max-width: 1200px;
margin: auto;
position: relative; /* Bring grid above background */
z-index: 1;
}
.treatment-card {
position: relative;
background: rgba(255, 255, 255, 0.4);
border-radius: 16px;
overflow: hidden;
box-shadow: inset 0 4px 20px rgba(255, 255, 255, 0.6),
0 6px 15px rgba(0,0,0,0.1);
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
backdrop-filter: saturate(180%) blur(8px);
-webkit-backdrop-filter: saturate(180%) blur(8px);
border: 1px solid rgba(255, 255, 255, 0.35);
}
.treatment-card:hover {
transform: translateY(-7px);
box-shadow: inset 0 6px 25px rgba(255, 255, 255, 0.8),
0 10px 25px rgba(0,0,0,0.15);
}
.treatment-card img {
width: 100%;
height: 250px;
object-fit: cover;
border-radius: 16px 16px 0 0;
box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.3);
transition: transform 0.3s ease;
}
.treatment-card:hover img {
transform: scale(1.05);
}
.treatment-content {
padding: 20px;
}
.treatment-content h3 {
color: #123b72;
font-size: 1.5em;
margin: 10px 0;
text-shadow: 0 1px 2px rgba(255, 255, 255, 0.7);
}
.treatment-content p {
color: #333;
font-size: 1em;
margin-bottom: 20px;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
}
.treatment-btn {
display: inline-block;
background: rgba(255, 255, 255, 0.3);
color: #123b72;
font-weight: bold;
font-size: 1em;
padding: 12px 28px;
border-radius: 12px;
text-decoration: none;
border: 1.5px solid rgba(255, 255, 255, 0.6);
box-shadow: inset 0 3px 10px rgba(255, 255, 255, 0.7);
backdrop-filter: saturate(180%) blur(10px);
-webkit-backdrop-filter: saturate(180%) blur(10px);
transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
user-select: none;
margin: 0 auto;
}
.treatment-btn:hover {
background-color: rgba(255, 255, 255, 0.45);
color: #0a2e5d;
box-shadow: inset 0 4px 15px rgba(10, 46, 93, 0.8);
transform: scale(1.05);
}
@media (max-width: 600px) {
.treatment-card img {
height: 180px;
}
}

 

العلاجات المفضلة


نحت الجسم

نحت الجسم

جسم مشدود خالي من الدهون

اقرأ المزيد

شد المؤخرة

المؤخرة البرازيلية

احصلي على مؤخرة الأحلام مع عيادة كايرا!

اقرأ المزيد

زراعة الشعر

زراعة الشعر

تعرف على أفضل تقنيات زراعة الشعر

اقرأ المزيد

ابتسامة هوليوود

ابتسامة هوليوود

احصل على ابتسامة المشاهير مع كايرا

اقرأ المزيد

زيادة الطول

زيادة الطول

زيادة الطول بتقنيات حديثة وآمنة

اقرأ المزيد

تجميل الأنف

تجميل الأنف

أنف عصري يتماشى مع ملامحك

اقرأ المزيد

.about-section {
background: linear-gradient(to bottom right, #f0f4ff, #ffffff);
padding: 40px 16px;
font-family: ‘Cairo’, sans-serif;
}
.glass-container {
max-width: 800px;
margin: auto;
direction: rtl;
text-align: center;
backdrop-filter: blur(20px) saturate(180%);
-webkit-backdrop-filter: blur(20px) saturate(180%);
background: rgba(255, 255, 255, 0.25);
border-radius: 20px;
padding: 40px 24px;
border: 1px solid rgba(255, 255, 255, 0.4);
box-shadow:
inset 0 4px 30px rgba(255, 255, 255, 0.4),
inset 0 -4px 15px rgba(0, 0, 0, 0.06),
0 6px 24px rgba(0, 0, 0, 0.1);
transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.glass-container h2 {
font-size: clamp(22px, 3.5vw, 30px);
color: #1a4f9c;
margin-bottom: 20px;
font-weight: 700;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}
.glass-container p {
font-size: 18px;
color: #222;
line-height: 1.9;
margin-bottom: 16px;
}
.glass-container p:last-child {
margin-bottom: 0;
}
.glass-container span {
color: #1a4f9c;
font-weight: bold;
}

من نحن

عيادة كايرا
تقدم خدمات طبية وتجميلية متكاملة في تركيا، تشمل زراعة الشعر، الأسنان، الجراحة التجميلية، وعلاج السمنة، تحت إشراف أطباء معتمدين دوليًا وبأحدث التقنيات.

نرافقك من لحظة وصولك حتى ما بعد العلاج، بخدمة استقبال، إقامة مريحة، ومتابعة دقيقة. هدفنا: تجربة علاجية فعالة وآمنة.

عيادة كايرا

.glass-section {
padding: 40px 20px;
font-family: ‘Cairo’, sans-serif;
background: rgba(255, 255, 255, 0.15);
border-radius: 20px;
backdrop-filter: saturate(180%) blur(16px);
-webkit-backdrop-filter: saturate(180%) blur(16px);
box-shadow: inset 0 4px 20px rgba(255, 255, 255, 0.6),
0 8px 24px rgba(0,0,0,0.1);
max-width: 1200px;
margin: 40px auto;
animation: fadeIn 1.2s ease;
}
.glass-section h2 {
text-align: center;
font-size: 28px;
color: #1a4f9c;
margin-bottom: 30px;
text-shadow: 1px 1px 4px rgba(0,0,0,0.1);
}
.certificates-grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
}
.certificate-box {
width: 220px;
text-align: center;
background: rgba(255, 255, 255, 0.25);
padding: 15px;
border-radius: 16px;
box-shadow: inset 0 4px 12px rgba(255, 255, 255, 0.7),
0 4px 12px rgba(0,0,0,0.05);
transition: transform 0.3s ease, box-shadow 0.3s ease;
animation: fadeUp 0.8s ease;
backdrop-filter: saturate(180%) blur(10px);
-webkit-backdrop-filter: saturate(180%) blur(10px);
}
.certificate-box:hover {
transform: translateY(-5px);
box-shadow: inset 0 6px 15px rgba(255, 255, 255, 0.9),
0 8px 20px rgba(0,0,0,0.1);
}
.certificate-box img {
width: 100%;
border-radius: 10px;
box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.4);
transition: transform 0.3s ease;
}
.certificate-box:hover img {
transform: scale(1.05);
}
.certificate-box p {
margin-top: 10px;
font-size: 16px;
color: #111;
text-shadow: 0 1px 2px rgba(255, 255, 255, 0.7);
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(30px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeUp {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 600px) {
.certificate-box {
width: 100%;
max-width: 300px;
}
}

الجوائز والشهادات

شهادة وكالة السفر

شهادة وكالة السفر

براءة اختراع تركية

براءة اختراع تركية

شهادة ISO 1002:2018

شهادة ISO 1002:2018

شهادة ISO 9001:2015

شهادة ISO 9001:2015

جائزة Qunomedical

جائزة Qunomedical

شهادة WhatClinic

شهادة WhatClinic

Cayra Travel - خدمات صحية

Cayra Travel – خدمات صحية

تجميل الشفرات في إسطنبول: 7 فوائد وفترة التعافي 2026


تجميل الشفرات في إسطنبول: استعادة الراحة والثقة والمظهر الطبيعي



27 December 2025

المدونة

No Comments

تجميل الشفرات في إسطنبول تعاني العديد من النساء من كِبر حجم الشفرات أو عدم تناسقها، وهو ما قد يسبب لهن إزعاجًا جسديًا …

زراعة الشعر الروبوتية في إسطنبول: 7 أسباب لاختيارها


زراعة الشعر الروبوتية في إسطنبول: تقنية متقدمة لنتائج طبيعية ودائمة



27 December 2025

المدونة

No Comments

تُعد مشكلة تساقط الشعر من أكثر المشكلات الشائعة لدى الرجال والنساء، وقد تؤثر بشكل مباشر على الثقة بالنفس والمظهر العام. ومع التطور …

فحوصات صحية للنساء بعد سن الأربعين: 10 تحاليل أساسية للوقاية والكشف المبكر


فحوصات صحية للنساء بعد سن الأربعين: 10 تحاليل أساسية للوقاية والكشف المبكر



13 December 2025

المدونة

No Comments

دليل وقائي شامل للصحة والعافية على المدى الطويل مع دخول النساء سن الأربعين، يمرّ الجسم بتغيرات هرمونية وأيضية وقلبية وعائية ملحوظة. تُعد …

الفحوصات الصحية للرجال: دليلك الكامل للفحص السنوي والعناية بالصحة


الفحوصات الصحية للرجال فوق ال40 سنه في عيادة كايرا



12 December 2025

المدونة

No Comments

الفحوصات الصحية للرجال: دليلك الكامل للفحص السنوي والعناية بالصحة مع دخول الرجل في الأربعينيات، يبدأ جسده بإجراء تغييرات فسيولوجية كبيرة، بعضها واضح …

<!– أضف هذا داخل إن لم يكن مضافًا –>

.testimonials-section {
direction: rtl;
max-width: 1100px;
margin: 60px auto;
padding: 0 20px;
font-family: ‘Cairo’, sans-serif;
}
.testimonials-section h2 {
text-align: center;
font-size: clamp(22px, 4vw, 32px);
color: #1a4f9c;
text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.2);
margin-bottom: 40px;
font-family: ‘Cairo’, sans-serif;
}
.testimonials-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 25px;
}
.testimonial-box {
background: linear-gradient(135deg, rgba(255,255,255,0.85), rgba(240,240,240,0.9));
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-radius: 20px;
border: 1px solid rgba(0,0,0,0.1);
box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
padding: 25px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
text-align: center;
font-family: ‘Cairo’, sans-serif;
}
.testimonial-box:hover {
transform: translateY(-6px);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.testimonial-text {
font-size: 16px;
line-height: 1.9;
color: #111;
margin-bottom: 18px;
position: relative;
padding-right: 20px;
font-family: ‘Cairo’, sans-serif;
}
.testimonial-text::before {
content: ““”;
font-size: 36px;
color: #1a4f9c;
opacity: 0.4;
position: absolute;
top: -10px;
right: 0;
}
.testimonial-name {
font-weight: bold;
color: #000;
font-size: 15px;
text-align: center;
font-family: ‘Cairo’, sans-serif;
}

آراء مرضانا

لقد كانت تجربتي مع عيادة كايرا مذهلة! العناية التي تلقيتها من لحظة وصولي حتى نهاية علاجي كانت أكثر من ممتازة.

أ. محمد – السعودية

الفريق الطبي محترف جدًا، وشرحوا لي كل شيء بالتفصيل. النتائج كانت طبيعية وفوق توقعاتي.

مريم – الإمارات

أنصح كل من يفكر في تجميل الأسنان أو زراعة الشعر بالتوجه لعيادة كايرا. الخدمة مريحة والطاقم لطيف جدًا.

خالد – الكويت


body {
margin: 0; padding: 0;
font-family: ‘Cairo’, sans-serif;
background: #e6f0ff;
direction: rtl;
}
.departments-section {
max-width: 1100px;
margin: 60px auto 0;
padding: 0 20px;
}
.departments-section h2 {
text-align: center;
font-size: clamp(22px,4vw,32px);
color: #1a4f9c;
margin-bottom: 40px;
}
.departments-grid {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(160px,1fr));
gap: 16px;
}
/* make each link a true





عيادة كايرا
نحن دائمًا بجانبك!

اتصل بنا

@import url(‘https://fonts.googleapis.com/css2?family=Cairo:wght@700&display=swap’);
body {
margin: 0;
background: #111;
font-family: ‘Cairo’, sans-serif;
}
.curved-loop-jacket {
width: 100%;
overflow: hidden;
padding: 30px 0;
display: flex;
justify-content: center;
background-color: transparent;
}
.curved-loop-content {
display: flex;
width: calc(2 * 100%);
animation: scrollLoop 15s linear infinite;
will-change: transform;
}
.curved-loop-text {
font-size: 3rem;
font-weight: 700;
color: #1a3f8b; /* لون كايرا الأزرق */
margin: 0 2rem;
white-space: nowrap;
user-select: none;
font-style: italic;
font-stretch: expanded;
cursor: default;
transition: color 0.3s ease;
}
.curved-loop-text:hover {
color: #143067; /* أزرق أغمق عند المرور */
font-style: normal;
font-stretch: ultra-expanded;
transform: scale(1.15);
transition: all 0.3s ease;
}
@keyframes scrollLoop {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}
@media (max-width: 600px) {
.curved-loop-text {
font-size: 1.8rem;
}
}

مرحباً بكم في عيادة كايرا
مرحباً بكم في عيادة كايرا
مرحباً بكم في عيادة كايرا
مرحباً بكم في عيادة كايرا

مرحباً بكم في عيادة كايرا
مرحباً بكم في عيادة كايرا
مرحباً بكم في عيادة كايرا
مرحباً بكم في عيادة كايرا