/* styles.css */
@charset "UTF-8";


.pdf-cards {
  display: flex;
  flex-wrap: wrap;
}

.pdf-card {
  border-radius: 8px;

  display: inline-block;
  width: 200px; /* Adjust the width as desired */
  height: 50px; /* Adjust the height as desired */
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px;
  margin: 10px;
}

.pdf-card span {
  font-size: 16px; /* Adjust the font size as desired */
}




#logo-section {
  display: flex; /* Use flexbox to align items */
  align-items: center; /* Align items vertically */
  justify-content: flex-start; /* Align items horizontally */
  margin-top: 10px; /* Add margin to move the logo section away from the top */
}
.image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.image-container img {
  max-width: 400px;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.logo-image {
  width: 120px; /* Adjust the width as needed */
  height: 120px; /* Adjust the height as needed */
  object-fit: cover; /* Ensures the image fills the container */
  padding: 10px; /* Add padding around the logo image */
  border-radius: 20px; /* Adjust the border-radius to make it more rounded */
}

.header-title {
  margin-left: 10px; /* Add margin to create space between logo and title */
}
.logo-image {
  width: 120px; /* Adjust the width as needed */
  height: 120px; /* Adjust the height as needed */
  object-fit: cover; /* Ensures the image fills the container */
  padding: 10px; /* Add padding around the logo image */
  border-radius: 20px; /* Adjust the border-radius to make it more rounded */
  margin-top: 10px; /* Add margin to move the logo away from the top */
}

header {
  display: flex;
  align-items: center; /* Align items vertically */
  justify-content: flex-start; /* Align items horizontally */
}

.header-title {
  margin-left: 10px; /* Add margin to create space between logo and title */
}
.logo-image {
  width: 120px; /* Adjust the width as needed */
  height: 120px; /* Adjust the height as needed */
  object-fit: cover; /* Ensures the image fills the container */
  padding: 10px; /* Add padding around the logo image */
  border-radius: 20px; /* Adjust the border-radius to make it more rounded */
  margin-top: 10px; /* Add margin to move the logo away from the top */
}

header {
  display: flex;
  align-items: center; /* Align items vertically */
  justify-content: flex-start; /* Align items horizontally */
}

.header-title {
  margin-left: 10px; /* Add margin to move the title away from the logo */
}
.logo-image {
  width: 120px; /* Adjust the width as needed */
  height: 120px; /* Adjust the height as needed */
  object-fit: cover; /* Ensures the image fills the container */
  padding: 10px; /* Add p
  
  adding around the logo image */
  border-radius: 20px; /* Adjust the border-radius to make it more rounded */

}
@media (max-width: 1000px) {
  .event-card {
    display: flex;
    flex-direction: column-reverse;
  }

  .event-image {
    margin-bottom: 1rem;
  }
}
header {
  display: flex;
  justify-content: space-between;
}

.navigation {
  text-align: right;
}

.social-icons {
  text-align: left;
}

.social-icons li {
  display: inline-block;
  margin-right: 15px;
}

.social-icon i {
  color: white;
  font-size: 20;
}
.slider-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.slider-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.swiper-container {
  width: 100%;
  max-width: 400px; /* Set the maximum width for the slider */
  margin: 0 auto;
  position: relative; /* Add position relative for positioning arrows */
}

.swiper-slide {
  display: flex; /* Display images in a flex container */
  align-items: center; /* Center align images vertically */
  justify-content: center; /* Center align images horizontally */
  width: 100%;
  opacity: 0; /* Hide non-selected slides */
  transition: opacity 0.3s ease;
}

.swiper-slide-active {
  opacity: 1; /* Show selected slide */
}

/* Position the navigation arrows */
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

/* ================================================================ */
.event-card {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}

.event-image {
  flex: 0 0 auto;
  margin-right: 16px;
  margin-left: 15px;

  padding: 15px;
  width: 180px;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
  background-color: #f0f0f0;
    align-self: flex-start; /* Added alignment */

}

.event-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}



.event-details {
  flex: 1 1 auto;
}

.event-title {
  font-size: 20px;
  margin-bottom: 0px;
}

.event-description {
  margin-bottom: 8px;
}

.event-link {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.event-link:hover {
  text-decoration: underline;
}

body {
  background-color: #f2f2f2; /* Set the background color to gray */
}

.main-content {
  display: flex;
  background-color: #2e2e2e; /* Set the background color to black */
  padding: 20px;
}

.contact-info {
  flex: 1;
  padding-right: 20px; /* Add some spacing between contact info and map */
  color: #fff; /* Set the text color to white */
}

.google-map {
  flex: 1;
  padding: 20px;

}

/* Adjust the size of the map container */
.google-map iframe {
  width: 90%;
  height: 200px;
}

@media only screen and (max-width: 1000px) {
  .main-content {
    display: flex;
    flex-direction: column;
  }

  .google-map {
    margin-top: 20px;
  }
}
html {
  scroll-behavior: smooth;
}
/* ============== */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    direction: rtl; /* Added to align text to the right by default */
  }
  
  header {
    background-color: #2358b2;
    padding: 20px;
  }

  
  main {
    margin: 20px;
  }
  
  section {
    margin-bottom: 20px;
    text-align: right; /* Align the content within sections to the right */
  }
  
  section h2 {
    text-align: right;
  }
  
  footer {
    background-color: #f1f1f1;
    padding: 10px;
    text-align: center;
  }
  .board-members-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 20px;
    padding: 20px;
    margin: 40px; /* Add this line for outer padding */
  box-sizing: border-box; /* Add this line */
  }
  
  .card {
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  
  .card img {
    width: 175px;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  
  .card h2 {
    font-size: 14px; /* Decrease the font size */
    margin-bottom: 10px;
    font-weight: bold; /* Add this line for bold font weight */
    font-family: Arial, sans-serif; /* Add this line for preferred font family */
    flex-grow: 1; /* Add this line */

  }
  
  .card p {
    font-size: 10px; /* Decrease the font size */
    color: #666;
    font-family: Arial, sans-serif; /* Add this line for preferred font family */
    flex-grow: 1; /* Add this line */

  }
  /* ==================== */

  #popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-width: 90%; /* Set the maximum width of the pop-up */
    max-height: 80vh; /* Set the maximum height of the pop-up */
    overflow-y: auto; /* Enable vertical scrolling if content exceeds the height */
  }

  #popup img {
    display: block;
    width: 100%;
    max-width: 800px; /* Adjust the maximum width as needed */
    height: auto;
    margin-bottom: 20px;
  }
  /* Close button styling */
  #closeBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 1; /* Ensure the button is above the images */
    border-radius: 50%; /* Make the button round */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Add a subtle shadow */
  }
  @media (max-width: 768px) {
    #popup {
      width: 60%;
    max-width: 800px;
      max-height: 80vh; /* Adjust the maximum height for smaller screens */
    }

    /* Adjust other styles as needed for smaller screens */
  }
/* ==================== */
  .language-switcher button {
    background: none;
    border: none;
    font-size: 14px;
    color: blue;
    cursor: pointer;
  }
  header h1 {
  color: #fff;
}

.navigation {
  list-style: none;

}

.navigation li {
  display: inline-block;
  margin-right: 10px;
}

.navigation li a {
  color: #fff;
  text-decoration: none;
}

.navigation li a.active {
  font-weight: bold;
}