@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
.footer {
  display: flex;
  flex-direction: column;
  background-color: #282828;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 0.5rem;
}

.footer .container {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  flex-direction: column;
  gap: 3rem;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .footer .container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .footer .container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .footer .container {
    justify-content: center;
    gap: 1rem;
    align-items: center;
    text-align: center;
  }
  .footer .container .contact_footer {
    justify-self: start;
    text-align: center;
  }
}

.vistor {
  text-align: center;
}

@media (min-width: 768px) {
  .footer .container {
    flex-direction: row;
    align-items: flex-start;
  }
}
.footer .order-3 {
  order: 4;
}

@media (min-width: 768px) {
  .footer .order-3 {
    order: 1;
  }
}
.footer .grid {
  display: grid;
  grid-template-columns: 28px auto;
  justify-content: start;
  justify-items: start;
  align-content: start;
  align-items: start;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.footer h6 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  grid-column: span 2/span 2;
  width: 100%;
  color: #fff;
}

@media (min-width: 768px) {
  .footer h6 {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footer .phone,
.footer .whatsapp,
.footer .address,
.footer .email,
.footer .facebook {
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.footer .phone,
.footer .whatsapp,
.footer .address,
.footer .email,
.footer .facebook {
  display: flex;
  align-items: center;
  justify-content: start;
}

.footer .address,
.footer .email,
.footer .facebook {
  justify-content: center;
}

.footer .text-base {
  font-size: 1rem;
  color: #fff;
}

.footer .text-lg {
  font-size: 1.125rem;
}

.footer .font-bold {
  font-weight: bold;
}

.footer .mb-2 {
  margin-bottom: 0.5rem;
}

.footer .mb-6 {
  margin-bottom: 1.5rem;
}

.footer .w-full {
  width: 100%;
}

.footer .w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.footer .w-60 {
  width: 15rem;
}

.footer .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.footer .mb-2 {
  margin-bottom: 0.5rem;
}

.footer .pt-12 {
  padding-top: 3rem;
}

.footer .text-center {
  text-align: center;
}

.footer .text-left {
  text-align: left;
}

.footer .text-xs {
  font-size: 0.75rem;
}

.footer .order-1 {
  order: 1;
}

.footer .order-2 {
  order: 3;
}

.footer .order-first {
  order: 9;
}
@media (max-width: 767px) {
  .footer .order-first {
    order: 1;
  }
}

@media (min-width: 768px) {
  .footer .order-last {
    order: 9999;
  }
  .footer .md\:order-first {
    order: 1;
  }
  .footer .md\:order-last {
    order: 9999;
  }
  .footer .md\:flex-row {
    flex-direction: row;
  }
  .footer .md\:items-start {
    align-items: flex-start;
  }
}
.footer .gap-2 {
  gap: 0.5rem;
}

.footer .gap-12 {
  gap: 3rem;
}

.footer .items-center {
  align-items: center;
}

.footer .items-start {
  align-items: flex-start;
}

.footer .justify-between {
  justify-content: space-between;
}

.footer .justify-center {
  justify-content: center;
}

.footer .justify-start {
  justify-content: flex-start;
}

.footer .content-start {
  align-content: flex-start;
}

.footer .stroke-white {
  stroke: #fff;
}

.footer-fast-links {
  padding-bottom: 1rem;
}
.footer-fast-links h6 {
  text-align: right;
}
.footer-fast-links .fast-links-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  order: 3;
  text-align: right;
  padding: 0;
  margin-left: 0;
}
.footer-fast-links .fast-links-menu a {
  color: #fff;
  text-align: right;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s;
}
.footer-fast-links .fast-links-menu a:hover {
  color: #0073aa; /* لون أزرق */
}

.footer .container .contact_footer {
  text-align: right;
}
.footer .container .contact_footer h6 {
  text-align: right;
}
.footer .container .contact_footer a,
.footer .container .contact_footer a span {
  text-align: start;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.3s;
}
.footer .container .contact_footer a:hover,
.footer .container .contact_footer a span:hover {
  color: #0073aa; /* لون أزرق */
}

.footer .footer-gallery {
  order: 3;
  width: 100%;
  max-width: 28rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer .footer-gallery {
    order: 2;
  }
}
.footer .footer-gallery .gallery-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 100%;
  align-items: center;
  justify-items: center;
  gap: 0.5rem;
}
.footer .footer-gallery img {
  position: relative;
  width: 5rem;
  height: 5rem;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #fff;
  border: 1.5px solid #eaeaea;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s, box-shadow 0.3s, filter 0.3s, border-color 0.3s;
  cursor: pointer;
}
.footer .footer-gallery img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
}
.footer .footer-gallery img:hover {
  transform: scale(1.08) rotate(-2deg);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  filter: brightness(1.1) saturate(1.2);
  border-color: #0073aa;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  src: url("../fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../fontawesome/webfonts/fa-solid-900.woff") format("woff");
  font-display: block;
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  src: url("../fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../fontawesome/webfonts/fa-regular-400.woff") format("woff");
  font-display: block;
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  src: url("../fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../fontawesome/webfonts/fa-brands-400.woff") format("woff");
  font-display: block;
}
article h1,
section h1,
aside h1,
nav h1 {
  font-size: 2rem; /* or any size you want */
}

.btn {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  padding: 10px 24px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  text-align: center;
  text-decoration: none;
}

.btn-primary {
  background: #0073aa;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  background: #005177;
  color: #fff;
}

.btn-secondary {
  background: #e0e0e0;
  color: #222;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #bdbdbd;
  color: #111;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  background: #eef2f5;
  font-family: "Tajawal", sans-serif;
  color: #226;
  margin: 0;
  overflow-x: hidden;
  background-color: #eef2f5;
}

#wpadminbar {
  position: fixed;
  top: 0;
  background: #23282d;
  color: #fff;
  z-index: 1000;
}

.button {
  background: blue;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background 0.2s;
}
.button:hover {
  background-color: #222;
}

.wp-caption {
  max-width: 100%;
  padding: 5px;
  margin: 10px 0;
  border: 1px solid #ddd;
  background: #f9f9f9;
  text-align: center;
  font-size: 13px;
  color: #555;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  height: auto;
}

.wp-caption-text {
  margin-top: 5px;
  font-style: italic;
}

.gallery-caption {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-top: 5px;
}

.gallery-item {
  margin-bottom: 20px;
}

.gallery-item img {
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Default offset for logged-out users */
.header {
  top: 0;
}

/* Offset for logged-in users */
.admin.bar {
  position: sticky;
  top: 0;
}

.nojq.mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.admin-bar .header {
  top: 32px; /* Admin bar height on desktop */
}

@media screen and (max-width: 782px) {
  .admin-bar .header {
    top: 46px; /* Admin bar height on mobile */
  }
}
/* تنسيق النصوص */
p {
  line-height: 1.6;
  margin-bottom: 15px;
}

/* تنسيق العناوين */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  margin-bottom: 10px;
}

/* تنسيق القوائم */
ul,
ol {
  margin-left: 20px;
  margin-bottom: 15px;
}

li {
  margin-bottom: 5px;
}

/* تنسيق الجداول */
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

th {
  background-color: #f2f2f2;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #0073aa; /* لون أزرق */
  transition: color 0.3s ease;
}

a:hover {
  color: #005177; /* لون أزرق أغمق عند التمرير */
}

/* تنسيق الأزرار */
.button {
  background-color: #0073aa; /* لون أزرق */
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #005177; /* لون أزرق أغمق عند التمرير */
}

/* تنسيق النماذج */
form {
  margin-bottom: 20px;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
}

input[type=submit] {
  background-color: #0073aa; /* لون أزرق */
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

input[type=submit]:hover {
  background-color: #005177; /* لون أزرق أغمق عند التمرير */
}

/* تنسيق الرسائل */
.message {
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.message.success {
  background-color: #d4edda; /* لون أخضر فاتح */
  color: #155724; /* لون أخضر داكن */
}

.message.error {
  background-color: #f8d7da; /* لون أحمر فاتح */
  color: #721c24; /* لون أحمر داكن */
}

/* تنسيق التنبيهات */
.alert {
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.alert.info {
  background-color: #d1ecf1; /* لون أزرق فاتح */
  color: #0c5460; /* لون أزرق داكن */
}

.alert.warning {
  background-color: #fff3cd; /* لون أصفر فاتح */
  color: #856404; /* لون أصفر داكن */
}

/* تنسيق الروابط الاجتماعية */
.social-links {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
}

.social-links li {
  display: inline;
}

.social-links a {
  text-decoration: none;
  color: #0073aa; /* لون أزرق */
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #005177; /* لون أزرق أغمق عند التمرير */
}

/* bypostauthor */
.bypostauthor {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.bypostauthor img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.bypostauthor .author-name {
  font-weight: bold;
  color: #0073aa; /* لون أزرق */
}

.bypostauthor .author-name:hover {
  color: #005177; /* لون أزرق أغمق عند التمرير */
}

.alignright {
  float: right;
  margin-left: 20px;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.partnerships-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  justify-items: center;
}

@media (min-width: 640px) {
  .partnerships-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .partnerships-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .partnerships-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.partnership-card {
  width: 20rem;
  border-radius: 0.375rem; /* rounded-md */
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  display: block;
}

@media (max-width: 1024px) {
  .container {
    max-width: 900px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (max-width: 480px) {
  .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.img-container:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.post-image:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.university-content {
  background: #fff;
  box-shadow: 0 2px 16px rgba(30, 41, 59, 0.08);
  margin: 0 auto;
  padding: 2.5rem 2rem;
  max-width: 900px;
  color: #222;
}

.university-content h1,
.university-content h2,
.university-content h3 {
  color: #0073aa;
  font-family: "Tajawal", sans-serif;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.university-content p {
  font-size: 1.15rem;
  color: #222;
  margin-bottom: 1.25rem;
}

.university-featured-image {
  width: 100%;
  max-width: 700px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  margin: 0 auto 2rem auto;
  display: block;
}

.university-meta {
  display: flex;
  gap: 2rem;
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.5rem;
  justify-content: flex-start;
}

.university-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.university-card {
  background: #f8fafc;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(30, 41, 59, 0.07);
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.university-content ul,
.university-content ol {
  margin-left: 2rem;
  margin-bottom: 1.5rem;
}

.university-content li {
  font-size: 1.08rem;
  margin-bottom: 0.5rem;
}

.university-content blockquote {
  background: #f1f5f9;
  border-left: 4px solid #0073aa;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #226;
  border-radius: 8px;
}

.university-content img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  margin: 1.5rem 0;
}

.university-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  background: #f8fafc;
  border-radius: 8px;
  overflow: hidden;
}

.university-content th,
.university-content td {
  border: 1px solid #eaeaea;
  padding: 12px;
  text-align: left;
}

.university-content th {
  background-color: #e3eaf2;
  font-weight: bold;
}

.university-content a {
  color: #0073aa;
  text-decoration: underline;
  transition: color 0.3s;
}

.university-content a:hover {
  color: #005177;
}

.breadcrumbs-container .msud-breadcrumbs {
  display: flex;
  gap: 8px;
  color: white;
}
.breadcrumbs-container .msud-breadcrumbs span {
  color: white;
}
.breadcrumbs-container .msud-breadcrumbs a {
  color: inherit;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.breadcrumbs-container .msud-breadcrumbs a:hover {
  color: white;
}

/* Jobs grid and card styles converted from Tailwind utility classes */
.jobs-grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .jobs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .jobs-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.job-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(30, 41, 59, 0.08);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.job-card .university-featured-image {
  margin-bottom: 1rem;
}

.job-card h2 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #0073aa;
}

.job-card .text-base {
  color: #555;
  margin-bottom: 0.75rem;
}

.job-card .btn {
  margin-top: auto;
  color: white;
  text-decoration: none;
}
.job-card .btn:hover {
  background-color: #005177;
  color: white;
}/*# sourceMappingURL=styles.css.map */