تواصل معنا
<style>
.abtal-contact-page {
direction: rtl;
max-width: 1050px;
margin: 30px auto;
padding: 0 15px;
font-family: Tahoma, Arial, sans-serif;
color: #24183f;
box-sizing: border-box;
}
.abtal-contact-page *,
.abtal-contact-page *::before,
.abtal-contact-page *::after {
box-sizing: border-box;
}
.abtal-contact-hero {
position: relative;
overflow: hidden;
padding: 45px 25px;
margin-bottom: 25px;
border-radius: 24px;
background: linear-gradient(135deg, #3b216c 0%, #7042a4 100%);
text-align: center;
color: #ffffff;
}
.abtal-contact-hero::before {
content: "";
position: absolute;
width: 170px;
height: 170px;
top: -80px;
right: -50px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.08);
}
.abtal-contact-hero::after {
content: "";
position: absolute;
width: 130px;
height: 130px;
bottom: -65px;
left: -35px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.07);
}
.abtal-contact-label {
position: relative;
z-index: 1;
display: inline-block;
padding: 7px 18px;
margin-bottom: 13px;
border-radius: 50px;
background: #f7a623;
color: #2d194e;
font-size: 14px;
font-weight: 700;
}
.abtal-contact-heading {
position: relative;
z-index: 1;
margin: 0 0 10px;
color: #ffffff;
font-size: 34px;
font-weight: 800;
line-height: 1.4;
}
.abtal-contact-description {
position: relative;
z-index: 1;
max-width: 700px;
margin: 0 auto;
color: #f4effa;
font-size: 16px;
line-height: 1.9;
}
.abtal-contact-cards {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 20px;
margin-bottom: 25px;
}
.abtal-contact-card {
padding: 30px 22px;
border: 1px solid #e8e0f1;
border-radius: 20px;
background: #ffffff;
text-align: center;
box-shadow: 0 8px 25px rgba(57, 31, 100, 0.08);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.abtal-contact-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 30px rgba(57, 31, 100, 0.13);
}
.abtal-contact-icon {
display: flex;
width: 65px;
height: 65px;
align-items: center;
justify-content: center;
margin: 0 auto 15px;
border-radius: 18px;
font-size: 30px;
}
.abtal-contact-icon-whatsapp {
background: #e7f9ed;
}
.abtal-contact-icon-phone {
background: #f1e9fa;
}
.abtal-contact-card-title {
margin: 0 0 8px;
color: #452674;
font-size: 21px;
font-weight: 800;
}
.abtal-contact-card-text {
margin: 0 0 13px;
color: #71687d;
font-size: 15px;
line-height: 1.8;
}
.abtal-contact-number {
display: block;
margin-bottom: 18px;
color: #2f1d4c;
font-size: 20px;
font-weight: 800;
direction: ltr;
}
.abtal-contact-button {
display: inline-flex;
min-width: 190px;
align-items: center;
justify-content: center;
gap: 8px;
padding: 12px 22px;
border-radius: 50px;
color: #ffffff !important;
font-size: 15px;
font-weight: 700;
text-decoration: none !important;
transition: transform 0.2s ease, opacity 0.2s ease;
}
.abtal-contact-button:hover {
transform: translateY(-2px);
opacity: 0.92;
}
.abtal-contact-button-whatsapp {
background: #25d366;
}
.abtal-contact-button-phone {
background: #623895;
}
.abtal-contact-help {
padding: 28px;
margin-bottom: 25px;
border: 1px solid #e9e2f1;
border-radius: 20px;
background: #f8f5fc;
}
.abtal-contact-help-title {
margin: 0 0 20px;
color: #452674;
font-size: 23px;
font-weight: 800;
text-align: center;
}
.abtal-contact-list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
margin: 0;
padding: 0;
list-style: none;
}
.abtal-contact-list-item {
position: relative;
padding: 14px 43px 14px 14px;
border-radius: 13px;
background: #ffffff;
color: #564c61;
font-size: 15px;
line-height: 1.7;
}
.abtal-contact-list-item::before {
content: "";
position: absolute;
top: 15px;
right: 15px;
display: flex;
width: 21px;
height: 21px;
align-items: center;
justify-content: center;
border-radius: 50%;
background: #f7a623;
color: #2d194e;
font-size: 12px;
font-weight: 800;
}
.abtal-contact-guarantee {
display: flex;
align-items: flex-start;
gap: 14px;
padding: 22px;
border-right: 4px solid #f7a623;
border-radius: 15px;
background: #fff7e9;
}
.abtal-contact-guarantee-icon {
flex: 0 0 auto;
font-size: 26px;
}
.abtal-contact-guarantee-title {
margin: 0 0 5px;
color: #503078;
font-size: 18px;
font-weight: 800;
}
.abtal-contact-guarantee-text {
margin: 0;
color: #6d6277;
font-size: 15px;
line-height: 1.8;
}
@media (max-width: 700px) {
.abtal-contact-page {
margin: 20px auto;
padding: 0 10px;
}
.abtal-contact-hero {
padding: 35px 18px;
border-radius: 19px;
}
.abtal-contact-heading {
font-size: 27px;
}
.abtal-contact-description {
font-size: 14px;
}
.abtal-contact-cards,
.abtal-contact-list {
grid-template-columns: 1fr;
}
.abtal-contact-card {
padding: 25px 17px;
}
.abtal-contact-button {
width: 100%;
}
.abtal-contact-help {
padding: 22px 14px;
}
.abtal-contact-help-title {
font-size: 20px;
}
}
</style>
خدمة عملاء أبطال التعلّم
```
يسعدنا تواصلك معنا
عندك استفسار عن الباقات، أو تحتاج مساعدة في تحميل الملفات، أو ترغب في معرفة النشاط الأنسب لطفلك؟ فريق أبطال التعلّم موجود لمساعدتك قبل الشراء وبعده.
```
```
```
تواصل عبر واتساب
أرسل استفسارك أو رقم طلبك، وسيساعدك فريق خدمة العملاء.
+966 50 255 0542 ابدأ المحادثةكيف نقدر نساعدك؟
```- اختيار الباقة المناسبة لعمر طفلك
- الاستفسار عن محتويات الملفات والأنشطة
- حل مشكلة تحميل أو استلام الملفات
- طلب الاسترجاع وفق الضمان الذهبي
- الاستفسار عن استخدام الملفات للمعلمات
- طلب باقات للحضانات والمراكز
- إرسال المقترحات والملاحظات
- التعاون والشراكات
```
```
للاستفادة من الضمان الذهبي
أرسل رقم الطلب والبيانات المستخدمة في الشراء عبر واتساب خلال 24 ساعة من إتمام عملية الشراء، مع توضيح رغبتك في استرجاع المبلغ.