<!–
ملحوظة للمستخدم: هذا الكود جاهز للنسخ واللصق مباشرة في بلوك "HTML مخصص" (Custom HTML)
في محرر ووردبريس (Gutenberg). لا تضف أو أو .
–>
/* Dark/Gold Theme */
:root {
–primary-dark: #0a0d14;
–secondary-dark: #131722;
–card-dark: #1c2030;
–gold: #ffd700;
–green: #25D366;
–light-blue: #38b6ff;
–purple: #9c27b0;
–red: #ff5252;
–orange: #ff9800;
–text-light: #ffffff;
–text-muted: #a0a0a0;
–gradient-gold: linear-gradient(135deg, #ffd700, #f5b014);
–gradient-green: linear-gradient(135deg, #25D366, #128C7E);
–card-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
–btn-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
–border-radius: 12px;
}
/* يتم تطبيق هذه الأنماط فقط داخل البلوك الذي يحتوي عليها
لضمان عدم التعارض مع القالب Iotix
*/
.mohtarefoon-wrapper {
font-family: ‘Tajawal’, sans-serif;
background-color: var(–primary-dark);
color: var(–text-light);
line-height: 1.8;
overflow-x: hidden;
position: relative;
text-align: right;
}
.mohtarefoon-wrapper::before {
content: ”; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
background: radial-gradient(ellipse at top right, rgba(60, 60, 150, 0.1), transparent 70%),
radial-gradient(ellipse at bottom left, rgba(150, 60, 60, 0.05), transparent 70%);
pointer-events: none; z-index: 1;
}
.mohtarefoon-wrapper .container {
max-width: 1300px;
margin: 0 auto;
padding: 0 20px;
position: relative; /* Ensure content is above pseudo-elements */
z-index: 2;
}
/* Header & Navbar */
.mohtarefoon-wrapper header {
background: rgba(19, 23, 34, 0.9); backdrop-filter: blur(10px); padding: 15px 0;
z-index: 1000; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); border-bottom: 2px solid var(–gold);
}
.mohtarefoon-wrapper .header-container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; }
.mohtarefoon-wrapper .logo-container { display: flex; align-items: center; gap: 15px; }
.mohtarefoon-wrapper .logo-img { width: 60px; height: 60px; border-radius: 50%; border: 3px solid var(–gold); box-shadow: 0 0 15px rgba(255, 215, 0, 0.3); }
.mohtarefoon-wrapper .site-title {
font-size: 1.8em; font-weight: 900; background: var(–gradient-gold); -webkit-background-clip: text; background-clip: text; color: transparent;
text-decoration: none; transition: color 0.3s;
}
.mohtarefoon-wrapper .site-title:hover { color: var(–text-light); }
.mohtarefoon-wrapper .header-right { display: flex; align-items: center; gap: 20px; }
.mohtarefoon-wrapper .social-icons-header { display: flex; gap: 12px; }
.mohtarefoon-wrapper .social-icons-header a { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: all 0.3s; }
.mohtarefoon-wrapper .social-icons-header a:hover { transform: translateY(-5px); }
.mohtarefoon-wrapper .social-icons-header img { width: 40px; height: 40px; }
.mohtarefoon-wrapper .social-icons-header .fas { font-size: 28px; color: var(–orange); }
/* Hamburger Menu */
.mohtarefoon-wrapper .navbar {
background: rgba(28, 32, 48, 0.8); backdrop-filter: blur(5px); padding: 10px 0;
border-bottom: 1px solid rgba(255, 215, 0, 0.2); margin-bottom: 30px;
}
.mohtarefoon-wrapper .nav-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0; padding: 0;}
.mohtarefoon-wrapper .nav-toggle { display: none; color: var(–gold); font-size: 1.5rem; cursor: pointer; padding: 5px; }
.mohtarefoon-wrapper .nav-links li {position: relative; list-style: none;}
.mohtarefoon-wrapper .nav-links li a {
padding: 8px 15px; color: var(–text-light); text-decoration: none; border-radius: 20px;
transition: all 0.3s; font-weight: 600; display: flex; align-items: center; gap: 8px;
}
.mohtarefoon-wrapper .nav-links li a:hover { background: var(–gradient-gold); color: var(–primary-dark); }
.mohtarefoon-wrapper .nav-links .dropdown-menu, .mohtarefoon-wrapper .nav-links .sub-menu {
display: none; position: absolute; z-index: 1001; background: var(–card-dark);
border-radius: 10px; box-shadow: var(–card-shadow); padding: 10px 0; min-width: 250px; right: 0; text-align: right;
list-style: none;
}
.mohtarefoon-wrapper .nav-links .menu-item-has-children:hover > .sub-menu,
.mohtarefoon-wrapper .nav-links .dropdown:hover .dropdown-menu { display: block; }
.mohtarefoon-wrapper .nav-links .dropdown-menu a, .mohtarefoon-wrapper .nav-links .sub-menu a { padding: 10px 20px; border-radius: 0; display: block; color: var(–text-muted); justify-content: flex-end; }
.mohtarefoon-wrapper .nav-links .dropdown-menu a:hover, .mohtarefoon-wrapper .nav-links .sub-menu a:hover { background: var(–primary-dark); color: var(–gold); }
/* Hero Section */
.mohtarefoon-wrapper .hero {
background: linear-gradient(rgba(13, 17, 23, 0.7), rgba(13, 17, 23, 0.9)),
url(‘
https://satellitekwa.com/wp-content/uploads/2025/08/515934508_1736388557238432_8842506239424917191_n.jpg’) center/cover;
padding: 80px 0; text-align: center; margin-bottom: 50px; position: relative;
overflow: hidden; border-radius: var(–border-radius); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}
.mohtarefoon-wrapper .hero h1 {
font-size: 2.5rem; margin-bottom: 20px; background: var(–gradient-gold); -webkit-background-clip: text;
background-clip: text; color: transparent; position: relative; z-index: 1;
}
.mohtarefoon-wrapper .hero p {
font-size: 1.2rem; max-width: 800px; margin: 0 auto 30px; color: var(–text-light); position: relative; z-index: 1;
line-height: 1.7;
}
.mohtarefoon-wrapper .hero-btns { display: flex; justify-content: center; gap: 20px; margin-top: 30px; position: relative; z-index: 1; }
.mohtarefoon-wrapper .btn {
padding: 10px 20px; border-radius: 30px; font-weight: 700; text-decoration: none; display: inline-flex;
align-items: center; justify-content: center; gap: 8px; transition: all 0.3s; box-shadow: var(–btn-shadow);
}
.mohtarefoon-wrapper .btn-primary { background: var(–gradient-green); color: white; padding: 15px 30px; font-size: 1.1rem; }
.mohtarefoon-wrapper .btn-secondary { background: var(–gradient-gold); color: var(–primary-dark); padding: 15px 30px; font-size: 1.1rem; }
.mohtarefoon-wrapper .btn:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); }
/* Section Headers */
.mohtarefoon-wrapper .section-header { text-align: center; margin-bottom: 40px; position: relative; }
.mohtarefoon-wrapper .section-header h2 {
font-size: 2.2rem; display: inline-block; background: var(–gradient-gold); -webkit-background-clip: text;
background-clip: text; color: transparent; margin-bottom: 15px; position: relative;
}
.mohtarefoon-wrapper .section-header h2::after {
content: ”; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%);
width: 80px; height: 4px; background: var(–gradient-gold); border-radius: 2px;
}
.mohtarefoon-wrapper .section-header p { color: var(–text-muted); max-width: 800px; margin: 20px auto 0; }
.mohtarefoon-wrapper .section-header p.transition-fix {
color: var(–text-muted); max-width: 800px; margin: 20px auto 0;
line-height: 1.7;
}
/* Service Section */
.mohtarefoon-wrapper .service-section { margin-bottom: 50px; }
.mohtarefoon-wrapper .service-section .main-service-image {
width: 100%; max-width: 300px;
height: 300px;
border-radius: 50%; object-fit: cover;
border: 5px solid var(–gold); box-shadow: 0 5px 25px rgba(255, 215, 0, 0.2);
display: block; margin: 20px auto 30px;
}
.mohtarefoon-wrapper .features-grid {
display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px;
}
.mohtarefoon-wrapper .feature-card {
background: var(–card-dark); border-radius: var(–border-radius); padding: 25px;
transition: all 0.3s; border: 1px solid rgba(255, 255, 255, 0.05);
box-shadow: var(–card-shadow); text-decoration: none; display: flex;
flex-direction: column; justify-content: space-between;
}
.mohtarefoon-wrapper .feature-card:hover {
transform: translateY(-10px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
border-color: rgba(255, 215, 0, 0.3);
}
.mohtarefoon-wrapper .feature-icon { font-size: 2.5rem; margin-bottom: 20px; color: var(–gold); }
.mohtarefoon-wrapper .feature-card h3 {
font-size: 1.4rem;
margin-bottom: 15px;
color: var(–gold);
text-align: right;
}
.mohtarefoon-wrapper .feature-card p { color: var(–text-muted); text-align: right; flex-grow: 1; }
.mohtarefoon-wrapper .feature-card .btn-explore {
background: var(–gradient-gold); color: var(–primary-dark); padding: 8px 15px;
border-radius: 20px; font-weight: 700; text-align: center; margin-top: 20px;
display: block; transition: all 0.3s;
}
.mohtarefoon-wrapper .feature-card .btn-explore:hover { opacity: 0.8; }
/* Why Choose Us Section */
.mohtarefoon-wrapper .feature-list-check {
list-style: none; padding-right: 0; display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px; max-width: 1000px; margin: 0 auto;
}
.mohtarefoon-wrapper .feature-list-check li {
position: relative; padding: 20px 40px 20px 20px; font-size: 1.1em; color: var(–text-light);
text-align: right; background: var(–card-dark);
border-radius: var(–border-radius); border-left: 3px solid var(–gold);
}
.mohtarefoon-wrapper .feature-list-check li::before {
content: “\f00c”; font-family: “Font Awesome 6 Free”; font-weight: 900;
color: var(–green); position: absolute; right: 15px; top: 50%;
transform: translateY(-50%); font-size: 1.2em;
}
/* Areas Section (Accordion) */
.mohtarefoon-wrapper .areas { margin-bottom: 70px; }
.mohtarefoon-wrapper .accordion { max-width: 900px; margin: 0 auto; }
.mohtarefoon-wrapper .accordion-item {
background: var(–card-dark); border-radius: var(–border-radius); overflow: hidden;
margin-bottom: 15px; border: 1px solid rgba(255, 255, 255, 0.05);
}
.mohtarefoon-wrapper .accordion-header {
padding: 20px; cursor: pointer; display: flex; justify-content: space-between;
align-items: center; background: var(–secondary-dark); transition: all 0.3s;
}
.mohtarefoon-wrapper .accordion-header:hover { background: rgba(255, 215, 0, 0.1); }
.mohtarefoon-wrapper .accordion-header h3 { font-size: 1.2rem; color: var(–gold); margin: 0; text-align: right; }
.mohtarefoon-wrapper .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.mohtarefoon-wrapper .accordion-content.active { max-height: 1000px; }
.mohtarefoon-wrapper .areas-grid {
display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
gap: 15px; padding: 20px;
}
.mohtarefoon-wrapper .area-link {
background: rgba(255, 255, 255, 0.05); color: var(–text-light); padding: 10px;
border-radius: 10px; text-decoration: none; text-align: center; transition: all 0.3s;
}
.mohtarefoon-wrapper .area-link:hover { background: var(–gradient-gold); color: var(–primary-dark); transform: translateY(-3px); }
/* Reviews Section */
.mohtarefoon-wrapper .reviews { margin-bottom: 70px; }
.mohtarefoon-wrapper .reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }
.mohtarefoon-wrapper .review-card {
background: var(–card-dark); border-radius: var(–border-radius); padding: 25px;
transition: all 0.3s; box-shadow: var(–card-shadow); border: 1px solid rgba(255, 255, 255, 0.05);
}
.mohtarefoon-wrapper .review-card:hover { transform: translateY(-10px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4); border-color: rgba(255, 215, 0, 0.3); }
.mohtarefoon-wrapper .review-stars { color: var(–gold); font-size: 1.3rem; margin-bottom: 15px; }
.mohtarefoon-wrapper .review-text { color: var(–text-muted); margin-bottom: 15px; font-style: italic; }
.mohtarefoon-wrapper .review-author { color: var(–text-light); font-weight: 700; }
.mohtarefoon-wrapper .review-location { color: var(–text-muted); font-size: 0.9rem; }
.mohtarefoon-wrapper .review-form {
background: var(–card-dark); border-radius: var(–border-radius); padding: 30px;
max-width: 600px; margin: 40px auto 0; box-shadow: var(–card-shadow);
border: 1px solid rgba(255, 255, 255, 0.05);
}
.mohtarefoon-wrapper .form-group { margin-bottom: 20px; }
.mohtarefoon-wrapper .form-group label { display: block; color: var(–gold); margin-bottom: 10px; font-weight: 600; text-align: right;}
.mohtarefoon-wrapper .form-control {
width: 100%; padding: 12px 15px; background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 10px; color: var(–text-light);
font-family: ‘Tajawal’, sans-serif; transition: all 0.3s;
}
.mohtarefoon-wrapper .form-control:focus { outline: none; border-color: var(–gold); background: rgba(255, 255, 255, 0.1); }
.mohtarefoon-wrapper .rating-select { display: flex; gap: 5px; justify-content: center; margin-bottom: 20px; direction: ltr; }
.mohtarefoon-wrapper .star-btn {
background: none; border: none; color: #555; font-size: 1.8rem;
cursor: pointer; transition: all 0.3s;
}
.mohtarefoon-wrapper .star-btn.active { color: var(–gold); }
.mohtarefoon-wrapper .submit-btn {
background: var(–gradient-gold); color: var(–primary-dark); padding: 12px 25px;
border: none; border-radius: 30px; font-weight: 700; cursor: pointer;
width: 100%; font-size: 1.1rem; transition: all 0.3s; display: flex;
align-items: center; justify-content: center; gap: 10px;
}
.mohtarefoon-wrapper .submit-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); }
/* FAQ Section */
.mohtarefoon-wrapper .faq { margin-bottom: 70px; }
.mohtarefoon-wrapper .faq-container { max-width: 900px; margin: 0 auto; }
.mohtarefoon-wrapper .faq-item {
background: var(–card-dark); border-radius: var(–border-radius); overflow: hidden;
margin-bottom: 15px; border: 1px solid rgba(255, 255, 255, 0.05);
}
.mohtarefoon-wrapper .faq-question {
padding: 20px; cursor: pointer; display: flex; justify-content: space-between;
align-items: center; transition: all 0.3s;
}
.mohtarefoon-wrapper .faq-question:hover { background: rgba(255, 215, 0, 0.1); }
.mohtarefoon-wrapper .faq-question h3 { font-size: 1.2rem; color: var(–gold); margin: 0; text-align: right; }
.mohtarefoon-wrapper .faq-answer {
padding: 0 20px; max-height: 0; overflow: hidden;
transition: max-height 0.4s ease, padding 0.4s ease;
}
.mohtarefoon-wrapper .faq-answer.active { max-height: 1000px; padding: 0 20px 20px; }
/* Keywords & Quick Links */
.mohtarefoon-wrapper .keywords, .mohtarefoon-wrapper .quick-links { margin-bottom: 70px; }
.mohtarefoon-wrapper .keywords-grid, .mohtarefoon-wrapper .quick-links-grid {
display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
}
.mohtarefoon-wrapper .keyword-tag, .mohtarefoon-wrapper .quick-link {
background: var(–card-dark); color: var(–text-light); padding: 10px 20px;
border-radius: 25px; font-weight: 600; transition: all 0.3s;
text-decoration: none; border: 1px solid rgba(255, 255, 255, 0.05);
font-size: 0.9em;
}
.mohtarefoon-wrapper .keyword-tag:hover, .mohtarefoon-wrapper .quick-link:hover {
background: var(–gradient-gold); color: var(–primary-dark);
transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.mohtarefoon-wrapper .quick-link { display: flex; align-items: center; gap: 10px; }
.mohtarefoon-wrapper .quick-link i { color: var(–gold); }
.mohtarefoon-wrapper .quick-link:hover i { color: var(–primary-dark); }
.mohtarefoon-wrapper .more-keywords { margin-top: 25px; padding-top: 25px; border-top: 1px dashed rgba(255, 255, 255, 0.1); text-align: center; }
/* SEO FIX: Added subheadings */
.mohtarefoon-wrapper .more-keywords h3, .mohtarefoon-wrapper .keywords h3, .mohtarefoon-wrapper .quick-links h3 {
color: var(–light-blue); margin: 20px 0 15px 0; font-size: 1.2rem;
text-align: center; font-weight: 700;
}
/* Footer */
.mohtarefoon-wrapper footer {
background: var(–secondary-dark); padding: 70px 0 30px;
border-top: 3px solid var(–gold);
}
.mohtarefoon-wrapper .footer-container { max-width: 1300px; margin: 0 auto; padding: 0 20px; }
.mohtarefoon-wrapper .footer-grid {
display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 40px; margin-bottom: 50px;
}
.mohtarefoon-wrapper .footer-column h3 {
color: var(–gold); font-size: 1.3rem; margin-bottom: 20px;
position: relative; padding-bottom: 10px; text-align: right;
}
.mohtarefoon-wrapper .footer-column h3::after {
content: ”; position: absolute; bottom: 0; right: 0;
width: 60px; height: 3px; background: var(–gradient-gold); border-radius: 1.5px;
}
.mohtarefoon-wrapper .footer-links { list-style: none; padding: 0; }
.mohtarefoon-wrapper .footer-links li { margin-bottom: 12px; }
.mohtarefoon-wrapper .footer-links a {
color: var(–text-muted); text-decoration: none; transition: all 0.3s;
display: flex; align-items: center; gap: 8px; justify-content: flex-end;
}
.mohtarefoon-wrapper .footer-links a:hover { color: var(–gold); transform: translateX(-8px); }
.mohtarefoon-wrapper .footer-links a i { color: var(–gold); }
.mohtarefoon-wrapper .contact-info p {
color: var(–text-muted); margin-bottom: 15px; display: flex;
align-items: center; gap: 10px; justify-content: flex-end;
}
.mohtarefoon-wrapper .contact-info p i { color: var(–gold); }
.mohtarefoon-wrapper .contact-info .highlight { color: var(–gold); font-weight: 700; font-size: 1.2rem; }
.mohtarefoon-wrapper .footer-bottom {
text-align: center; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, 0.1);
color: var(–text-muted);
}
.mohtarefoon-wrapper .footer-logo {
width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 20px;
border: 3px solid var(–gold); display: block; object-fit: cover;
}
.mohtarefoon-wrapper .footer-message { max-width: 600px; margin: 0 auto 30px; font-size: 1.1rem; line-height: 1.8; }
.mohtarefoon-wrapper .copyright { margin: 20px 0; }
.mohtarefoon-wrapper .footer-phone { color: var(–gold); font-size: 1.5rem; font-weight: 800; margin: 15px 0; }
/* Floating Buttons */
.mohtarefoon-wrapper .floating-whatsapp, .mohtarefoon-wrapper .floating-support { position: fixed; z-index: 999; }
.mohtarefoon-wrapper .floating-whatsapp { bottom: 30px; right: 30px; animation: bounce 2s infinite; }
.mohtarefoon-wrapper .floating-support { bottom: 100px; right: 30px; }
.mohtarefoon-wrapper .floating {
width: 60px; height: 60px; border-radius: 50%; display: flex;
align-items: center; justify-content: center; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
color: white; font-size: 24px; transition: all 0.3s; text-decoration: none;
}
.mohtarefoon-wrapper .floating-whatsapp .floating { background: var(–green); }
.mohtarefoon-wrapper .floating-support .floating { background: var(–orange); }
.mohtarefoon-wrapper .floating:hover { transform: scale(1.1); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4); }
@keyframes bounce {
0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
40% { transform: translateY(-10px); }
60% { transform: translateY(-5px); }
}
/* Mobile Responsive */
@media (max-width: 992px) {
.mohtarefoon-wrapper .nav-toggle { display: block; }
.mohtarefoon-wrapper .nav-links { display: none; flex-direction: column; width: 100%; text-align: right; background: var(–secondary-dark); position: absolute; top: 100%; right: 0; box-shadow: var(–card-shadow); }
.mohtarefoon-wrapper .nav-links.active { display: flex; }
.mohtarefoon-wrapper .nav-links li { width: 100%; border-top: 1px solid rgba(255, 255, 255, 0.05); }
.mohtarefoon-wrapper .nav-links li a { padding: 12px 20px; border-radius: 0; justify-content: flex-end; }
.mohtarefoon-wrapper .nav-links .dropdown-menu { position: static; width: 100%; border-radius: 0; box-shadow: none; border-top: 1px dashed rgba(255, 215, 0, 0.1); }
.mohtarefoon-wrapper .nav-links .dropdown:hover .dropdown-menu { display: none; }
.mohtarefoon-wrapper .nav-links .dropdown-menu.active { display: block; }
.mohtarefoon-wrapper .header-container { display: grid; grid-template-columns: 1fr auto; }
.mohtarefoon-wrapper .header-right { grid-column: 1 / 3; justify-content: center; }
.mohtarefoon-wrapper .hero h1 { font-size: 2rem; }
.mohtarefoon-wrapper .hero p { font-size: 1rem; }
.mohtarefoon-wrapper .hero-btns { flex-direction: column; }
.mohtarefoon-wrapper .navbar { position: sticky; top: 0; } /* Make navbar sticky on mobile */
}
@media (max-width: 768px) {
.mohtarefoon-wrapper .social-icons-header { margin-bottom: 10px; }
.mohtarefoon-wrapper .header-btns { flex-direction: column; width: 100%; }
.mohtarefoon-wrapper .btn { width: 100%; }
.mohtarefoon-wrapper .section-header h2 { font-size: 1.8rem; }
.mohtarefoon-wrapper .floating { width: 50px; height: 50px; font-size: 20px; }
.mohtarefoon-wrapper .floating-whatsapp { bottom: 20px; right: 20px; }
.mohtarefoon-wrapper .floating-support { bottom: 80px; right: 20px; }
.mohtarefoon-wrapper .feature-list-check { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
.mohtarefoon-wrapper .site-title { font-size: 1.5rem; }
.mohtarefoon-wrapper .hero { padding: 50px 0; }
.mohtarefoon-wrapper .hero h1 { font-size: 1.6rem; }
.mohtarefoon-wrapper .footer-grid { grid-template-columns: 1fr; }
.mohtarefoon-wrapper .areas-grid { grid-template-columns: 1fr; }
.mohtarefoon-wrapper .keywords-grid { gap: 8px; }
.mohtarefoon-wrapper .keyword-tag { padding: 8px 15px; font-size: 0.85em;}
}
ستلايت الكويت الاول | فني ستلايت 55434414
أهلاً بكم في “ستلايت الكويت الاول”! نقدم لكم أفضل الحلول المتكاملة لتجربة مشاهدة فريدة. علاوة على ذلك، نوفر أحدث الرسيفرات الذكية (الجني، واي فاي)، بالإضافة إلى أسرع اشتراكات IPTV بجودة 4K وبدون تقطيع.
- أفضل أجهزة الرسيفر (الجني، الأسطورة، واي فاي) وخدمات التركيب والصيانة في جميع مناطق الكويت.
- تجربة مشاهدة سلسة وممتعة لجميع أفراد العائلة، الأطفال والكبار، بجودة HD و 4K.
- دعم فني مباشر وسريع عبر واتساب (55434414)، لضمان راحتكم وحل أي مشكلة فوراً.
- تحديثات مستمرة لجميع القنوات والاشتراكات، لتبقى دائماً على اطلاع بأحدث المحتويات العالمية والمحلية.
- تغطية شاملة لجميع محافظات ومناطق الكويت (العاصمة، حولي، الفروانية، الأحمدي، الجهراء، مبارك الكبير).
- أسعار تنافسية وعروض حصرية على أجهزة الرسيفر واشتراكات IPTV.
★★★★★
“خدمة ممتازة وسريعة، فني محترف قام بتركيب رسيفر الجني بكل دقة. أنصح بهم بشدة!”
محمد العازمي
حولي، الكويت
★★★★★
“اشتركت في باقة Aroma 4K والحمد لله لا يوجد تقطيع والجودة خرافية. شكراً لكم.”
سارة المطيري
السالمية، الكويت
★★★★★
“تعامل راقي ودعم فني متواصل. قمت بتجديد اشتراكي وكان الأمر سلساً وسريعاً جداً.”
عبدالله الهاجري
الفروانية، الكويت
ما هي مناطق تغطية خدماتكم في الكويت؟
نغطي جميع مناطق ومحافظات الكويت، بما في ذلك العاصمة، حولي، الفروانية، الأحمدي، الجهراء، ومبارك الكبير. أينما كنت في الكويت، خدمتنا تصلك على مدار الساعة.
هل تقدمون خدمة تركيب الرسيفرات والستلايت؟
نعم، لدينا فنيون متخصصون في تركيب جميع أنواع الرسيفرات والستلايتات، وضبط الإشارة، وتمديد الكابلات بأعلى معايير الجودة والاحترافية. كما نقدم خدمات صيانة فورية لضمان أفضل أداء.
كيف يمكنني تجديد اشتراك IPTV الخاص بي؟
يمكنك تجديد اشتراكك بسهولة تامة من خلال التواصل معنا عبر رقم الواتساب المباشر: 55434414. وسنقوم باللازم في أسرع وقت ممكن وبأقل مجهود منك.
هل تقدمون دعماً فنياً بعد التركيب؟
بالتأكيد، نقدم دعماً فنياً مباشراً ومجانياً عبر واتساب لجميع عملائنا الكرام، لمساعدتك في حل أي مشكلات قد تواجهك بعد التركيب أو أثناء استخدام الخدمة، لضمان راحتك التامة.
أهم الخدمات والاشتراكات
تغطية محلية لجميع المناطق (Local SEO)
صفحات الرسيفرات الرئيسية
صفحات الاشتراكات المتقدمة
صفحات الخدمات الفنية
https://cdn.jsdelivr.net/npm/notiflix@3.2.6/dist/notiflix-aio-3.2.6.min.js
// Kuwait Areas Data
const kuwaitAreas = {
“محافظة العاصمة”: [“مدينة الكويت”, “الدسمة”, “الشرق”, “الصوابر”, “المرقاب”, “القبلة”, “الصالحية”, “بنيد القار”, “كيفان”, “الدوحة”, “المنصورية”, “ضاحية عبد الله السالم”, “النزهة”, “الفيحاء”, “الشامية”, “الروضة”, “العديلية”, “الخالدية”, “القادسية”, “قرطبة”, “السرة”, “اليرموك”, “الشويخ”, “الري”, “غرناطة”, “الصليبخات”, “النهضة”, “مدينة جابر الأحمد”, “القيروان”],
“محافظة حولي”: [“حولي”, “الشعب”, “السالمية”, “الرميثية”, “الجابرية”, “مشرف”, “بيان”, “البدع”, “النقرة”, “ميدان حولي”, “ضاحية مبارك العبد الله الجابر”, “سلوى”, “جنوب السرة”, “الزهراء”, “الصديق”, “حطين”, “السلام”, “الشهداء”],
“محافظة الأحمدي”: [“الأحمدي”, “الفنطاس”, “العقيلة”, “الظهر”, “المهبولة”, “الرقة”, “هدية”, “أبو حليفة”, “الصباحية”, “المنقف”, “الفحيحيل”, “الوفرة”, “الزور”, “الخيران”, “ميناء عبد الله”, “الوفرة الزراعية”, “بنيدر”, “الجليعة”, “الضباعية”, “ميناء الأحمدي”, “الشعيبة”, “مدينة صباح الأحمد”, “النويصيب”, “مدينة الخيران”, “ضاحية علي صباح السالم”, “مدينة صباح الأحمد البحرية”],
“محافظة الجهراء”: [“الجهراء”, “الصليبية”, “أمغرة”, “النعيم”, “القصر”, “الواحة”, “تيماء”, “النسيم”, “العيون”, “العبدلي”, “الجهراء الصناعية”, “كاظمة”, “مدينة سعد العبد الله”, “السالمي”, “المطلاع”, “مدينة الحرير”, “الصبية”],
“محافظة الفروانية”: [“الفروانية”, “أبرق خيطان”, “الأندلس”, “إشبيلية”, “جليب الشيوخ”, “خيطان”, “خيطان الجديدة”, “العمرية”, “العارضية”, “العارضية الصناعية”, “العباسية”, “الفردوس”, “الرحاب”, “الرابية”, “الري الصناعية”, “ضاحية صباح الناصر”, “ضاحية عبد الله المبارك”, “الضجيج”],
“محافظة مبارك الكبير”: [“مبارك الكبير”, “العدان”, “القرين”, “القصور”, “المسيلة”, “أبو فطيرة”, “صبحان”, “الفنيطيس”, “ضاحية صباح السالم”]
};
// Generate Kuwait areas accordion
function generateAreasAccordion() {
const accordionContainer = document.getElementById(‘areas-accordion’);
if (!accordionContainer) return;
Object.entries(kuwaitAreas).forEach(([governorate, areas], index) => {
const accordionItem = document.createElement(‘div’);
accordionItem.className = ‘accordion-item’;
accordionItem.innerHTML = `
${areas.map(area => `
${area}`).join(”)}
`;
accordionContainer.appendChild(accordionItem);
});
}
// Toggle accordion for areas
function toggleAccordion(headerElement) {
const content = headerElement.nextElementSibling;
if (!content) return;
if (content.style.maxHeight) {
content.style.maxHeight = null;
headerElement.parentElement.classList.remove(‘active’);
} else {
// Close all other accordions
document.querySelectorAll(‘.accordion-content’).forEach(item => {
item.style.maxHeight = null;
item.parentElement.classList.remove(‘active’);
});
content.style.maxHeight = content.scrollHeight + “px”;
headerElement.parentElement.classList.add(‘active’);
}
}
// Toggle FAQ
function toggleFaq(questionElement) { // Renamed ‘index’ to ‘questionElement’
const answer = questionElement.nextElementSibling; // Get the .faq-answer
if (!answer) return;
const icon = questionElement.querySelector(‘.fas.fa-chevron-down, .fas.fa-chevron-up’);
if (answer.classList.contains(‘active’)) {
answer.classList.remove(‘active’);
if(icon) icon.classList.replace(‘fa-chevron-up’, ‘fa-chevron-down’);
} else {
// Close all other FAQs
document.querySelectorAll(‘.faq-answer.active’).forEach(item => {
item.classList.remove(‘active’);
const prevQuestion = item.previousElementSibling;
if (prevQuestion) {
const prevIcon = prevQuestion.querySelector(‘.fas.fa-chevron-up’);
if(prevIcon) prevIcon.classList.replace(‘fa-chevron-up’, ‘fa-chevron-down’);
}
});
// Open this one
answer.classList.add(‘active’);
if(icon) icon.classList.replace(‘fa-chevron-down’, ‘fa-chevron-up’);
}
}
// DOMContentLoaded listener
document.addEventListener(‘DOMContentLoaded’, function() {
const starBtns = document.querySelectorAll(‘.star-btn’);
const ratingValue = document.getElementById(‘rating-value’);
const navLinks = document.getElementById(‘nav-links’);
const navToggleBtn = document.getElementById(‘nav-toggle-btn’);
const dropdownToggles = document.querySelectorAll(‘.dropdown-toggle’);
// 1. Mobile Menu Toggle
if (navToggleBtn) {
navToggleBtn.addEventListener(‘click’, function() {
navLinks.classList.toggle(‘active’);
this.classList.toggle(‘fa-bars’);
this.classList.toggle(‘fa-times’);
});
}
// 2. Mobile Dropdown Toggles
dropdownToggles.forEach(toggle => {
toggle.addEventListener(‘click’, function(e) {
if (window.innerWidth {
btn.addEventListener(‘click’, function() {
const rating = this.getAttribute(‘data-rating’);
ratingValue.value = rating;
starBtns.forEach((star, index) => {
if (index < rating) {
star.innerHTML = '
‘;
star.classList.add(‘active’);
} else {
star.innerHTML = ‘
‘;
star.classList.remove(‘active’);
}
});
});
});
// 4. Submit review function
const submitReviewBtn = document.getElementById(‘submit-review’);
if (submitReviewBtn) {
submitReviewBtn.addEventListener(‘click’, function() {
const name = document.getElementById(‘review-name’).value;
const rating = ratingValue.value;
const comment = document.getElementById(‘review-comment’).value;
if (!name || rating === ‘0’ || !comment) {
Notiflix.Report.warning(‘إدخال مطلوب’, ‘الرجاء تعبئة جميع الحقول (الاسم، التقييم، التعليق) قبل الإرسال.’, ‘حسناً’);
return;
}
const whatsappMessage = `تقييم جديد من: ${name}%0A` +
`التقييم: ${‘★’.repeat(rating)}%0A` +
`التعليق: ${comment}`;
window.open(`https://wa.me/96555434414?text=${whatsappMessage}`, ‘_blank’);
// Reset form
document.getElementById(‘review-name’).value = ”;
ratingValue.value = ‘0’;
document.getElementById(‘review-comment’).value = ”;
starBtns.forEach(star => {
star.innerHTML = ‘
‘;
star.classList.remove(‘active’);
});
Notiflix.Notify.success(‘شكراً لك!’, ‘تم إرسال تقييمك بنجاح. نقدر رأيك.’);
});
}
// 5. Initialize components
generateAreasAccordion();
// Auto-open first FAQ
const firstFaq = document.querySelector(‘.faq-question’);
if (firstFaq) {
toggleFaq(firstFaq); // Changed from toggleFaq(0)
}
});
يجب عليك تسجيل الدخول لكتابة تعليق.