body{
  font-size: 15px;
}
.esc-heading.small-border.text-center h3{
  font-size: 30px;
}
.parallax {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center !important;
}
.contact-info.text-center .fa-phone,.contact-info.text-center .fa-map-marker,.contact-info.text-center .fa-envelope{
  font-size: 30px !important;
}
.text-center{
  text-align: center !important;
}
.btn-dark.btn-theme-colored:hover{
  background-color: #0688c0 !important;
}

.btn-theme-colored:hover{
  background-color: #0688c0 !important;
}
.row.mt-40 img {
  transition: all 0.3s ease;
  transform: scale(1);
}
.pull-right.badge.bg-primary{
  background-color: #006793;
}
.text-white .text-gray{
  color: #fff !important;
}
.row.mt-40 img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.post.clearfix.mb-30.bg-lighter{
  transition: all 0.3s ease;
  transform: scale(1);
 min-height: 720px;
}
.post.clearfix.mb-30.bg-lighter:hover{
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.contact-info.text-center .text-gray{
  font-size: 14px;
}
.fa{
  font-size: 15px !important;
}
.menuzord-menu ul.dropdown li a {
  font-size: 15px;
}
.menuzord-brand{
  margin: 0 !important;
}
.menuzord-brand img {
  max-height: 80px;
}

.clients-logo img{
  opacity: 1 !important;
}
.img-fullwidth {
  min-height: 350px;
      max-height: 700px;
    }
.img-fullwidth.auction-img-1 {
  padding: 100px;
  padding-bottom: 0;
}
.img-fullwidth.auction-img-2 {
  padding: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.panel-group .panel-title .active .fa-trophy{
  color: #fff !important;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
th, td {
  border: 1px solid #ddd;
  padding: 5px;
  text-align: center;
}
th {
  /* background-color: #006793; */
  color: white;
  font-weight: bold;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}

.panel-group .panel-content.point{
  padding: 0px 0px 0px;
}

/* تأثيرات الهوفر للروابط */
.footer-links a.footer-link {
  color: #bbb; /* لون النص الافتراضي */
  text-decoration: none;
  padding: 5px 0;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}

/* تأثير الخط المتحرك من اليسار */
.footer-links a.footer-link::before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #006793; /* لون الخط */
  transition: width 0.3s ease;
}

.footer-links a.footer-link:hover {
  color: #fff; /* لون النص عند الهوفر */
  padding-left: 10px; /* تحريك النص قليلاً */
}

.footer-links a.footer-link:hover::before {
  width: 100%; /* عرض الخط عند الهوفر */
}


.angle-double-right a.footer-link:hover::after {
  opacity: 1;
  margin-left: 12px;
}

/* تأثيرات إضافية للقوائم */
.footer-links li {
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.footer-links li:hover {
  transform: translateX(5px);
}

.section-content .text-uppercase.mt-0.text-theme-colored{
  text-align: left;
}

.section-content p{
  text-align: left;
}

.event .post:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* مثال لظل عند التحويم */
  transform: translateY(-5px); /* مثال لتحريك العنصر للأعلى قليلاً عند التحويم */
  transition: all 0.3s ease; /* لتطبيق الانتقال بسلاسة */
}

.event .post:hover .entry-title a {
  color: #your-theme-color; /* غير هذا للون الذي تريده عند التحويم لعنوان المقال */
}

.event .post:hover .entry-date {
  background-color: #your-darker-theme-color; /* غير هذا للون أغمق قليلاً لتاريخ الدخول عند التحويم */
}

.news .post:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* مثال لظل عند التحويم */
  transform: translateY(-5px); /* مثال لتحريك العنصر للأعلى قليلاً عند التحويم */
  transition: all 0.3s ease; /* لتطبيق الانتقال بسلاسة */
}

.news .post:hover .entry-title a {
  color: #your-theme-color; /* غير هذا للون الذي تريده عند التحويم لعنوان المقال */
}

.news .post:hover .entry-date {
  background-color: #your-darker-theme-color; /* غير هذا للون أغمق قليلاً لتاريخ الدخول عند التحويم */
}
.heading-line-bottom{
  margin: 40px 0;
}

@media (max-width: 768px) {
  .menuzord .showhide{
    padding: 25px 0 0;
  }

  .img-fullwidth.auction-img-1 {
    padding: 10px;
  }
  .img-fullwidth.auction-img-2 {
    padding: 10px;
  }

  .widget.dark img{
    width: 250px;
  }
  .widget.dark.logo-footer{
    text-align: center;
  }

  .heading-line-bottom{
    margin: 40px 0;
  }

  .contact-info.text-center{
    padding-bottom: 11px;
  }

}
