@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Noto+Kufi+Arabic:wght@100..900&display=swap");
* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Cairo", sans-serif !important;
}

a { 
  text-decoration: none !important;
  color: #000;
}
.carousel-item a {
  color:#fff;
}
span > a {
  color:#fff !important;
}
.single-read > a {
  color:#fff !important;
}

h4 {
  text-decoration: none !important;
}

img {
  border-radius: 25px;
  width: 100%;
}

.article-category {
  display: inline-block;
  border-radius: 25px;
  padding: 5px 10px;
  background-color: #0075ff;
  color: #fff;
  margin-left: 10px;
}
.article-title {
  font-size: 20px;
  display: inline;
  color: #000;
  text-decoration: none !important;
}
.article-link {
  text-decoration: none;
  color: #000 !important;
}
.article-link:hover .article-title {
  text-decoration: underline;
}

.section-title {
  color: #000;
  line-height: 50px;
  position: relative;
  margin-right: 30px;
  /* margin-bottom: 40px; */
}
.section-title::after {
    border-radius: 25px; /* Add by my */
    content: "";
    position: absolute;
    width: 8px;    /* Add by my */
    height: 100%;
    top: 0;
    right: -30px;
    background-color: #0075ff;
}

header .navbar {
  padding: 10px;
  border-bottom: 1px solid #B1AEAE;
  background-color: #fff;
}
header .navbar-brand {
  color: #0075ff;
  font-size: 30px;
}
header .navbar .nav-link {
  color: #000;
  font-size: 20px;
  margin-right: 20px;
  transition: all 0.5s;
}
header .navbar .nav-link:hover {
  color: #0075ff;
  text-decoration: underline;
}
header .navbar .login {
  position: relative;
}
header .navbar .login i {
  font-size: 30px;
  margin-left: 15px;
  color: #B1AEAE;
  cursor: pointer;
}

header .navbar .login-container {
  position: absolute;
  width: 250px;
  height: 120px;
  background-color: #fff;
  border: 1px solid #B1AEAE;
  text-align: center;
  padding: 20px;
  border-radius: 25px;
  top: 50px;
  right: -115px;
  visibility: hidden;
  transition: all 0.5s;
}
header .navbar .login-container::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  transform: rotate(45deg) translateX(50%);
  top: -18px;
  right: 50%;
  border-top: 1px solid #B1AEAE;
  border-left: 1px solid #B1AEAE;
}
header .navbar .login-container .button {
  background-color: #0075ff;
  color: #fff !important;
  border: 1px solid #0075ff;
  padding: 2px 30px;
  border-radius: 25px;
  transition: all 0s;
  text-decoration: none;
}
.button:hover {
  background-color: #fff;
  color: #0075ff !important;
}
header .navbar .login:hover .login-container {
  visibility: visible;
}
header .navbar .login:hover .login-container .button {
  visibility: visible;
}
header .navbar .login-button .button {
  background-color: #0075ff;
  color: #fff !important;
  border: 1px solid #0075ff;
  padding: 2px 30px;
  border-radius: 25px;
  transition: all 0.5s;
  text-decoration: none;
  font-size: 16px;
  width: 50%;
  margin: 15px auto;
  text-align: center;
  display: none;
}
.register-container {
  top: -18px;
  right: 50%;
}
header .navbar .login-button .button:hover {
  background-color: #fff;
  color: #0075ff !important;
}
header .navbar form .search-icon {
  padding: 2px;
}
header .navbar form .search-icon i {
  font-size: 30px;
  color: #0075ff;
}
/* header .header-news {
  margin-top: 50px;
} */
header .header-news .carousel-news {
  margin-top: 50px;
  position: relative;
}
header .header-news .carousel-news::after {
  border-radius: 25px;
  position: absolute;
  content: "";
  left: -10px;
  top: 150px;
  height: 200px;
  width: 10px;
  background-color: #0075ff;
}
header .header-news .carousel-text {
  border-radius: 25px;
  padding: 20px 10px 70px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 745px;
}
header .header-news .carousel-text h3 {
  font-size: 22px;
  position: relative;
}
/* header .header-news .carousel-text h3::after {
  content: "";
  position: absolute;
  height: 85px;
  width: 5px;
  background-color: #0075ff;
  top: -10px;
  left: 250px;
} */
header .header-news .carousel-indicators {
  left: -550px;
}
header .header-news .carousel-indicators button {
  height: 20px;
  width: 20px;
  text-indent: 0;
}
header .header-news .carousel-item img {
  max-height: 490px;
}
header .header-news .carousel-item:hover .carousel-text {
  /* text-decoration: underline; */
}
header .header-news .header-articles {
  margin-top: 50px;
}
header .header-news .header-articles .row {
  margin-top: 40px;
}

section.news {
  padding-bottom: 50px;
}
section.news .article-link img {
  max-height: 70%;
}
section.news .article-link .article-text h5 {
  font-size: 18px;
}
.button {
  background-color: #0075ff;
  color: #fff !important;
  border: 1px solid #0075ff !important;
  padding: 2px 30px;
  border-radius: 25px;
  transition: all 0.5s;
  text-decoration: none;
  font-size: 20px;
}
section.news .button:hover {
  background-color: #fff;
  color: #0075ff !important;
}
section.most-read {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F0F0F0;
}
section.most-read .card-news {
  border-radius: 25px;
  padding: 50px;
  background-color: #fff;
  margin: 30px;
}
section.most-read .card-news a {
  color: #000;
  text-decoration: none;
}
section.most-read .card-news:hover h4 {
  text-decoration: underline;
}
section.most-read .card-text h4 {
  font-size: 30px;
}
section.most-read .card-text p {
  font-size: 14px;
  margin: 35px auto;
}
section.most-read .card-text time {
  color: #B1AEAE;
  font-size: 16px;
}
section.most-read .card-img {
  position: relative;
  margin-bottom: 20px;
}
section.most-read .card-img::after {
  content: "";
  position: absolute;
  background-color: #0075ff;
  height: 30px;
  width: 250px;
  bottom: -15px;
  right: 80px;
}
section.opinions {
  padding: 50px;
}
section.opinions a {
  text-decoration: none;
}
section.opinions .opinions-card {
  padding: 20px 10px;
  background-color: rgba(240 240 240);
  margin-top: 25px;
  transition: all 0.5s;
  height: 80%;
}
section.opinions .opinions-card h5 {
  font-size: 16px;
  color: #000;
  text-align: center;
  font-weight: bold;
}
section.opinions .opinions-card .user-info {
  margin-top: 25px;
}
section.opinions .opinions-card .user-info img {
  width: 100px;
  clip-path: circle();
}
section.opinions .opinions-card .user-info span {
  font-size: 18px;
  color: #0075ff;
  font-weight: bold;
}
section.opinions .opinions-card:hover {
  background-color: rgba(215 211 211);
}
section.opinions .opinions-card:hover h5 {
  text-decoration: underline;
}
section.videos {
  border-radius: 25px;
  padding: 50px;
  background-color: #000;
}
section.videos h2 {
  color: #fff;
  line-height: 50px;
  position: relative;
  margin-right: 30px;
  margin-bottom: 40px;
}
section.videos h2::after {
  border-radius: 25px;
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  top: 0;
  right: -30px;
  background-color: #0075ff;
}
section.videos .slide-img {
  position: relative;
}
section.videos .slide-img img {
  max-height: 250px;
  width: 100%;
  object-fit: cover;
}
section.videos .slide-img i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  font-size: 60px;
  color: #fff;
}
section.videos .slide-text {
  margin-top: 30px;
  text-align: center;
}
section.videos .slide-text .article-title {
  color: #fff;
}
section.videos .swiper {
  width: 100%;
  height: 100%;
  padding: 20px 0 50px;
}
section.videos .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
section.videos .swiper-pagination {
  bottom: -5px;
}
section.videos .swiper-pagination-bullet {
  background-color: #B1AEAE;
  width: 20px;
  height: 20px;
  margin: 10px;
}
section.latest-news {
  padding: 50px;
}
section.latest-news .card-text p {
  margin-top: 10px;
  color: #000;
}
section.latest-news .button {
  background-color: #0075ff;
  color: #fff !important;
  border: 1px solid #0075ff;
  padding: 2px 30px;
  border-radius: 25px;
  transition: all 0.5s;
  text-decoration: none;
  font-size: 20px;
}
section.latest-news .button:hover {
  background-color: #fff;
  color: #0075ff !important;
}

footer {
  padding-bottom: 50px;
}
footer .footer-title {
  margin-bottom: 30px;
  position: relative;
}
footer .footer-title::after {
    border-radius: 25px;
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #0075ff;
    right: 0;
    bottom: -15px;
}
footer .link-unstyled {
  text-decoration: none;
  color: #000;
}
footer .social-media {
  list-style: none;
  padding: 0;
  text-align: center;
}
footer .social-media-icon {
  display: inline;
  margin: 10px;
}
footer .social-media-icon img {
  width: 40px;
}
footer .footer-brand {
  color: #0075ff;
  font-size: 30px;
  margin: auto;
  text-decoration: none;
}

@media (max-width: 1400px) {
  header .header-news .carousel-item h3 {
    font-size: 18px;
  }
  header .header-news .carousel-item h3::after {
    left: 280px;
  }
  header .header-news .carousel-indicators {
    left: -500px;
  }
  .article-title {
    font-size: 18px;
  }
  .article-category {
    
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  header .header-news .carousel-item h3::after {
    left: 340px;
  }
  header .header-news .carousel-indicators {
    left: -400px;
  }
  header .header-news .carousel-news::after {
    height: 170px;
    top: 100px;
  }
  section.news .article-link .article-text h5 {
    font-size: 16px;
  }
  section.most-read .card-text h4 {
    font-size: 22px;
  }
  section.opinions .opinions-card {
    padding: 15px 7px;
  }
  section.opinions .opinions-card .user-info img {
    width: 85px;
  }
  .article-title {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  header .header-news .carousel-item h3::after {
    display: none;
  }
  header .header-news .carousel-indicators {
    left: 0;
  }
  /* header .login {
    display: none;
  }
  header .navbar .login-button .button {
    display: block;
  } */
  section.most-read .card-news {
    padding: 25px;
  }
  section.most-read .card-text h4 {
    font-size: 16px;
  }
  section.most-read .card-text p {
    font-size: 12px;
    margin: 25px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  section.most-read .card-text time {
    font-size: 12px;
  }
  section.most-read .card-img::after {
    height: 20px;
    bottom: -10px;
  }
  section.latest-news .article-title {
    font-size: 14px;
  }
  section.latest-news .article-category {
    font-size: 12px;
  }
  section.latest-news p {
    font-size: 14px;
  }
  .article-title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  header .header-news .carousel-news::after {
    display: none;
  }
  section.most-read .card-news {
    padding: 15px;
  }
  section.most-read .card-img::after {
    display: none;
  }
  section.videos .swiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
  footer {
    text-align: center;
  }
  footer .footer-title {
    color: #004288;
    margin-top: 20px;
  }
  footer .footer-title::after {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */

/* the comment button */
#submit {
  background-color: #0075ff;
  color: #fff;
  border: 1px solid #0075ff;
  padding: 6px 30px;
  border-radius: 25px;
  transition: all 0.5s;
  text-decoration: none;
  font-size: 22px;
  } 
  
#submit:hover {
  background-color: #fff;
  color: #0075ff;
}

.comment-list {
  padding-right: 0rem;
}
ol.children {
  padding-right: 4rem;
}

.user-image {
  background-color:#fff;
  border:1px solid red;    
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  width:50%;
  height: 50%;
}

.single-most-resd-img img{
  height: 70% !important;
}

.most-read-article-img img {
  height: 100% !important;
}

/* ------------------------------------------------------------------------------------- */
.carousel-item {
  height: 490px
}

.carousel-item a {
  color:#fff;
}

span > a {
  color: #fff !important;
}

.news img {
  height: 70%;
}

@media(max-width: 991px) {
  .login > img {
    display: none;
  }

  .login > i {
    display: none;
  }

  header .navbar .login-container {
    position: initial;
    visibility: visible;
    border: none;
    margin: auto!important;
    height: 110px !important;
    width: 80%;
  }
  header .navbar .login-container > p {
    display: none;
  }
  header .navbar .login-container::after {
    visibility: hidden;

  }
}

@media(max-width: 574px) { 
  .news .row {
    display:block;
  }

  section.opinions .opinions-card {
    height: 90%;
  }

}

@media(max-width: 766px) { 
  .most-read .card-text {
    margin-top: 1rem;
  }

}

.card .card-title {
  height: 55px;
  overflow: hidden;
}

@media(max-width: 572px) { 
  .card-text-2 {
    margin-top: 20px;
  }

}

.wp-block-media-text__media img, .wp-block-media-text__media video {
  width: 40px;
  height: 40px;
}

@media(max-width: 766px) { 
  .related-articles .row {
      display: block;
  }

}

@media(max-width: 574px) { 
  .news {
      padding-top: 20px !important;
  }

}

.footer-line {
  margin: 3rem 0 !important;
}

.card {
  border-radius: 25px;
  --bs-card-border-radius: 0rem !important;
}

.must-log-in > a {
  color: red;
}

/* the navbar */
ul.navbar-nav li {
  padding-right: 30px;
}

ul.navbar-nav li a {
  color:#000 !important;
  font-size: 20px;
}

ul.navbar-nav li:hover a {
  color:#0075ff !important;
}

.page-numbers {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 2px 0 0;
  border: 1px solid #eee;
  line-height: 1;
  text-decoration: none;
  border-radius: 20px;
  font-weight: 600;
  color:#0075ff;
}

.page-numbers.current, a.page-numbers:active {
  background: #0075ff;
  color:#fff;
}



/*-------------------------*/


/*--------------------------*/




.newsletter {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../images/newsletter.svg") no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}
.newsletter::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0075ff;
  opacity: 0.9;
}
.newsletter .container {
  position: relative;
  z-index: 1;
  color: white;
}
.newsletter h2 {
  font-weight: bold;
  font-size: 40px;
}
.newsletter p {
  font-size: 18px;
  letter-spacing: 1px;
}




/* End Homepage */



.article-main .article-datetime {
  border-radius: 25px;
  font-size: 20px;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  position: relative;
}



.article-main .article-datetime time::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: #0075ff;
    border-radius: 25px;
}


/*------phone----------*/

/* ======================================== */
/* نمط احترافي - رابط متحرك          */
/* ======================================== */

.phone-link {
  /* --- المظهر والتصميم --- */
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff; /* لون أزرق مميز */
  font-weight: bold;
  text-decoration: none;
  font-size: 1.3em;
  position: relative; /* ضروري لعمل الخط السفلي المتحرك */
  padding-bottom: 5px; /* مسافة للخط السفلي */
  transition: color 0.3s ease;

  /* --- للحفاظ على اتجاه الرقم صحيحاً --- */
  direction: ltr;
  unicode-bidi: embed;
}

/* --- إنشاء خط سفلي باستخدام عنصر :after --- */
.phone-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #004288; /* لون أغمق للخط */
  bottom: 0;
  left: 50%; /* يبدأ من المنتصف */
  transform: translateX(-50%); /* يضمن التمدد من المنتصف */
  transition: width 0.4s ease-in-out;
}

/* --- تأثيرات عند مرور الماوس (Hover) --- */
.phone-link:hover {
  color: #004288; /* تعميق لون النص */
}

.phone-link:hover::after {
  width: 100%; /* تمدد الخط السفلي عند المرور */
}

/* --- أيقونة الهاتف --- */
.phone-link i {
  /* حركة اهتزاز تشبه رنة الهاتف */
  transition: transform 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

/* --- تأثير اهتزاز للأيقونة عند المرور --- */
@keyframes ring {
  0% { transform: rotate(0); }
  25% { transform: rotate(30deg); }
  50% { transform: rotate(-25deg); }
  75% { transform: rotate(20deg); }
  100% { transform: rotate(0); }
}

.phone-link:hover i {
  animation: ring 0.7s 1;
}




/* --- تنسيق الروابط ليتناسب مع هوية الموقع --- */
a {
  color: #007bff; /* اللون الأزرق الأساسي في موقعك */
  text-decoration: none; /* إزالة الخط السفلي الافتراضي */
  transition: color 0.3s ease; /* حركة ناعمة عند تغيير اللون */
}

/* --- تأثير عند مرور الماوس --- */
a:hover {
  color: #0056b3; /* درجة أغمق من اللون الأزرق للتفاعل */
   /* إضافة خط سفلي عند المرور للتأكيد على أنه رابط */
}

/* --- تنسيق الرابط الذي تم زيارته --- */
a:visited {
    /* يمكنك توحيد اللون حتى بعد الزيارة للحفاظ على التصميم */
    color: #007bff;
}

/* في حالة أن الرابط الذي تمت زيارته أصبح بنفسجياً، يمكنك فرض اللون بهذا الشكل */
a:visited:hover {
    color: #0056b3;
}

.carousel-item a {
    color: #ffffff !important; 
}



/* ======================================================= */
/* تنسيق احترافي ومصقول للمحتوى (نسخة مطورة) 		   */
/* ======================================================= */

/* --- 1. تصميم حاوية المحتوى الرئيسية --- */
.page-content,
.entry-content,
.entry-summary {
    background-color: #ffffff; /* خلفية بيضاء نقية للمحتوى */
    max-width: 800px; /* أهم خاصية: تحديد عرض المحتوى لتحسين القراءة */
    margin: 3rem auto; /* توسيط الحاوية في الصفحة مع مسافة علوية وسفلية */
    
    /* Padding ذكي يتأقلم مع حجم الشاشة */
    padding: clamp(1.5rem, 5vw, 3rem); 
    
    border-radius: 12px; /* حواف دائرية ناعمة */
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08); /* ظل احترافي لإبراز الحاوية */
    line-height: 1.8; /* ارتفاع سطر مثالي للقراءة الطويلة */
    font-size: 1.1rem; /* حجم خط أساسي أكبر قليلاً */
    color: #343a40; /* لون نص رمادي داكن مريح */
}

/* --- 2. تنسيق العناوين بشكل أنيق --- */
.entry-content h1,
.entry-content h2,
.entry-content h3 {
    font-family: 'cairo', sans-serif; /* يفضل استخدام خط مخصص للعناوين إذا كان متاحًا */
    color: #1a2a4d;
    margin-top: 2.5em;
    margin-bottom: 1em;
    font-weight: 800;
}

.entry-content h2 {
    font-size: 1.9rem;
    padding-bottom: 0.5rem;
    /* خط سفلي بتدرج لوني خفيف لمسة احترافية */
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #007bff, #00bfff) 1;
}

.entry-content h3 {
    font-size: 1.5rem;
}

/* --- 3. روابط تفاعلية وعصرية --- */
.entry-content a {
    color: #007bff;
    text-decoration: none;
    font-weight: 700;
    position: relative;
    transition: color 0.3s ease;
}
/* تأثير الخط السفلي الذي يظهر عند المرور */
.entry-content a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #009cff;
    bottom: -4px;
    left: 0;
    transform: scaleX(0); /* يبدأ مخفيًا */
    transform-origin: left;
    transition: transform 0.3s ease;
}
.entry-content a:hover {
    color: #0056b3;
}
.entry-content a:hover::after {
    transform: scaleX(1); /* يظهر بالكامل عند المرور */
}


/* --- 4. تنسيق الاقتباسات (Blockquotes) --- */
.entry-content blockquote {
    margin: 2rem 0;
    padding: 1.5rem;
    border-right: 5px solid #007bff; /* تغيير جهة الخط لتناسب العربية */
    background-color: #f8f9fa; /* خلفية بلون مختلف قليلاً */
    font-size: 1.1em;
    font-style: italic;
    color: #555;
    border-radius: 8px;
}
.entry-content blockquote p {
    margin-bottom: 0; /* إزالة الهامش من الفقرة داخل الاقتباس */
}

/* --- 5. قوائم نقطية مصممة --- */
.entry-content ul {
    list-style: none; /* إزالة النمط الافتراضي */
    padding-right: 0;
}
.entry-content ul li {
    padding-right: 30px; /* مسافة للنقطة الجديدة */
    position: relative;
    margin-bottom: 1rem;
}
/* تصميم نقطة مخصصة باستخدام CSS */
.entry-content ul li::before {
    content: '✓'; /* يمكنك استخدام أي رمز أو أيقونة */
    position: absolute;
    top: 0;
    right: 0;
    color: #007bff;
    font-weight: bold;
    font-size: 1.2em;
}



/*    */


.most-read-text {
    border-radius: 25px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}






/* ========================================================= */
/* == تصميم صندوق التواصل في نهاية المقالات (Call to Action) == */
/* ========================================================= */

/* 1. تصميم الحاوية الرئيسية للصندوق */
.post-contact-info {
    background-color: #f4f8fb;  /* لون خلفية هادئ ومختلف عن المقال */
    border-left: 5px solid #005A9C; /* !! شريط جانبي بلون موقعك الأزرق الرئيسي !! */
    padding: 25px 30px;         /* مساحة داخلية مريحة حول النص */
    margin-top: 40px;           /* مسافة تفصل الصندوق عن نهاية المقال */
    margin-bottom: 20px;
    border-radius: 8px;         /* حواف دائرية ناعمة */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); /* ظل خفيف لإبراز الصندوق */
    text-align: center;         /* توسيط كل المحتوى */
}

/* 2. تصميم النص التمهيدي */
.post-contact-info p {
    font-size: 1.1rem;      /* حجم خط أكبر قليلاً */
    color: #555;            /* لون نص رمادي داكن */
    margin-bottom: 15px;    /* مسافة أسفل النص */
    line-height: 1.6;
}

/* 3. تصميم رابط ورقم الهاتف (الأهم) */
.post-contact-info .phone-link {
    display: inline-block; /* ضروري لتطبيق البادينج والخلفية بشكل صحيح */
    background-color: #005A9C; /* !! لون الخلفية بلون موقعك الأزرق الرئيسي !! */
    color: #ffffff;         /* لون النص أبيض */
    padding: 12px 25px;     /* مساحة داخلية تجعله يبدو كزر احترافي */
    border-radius: 50px;    /* حواف دائرية جداً لمظهر عصري */
    font-size: 1.4rem;      /* حجم خط كبير وواضح للرقم */
    font-weight: bold;      /* خط عريض */
    text-decoration: none;  /* إزالة الخط الافتراضي تحت الرابط */
    transition: all 0.3s ease; /* تأثير حركة ناعم عند التفاعل */
}

/* 4. تصميم أيقونة الهاتف */
.post-contact-info .phone-link .fa-phone-alt {
    margin-right: 10px; /* مسافة بين الأيقونة والرقم */
    vertical-align: middle; /* للتأكد من توسط الأيقونة مع الرقم */
}

/* 5. تأثير جميل عند تمرير الماوس فوق رابط الهاتف */
.post-contact-info .phone-link:hover {
    background-color: #004070; /* درجة أغمق من اللون الأزرق عند التمرير */
    box-shadow: 0 5px 20px rgba(0, 90, 156, 0.3); /* ظل أزرق خفيف */
    transform: translateY(-3px); /* رفعه للأعلى قليلاً */
}








/* ======================================================= */
/* == تنسيق الحاوية المنفصلة لقسم المميزات والخدمات == */
/* ======================================================= */

/* تصميم الحاوية الجديدة المنفصلة ذات الخلفية المختلفة */
.features-background {
    background-color: #f8f9fa; /* لون خلفية رمادي فاتح جداً لتمييز القسم */
    padding: 10px 0; /* مساحة كبيرة (بادينج) أعلى وأسفل القسم */
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

/* الحاوية الرئيسية للبطاقات (المميزات) */
.features-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px; /* المسافة بين البطاقات */
}

/* تصميم كل بطاقة على حدة */
.feature-item {
    background-color: #ffffff;
    border: 3px solid #e9ecef;
    border-radius: 25px;
    padding: 35px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

/* تأثير جميل عند تمرير الماوس فوق البطاقة */
.feature-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 91, 156, 0);
    border-color: #005A9C;
    
}

/* تصميم الأيقونة */
.feature-item .feature-icon i {
    font-size: 48px;
    color: #005A9C; /* !! لون موقعك الأزرق الرئيسي !! */
    margin-bottom: 20px;
    display: block;
}

/* تصميم العنوان h2 */
.feature-item h2 {
    font-size: 1.4rem;
    color: #343a40;
    margin-bottom: 15px;
}

/* تصميم النص p */
.feature-item p {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.7;
}


/*
  لجعل خلفية قسم المميزات شفافة
*/
.features-background {
    background-color: transparent !important; /* يجعل لون الخلفية شفافاً */
    background-image: none !important;      /* يزيل أي صورة قد تكون في الخلفية */
    border: none !important;                 /* يزيل أي حدود قد تكون على القسم */
    box-shadow: none !important;             /* يزيل أي ظل قد يكون على القسم */
}






/* ========================================= */
/* ==   تنسيق احترافي لقسم "عنّي" (About)   == */
/* ========================================= */

/* --- 1. التنسيق العام للقسم --- */
#about {
    padding: 80px 0; /* مساحة داخلية أعلى وأسفل القسم */
    background-color: #ffffff; /* خلفية بيضاء للقسم */
}

/* --- 2. تصميم الشبكة الرئيسية (صورة بجانب النص) --- */
#about .about {
    display: grid;
    /* تقسيمه لعمودين، مع إعطاء مساحة أكبر للنص */
    grid-template-columns: 1fr 1.2fr; 
    align-items: center; /* توسيط المحتوى عمودياً */
    gap: 60px; /* مسافة كبيرة بين الصورة والنص */
}

/* --- 3. تصميم حاوية الصورة --- */
#about .about-img {
    border-radius: 25px; /* حواف دائرية للصورة */
    overflow: hidden; /* لضمان تطبيق الحواف الدائرية على الصورة بالداخل */
    box-shadow: 0 15px 40px rgba(0, 90, 156, 0.15); /* ظل أزرق احترافي */
}
#about .about-img img {
    width: 100%;
    height: auto;
    display: block; /* لإزالة أي مسافات إضافية تحت الصورة */
}

/* --- 4. تصميم النصوص والعناوين --- */
#about .about-content .section-title { /* العنوان الرئيسي للقسم */
    padding: 20px;
    font-size: 2.5rem;
    color: #0075ff;
    margin-bottom: 20px;
    font-weight: bold;
}

#about .about-content h3 { /* العناوين الفرعية (أسلوبي في العمل) */
    font-size: 1.5rem;
    color: #005A9C; /* !! لونك الأزرق الرئيسي !! */
    margin-top: 30px;
    margin-bottom: 15px;
}

#about .about-content p { /* النصوص العادية */
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

/* --- 5. تصميم شبكة المبادئ (values-grid) --- */
#about .values-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* عمودان على الشاشات الكبيرة */
    gap: 25px;
    margin-top: 40px;
}

#about .value-item {
    display: flex;
    align-items: flex-start; /* الأيقونة في الأعلى بمحاذاة النص */
    gap: 15px;
}

#about .value-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%; /* دائرة كاملة */
    background-color: #005A9C; /* !! لونك الأزرق الرئيسي !! */
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

#about .value-item h4 {
    font-size: 1.1rem;
    color: #343a40;
    margin-top: 0;
    margin-bottom: 5px;
}
#about .value-item p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* --- 6. التجاوب مع الشاشات (الأهم) --- */

/* للشاشات المتوسطة (التابلت) والأصغر */
@media (max-width: 992px) {
    #about .about {
        grid-template-columns: 1fr; /* تحويل الشبكة الرئيسية لعمود واحد */
        gap: 40px;
    }
}

/* للشاشات الصغيرة (الجوال) */
@media (max-width: 767px) {
    #about .values-grid {
        grid-template-columns: 1fr; /* تحويل شبكة المبادئ لعمود واحد */
    }

    #about .about-content .section-title {
        font-size: 2rem; /* تصغير حجم الخطوط */
    }
    #about .about-content h3 {
        font-size: 1.3rem;
    }
    #about .about-content p {
        font-size: 1rem;
    }
}



/* ========================================= */
/* ==   تنسيق احترافي لقسم الخدمات (Services)   == */
/* ================================================= */

/* --- 1. التنسيق العام للقسم --- */
#services {
    padding: 80px 0;
    background-color: #f8f9fa; /* خلفية بلون رمادي فاتح جداً لتمييز القسم */
}

/* --- 2. تنسيق عنوان القسم العلوي --- */
#services .section-header {
    text-align: center; /* توسيط العنوان والنص */
    margin-bottom: 50px; /* مسافة أسفل العنوان */
}

#services .section-title {
    padding: 20px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 15px;
}

#services .section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 700px; /* تحديد عرض النص لسهولة القراءة */
    margin: 0 auto; /* توسيط النص */
}

/* --- 3. تصميم شبكة الخدمات (الأهم) --- */
#services .services-grid {
    display: grid;
    /* شبكة مرنة تتكيف مع حجم الشاشة تلقائياً */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px; /* المسافة بين بطاقات الخدمات */
}

/* --- 4. تصميم بطاقة الخدمة الواحدة --- */
#services .service-card {
    background-color: #ffffff;
    border-radius: 25px;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid #e9ecef;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}

/* تأثير احترافي عند تمرير الماوس فوق البطاقة */
#services .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 90, 156, 0.12);
}

/* --- 5. تصميم أيقونة الخدمة --- */
#services .service-icon {
    margin: 0 auto 25px auto; /* توسيط الدائرة وترك مسافة أسفلها */
    width: 70px;
    height: 70px;
    border-radius: 50%; /* دائرة كاملة */
    background-color: #005A9C; /* !! لونك الأزرق الرئيسي !! */
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem; /* حجم الأيقونة بالداخل */
    transition: all 0.3s ease;
}

#services .service-card:hover .service-icon {
    transform: scale(1.1) rotate(10deg); /* تأثير حركة للأيقونة عند التمرير */
}

/* --- 6. تنسيق نصوص البطاقة --- */
#services .service-card h3 {
    font-size: 1.4rem;
    color: #343a40;
    margin-bottom: 15px;
}

#services .service-card p {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.7;
}

/* --- 7. التجاوب مع الشاشات الصغيرة --- */
@media (max-width: 767px) {
    #services {
        padding: 60px 0;
    }
    #services .section-title {
        font-size: 2rem;
    }
}





/* ========================================= */
/* ==   تنسيق احترافي لقسم التواصل (Contact)   == */
/* ================================================= */

/* --- 1. التنسيق العام للقسم --- */
#contact {
    padding: 80px 0;
    background-color: #ffffff;
}

#contact .section-header {
    text-align: center;
    margin-bottom: 50px;
}
#contact .section-title {
    padding: 20px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #007bff;
}
#contact .section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 700px;
    margin: 15px auto 0 auto;
}

/* --- 2. حاوية معلومات ونموذج التواصل --- */
#contact .contact-container {
    display: grid;
    grid-template-columns: 1fr 1.5fr; /* عمود للمعلومات وعمود أكبر للنموذج */
    gap: 50px;
    align-items: flex-start;
    margin-bottom: 60px;
}

/* --- 3. تصميم بطاقات معلومات التواصل --- */
#contact .contact-info .contact-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
#contact .contact-info .contact-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #005A9C1A; /* أزرق شفاف جداً */
    color: #005A9C; /* لون الأيقونة أزرق */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
#contact .contact-info h3 {
    font-size: 1.2rem;
    color: #343a40;
    margin: 0 0 5px 0;
}
#contact .contact-info p,
#contact .contact-info p a {
    font-size: 1rem;
    color: #555;
    margin: 0;
    text-decoration: none;
    transition: color 0.3s;
}
#contact .contact-info p a:hover {
    color: #005A9C;
}


/* --- 4. تصميم نموذج التواصل --- */
#contact .contact-form {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 25px;
    border: 1px solid #e9ecef;
}
#contact .form-group {
    margin-bottom: 20px;
}
#contact .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #495057;
}
#contact .form-control {
    width: 100%;
    padding: 12px;
    border: 1px solid #ced4da;
    border-radius: 25px;
    transition: border-color 0.3s, box-shadow 0.3s;
}
#contact .form-control:focus {
    outline: none;
    border-color: #005A9C;
    box-shadow: 0 0 0 3px rgba(0, 90, 156, 0.15);
}
#contact .btn {
    width: 100%;
    padding: 15px;
    font-size: 1.1rem;
    font-weight: bold;
    background-color: #005A9C;
    color: #ffffff;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s;
}
#contact .btn:hover {
    background-color: #004070;
}

/* --- 5. تصميم الخريطة --- */
#contact .map iframe {
    width: 100%;
    height: 400px;
    border-radius: 25px;
    border: 1px solid #e9ecef;
}

/* --- 6. التجاوب مع الشاشات --- */
@media (max-width: 992px) {
    #contact .contact-container {
        grid-template-columns: 1fr; /* تحويل الشبكة لعمود واحد */
    }
}

/* ===================================== */
/* ==   تنسيق قسم حقوق النشر (Copyright)   == */
/* ===================================== */

.copyright-area {
    margin-top: 40px;
    background-color: #233140; /* لون أغمق قليلاً من الفوتر الرئيسي */
    padding: 20px 0;
    text-align: center;
}

.copyright-area p {
    margin: 0;
    font-size: 0.9rem;
    color: #bdc3c7; /* نفس لون نصوص الفوتر الفاتحة */
}

.copyright-area a {
    color: #ffffff; /* جعل اسم الموقع باللون الأبيض لتمييزه */
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.copyright-area a:hover {
    color: #005A9C; /* !! لون موقعك الأزرق الرئيسي عند التمرير !! */
}





input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 3px;
}


/* ===================================== */
/* ==   تنسيق صفحة "اطلب تقييم"   == */
/* ===================================== */

.review-us-container {
    margin-top: 60px !important;
    max-width: 800px;
    margin: 40px auto;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 25px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.07);
}

.review-header {
    text-align: center;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.review-header h2 {
    font-size: 2.2rem;
    color: #007bff;
    margin-bottom: 15px;
}

.review-header p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.7;
}

.review-methods {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

@media (min-width: 768px) {
    .review-methods {
        grid-template-columns: 1fr 1fr;
    }
}

.review-box {
    text-align: center;
    padding: 25px;
    background-color: #f8f9fa;
    border-radius: 25px;
}

.review-box h3 {
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 15px;
    color: #343a40;
}

.review-button {
    margin-top: 55px;
    display: inline-block;
    background-color: #005A9C; /* لونك الأزرق الرئيسي */
    color: #ffffff !important;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.review-button:hover {
    background-color: #004070;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 90, 156, 0.2);
}

.review-qr-code {
    max-width: 180px;
    height: auto;
    border: 5px solid #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-radius: 5px;
}

.review-footer {
    text-align: center;
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid #e9ecef;
    color: #6c757d;
}



