.elementor-kit-3{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Noto Kufi Arabic";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Kufi Arabic";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-3 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
  margin: 0;
  font-family: "Almarai", sans-serif;
  background-color: #f9f9f9;
}

.scroll-to-top-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.scroll-to-top-btn img {
  width: 30px;
  height: 30px;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #003049;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  color: #333;
  padding-right: 50px;
  padding-left: 50px;
}

.top-bar-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-bar-left {
  display: flex;
  align-items: center;
  gap: 20px;
  color: white;
}

.logo {
  object-fit: cover;
}

.contact-us {
  display: flex;
  align-items: center;
  gap: 5px;
}

.main-container {
  display: flex;
  align-items: baseline;
  flex-direction: column;

  background-color: #003049;

  background-image: url("assets/LIMU-university-front-side.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
}

.main-container h1 {
  align-self: flex-start;
  font-size: 28px;
  color: white;
  padding-right: 50px;
  padding-left: 50px;
}

.main-container-1 {
  /* height: 200px; */
  display: flex;
  flex-direction: row;
  background-color: white;

  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  gap: 30px;
  align-items: flex-start;
  color: #003049;
  padding: 30px;
}

.main-container-1 img {
  width: 300px;
  height: auto;
  /* border-radius: 8px; */
}

.main-container-1 .text-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.main-container-1 h2 {
  margin: 0;
  font-size: 24px;
  color: #003049;
}

.main-container-1 p {
  margin: 0;
  line-height: 1.8;
  font-size: 16px;
  color: #333;
}

.social-media {
  background-color: #eeeeee;

  height: 70px;
  align-items: center;

  display: flex;
  justify-content: center;
  justify-items: center;
  border-bottom: 1px solid #003049;
}
.social-media img {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  margin-left: 20px;
}
.footer-content {
  display: flex;
  justify-content: space-around;
  background-color: white;

  gap: 20px;
  flex-wrap: wrap;
  direction: rtl;
}

.footer-column {
  flex: 1;
  min-width: 250px;
  max-width: 300px;
  padding: 40px 20px;
}

.footer-column h3 {
  color: #002147;
  font-size: 18px;
  margin-bottom: 15px;
}
.google-btn {
  margin-top: 15px;
  background-color: #ed1c24;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}

.google-btn:hover {
  background-color: #c3141a;
}

.footer-bottom {
  position: relative;
  background-color: #003049;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.footer-bottom p {
  color: white;
  font-size: 14px;
  margin: 0;
  text-align: center;
}

.limu-word {
  color: #c3141a;
}

/* New styles for main-container-2 */
.main-container-2 {
  display: flex;
  flex-direction: row; /* Sidebar on the right for RTL */
  background-color: white;
  margin-top: 30px;
  padding: 30px;
  gap: 30px;
  align-items: flex-start;
  width: 100%; /* Ensure it takes full width */
  box-sizing: border-box; /* Include padding in width */
}

.sidebar {
  width: 250px;
  background-color: #003049;
  padding: 20px;
  color: white;
  border-radius: 8px;
  flex-shrink: 0; /* Prevent sidebar from shrinking */
}

.sidebar-item {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.sidebar-item:hover {
  background-color: #004060;
}

.sidebar-item.active {
  background-color: #28a745; /* Green color for active item */
}

.info-icon {
  width: 12px;
  height: 12px;
  background-color: #90ee90; /* Light green circle */
  border-radius: 50%;
  margin-left: 10px; /* Space between icon and text */
  flex-shrink: 0;
}

.sidebar-item span {
  font-size: 16px;
  white-space: nowrap; /* Prevent text wrapping */
}

.main-content {
  flex: 1;
  padding: 20px;
  text-align: right;
  color: #333;
}

.main-content h2 {
  font-size: 28px;
  color: #003049;
  margin-bottom: 20px;
}

.main-content p {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 15px;
}

.dean-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0;
}

.dean-info img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #003049; /* Border around image */
}

.dean-info h3 {
  font-size: 20px;
  color: #003049;
  margin-top: 15px;
}

.hidden-section {
  display: none;
}

.content-section {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  background-color: #fdfdfd;
}

.content-section:last-child {
  margin-bottom: 0;
}

.section-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #003049;
}

.section-header h2 {
  margin: 0;
  font-size: 24px;
  color: #003049;
}

.section-icon {
  width: 40px;
  height: 40px;
  margin-left: 15px;
  object-fit: cover;
  border-radius: 50%; /* Make icons circular if desired */
}

.content-section ul {
  list-style: none; /* Remove default bullet points */
  padding: 0;
  margin: 0;
}

.content-section li {
  margin-bottom: 10px;
  line-height: 1.8;
  font-size: 16px;
  color: #333;
  position: relative;
  padding-right: 20px; /* Space for custom bullet */
}

.content-section li::before {
  content: "2022"; /* Unicode for a bullet point */
  color: #003049; /* Color of the bullet */
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-right: -1em;
  position: absolute;
  right: 0;
  top: 0;
}

.organizational-text {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 8px;
  background-color: #fdfdfd;
}

.organizational-text p {
  font-weight: bold;
  margin-bottom: 10px;
  color: #003049;
}

.organizational-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.organizational-text li {
  margin-bottom: 8px;
  line-height: 1.6;
  font-size: 15px;
  color: #333;
  position: relative;
  padding-right: 20px;
}

.organizational-text li::before {
  content: "2022"; /* Unicode for a bullet point */
  color: #003049; /* Color of the bullet */
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-right: -1em;
  position: absolute;
  right: 0;
  top: 0;
}

.agency-tasks-text {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 8px;
  background-color: #fdfdfd;
}

.agency-tasks-text p {
  font-weight: bold;
  margin-bottom: 10px;
  color: #003049;
}

.agency-tasks-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.agency-tasks-text li {
  margin-bottom: 8px;
  line-height: 1.6;
  font-size: 15px;
  color: #333;
  position: relative;
  padding-right: 20px;
}

.agency-tasks-text li::before {
  content: "2022"; /* Unicode for a bullet point */
  color: #003049; /* Color of the bullet */
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-right: -1em;
  position: absolute;
  right: 0;
  top: 0;
}

.permanent-committees-text {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 8px;
  background-color: #fdfdfd;
}

.permanent-committees-text p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.6;
}

.permanent-committees-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.permanent-committees-text li {
  margin-bottom: 8px;
  line-height: 1.6;
  font-size: 15px;
  color: #333;
  position: relative;
  padding-right: 20px;
}

.permanent-committees-text li::before {
  content: "2022"; /* Unicode for a bullet point */
  color: #003049; /* Color of the bullet */
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-right: -1em;
  position: absolute;
  right: 0;
  top: 0;
}

.academic-council-text ul {
  list-style: none; /* Remove default bullet points */
  padding: 0;
  margin: 0;
}

.academic-council-text li {
  margin-bottom: 8px;
  line-height: 1.6;
  font-size: 15px;
  color: #333;
  position: relative;
  padding-right: 20px; /* Space for custom bullet */
}

.academic-council-text li::before {
  content: "2022"; /* Unicode for a bullet point */
  color: #003049; /* Color of the bullet */
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-right: -1em;
  position: absolute;
  right: 0;
  top: 0;
}

.dean-responsibilities-text ul {
  list-style: none; /* Remove default bullet points */
  padding: 0;
  margin: 0;
}

.dean-responsibilities-text li {
  margin-bottom: 8px;
  line-height: 1.6;
  font-size: 15px;
  color: #333;
  position: relative;
  padding-right: 20px; /* Space for custom bullet */
}

.dean-responsibilities-text li::before {
  content: "2022"; /* Unicode for a bullet point */
  color: #003049; /* Color of the bullet */
  font-weight: bold;
  display: inline- sozinho;
  width: 1em;
  margin-right: -1em;
  position: absolute;
  right: 0;
  top: 0;
}

.hidden {
  display: none !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .top-bar {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 20px;
  }

  .top-bar-right,
  .top-bar-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
  }

  .main-container {
    height: auto;
    padding: 20px;
  }

  .main-container h1 {
    font-size: 24px;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .main-container-1 {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
    align-items: center;
  }

  .main-container-1 img {
    width: 100%;
    max-width: 300px;
  }

  .main-container-2 {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .sidebar {
    width: 100%;
    max-width: none;
  }

  .main-content {
    padding: 10px;
  }

  .main-content h2 {
    font-size: 24px;
  }

  .footer-content {
    flex-direction: column;
    padding: 20px;
    gap: 30px;
  }

  .footer-column {
    min-width: unset;
    max-width: unset;
    padding: 0;
    text-align: center;
  }

  .footer-column h3 {
    font-size: 20px;
  }

  .footer-bottom {
    height: auto;
    padding: 15px 10px;
  }

  .footer-bottom p {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .top-bar {
    font-size: 12px;
  }

  .main-container h1 {
    font-size: 20px;
  }

  .main-container-1 p,
  .main-content p,
  .content-section li,
  .organizational-text li,
  .agency-tasks-text li,
  .permanent-committees-text li,
  .academic-council-text li,
  .dean-responsibilities-text li {
    font-size: 14px;
  }

  .google-btn {
    padding: 8px 20px;
    font-size: 12px;
  }
}/* End custom CSS */