*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body
  {
    max-width: 100%;
  }
  
  h1, h2, h3, h4, h5, h6, p, a{
    text-decoration: none;
    margin: 0 !important;
  }
  nav {
    background: rgba(1, 53, 30, .8);
  }
  
  .side-menue{
    z-index: 123123123123123;
  }
  .overlayFullss{
    background-color: rgba(0, 0, 0, 0.247);
    z-index: 10000000;
  }
  .p-header {
    font-weight: 250;
    font-size: smaller;
  }
  #logo-container{
    height: 45px !important;
    width: 45px !important;
  }
  #logo-container img {
    object-fit: cover;
  }
  .header-logo h1 {
    text-align: center;
    font-size: 20px !important;
  }
  nav a:hover 
{
  transition: 500ms;
  border-radius: 15px;
  background-color: white;
 color: black !important;
  padding: 8px;
}
.card:hover {
  transform: scale(1.05); 
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); 
  background-color: rgba(255, 255, 255, 0.9); 
}
.footer {
  background-color: #201c09; /* لون الخلفية */
  color: white;
  padding: 20px 0;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1200px;
  margin: auto;
}

.footer-section {
  flex: 1;
  min-width: 250px;
  margin: 20px;
}

.footer-section h2 {
  margin-bottom: 15px;
}

.footer-section p,
.footer-section ul {
  line-height: 1.6;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin: 10px 0;
}

.footer-section ul li a {
  color: white;
  text-decoration: none;
}

.footer-section ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .full-page-container {
      max-width: 100%;
  }
  #res{
    display: none !important;
  }
  #Menue{
    display: flex !important;
  }
  #Nav {
    display: none !important;
  }
  .Opacity-content
  {
    display: none !important;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: bold;
  color: #1a73e8;
}

.admission-details {
  margin-top: 40px;
}

.section-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 20px;
  color: #333;
}

.admission-details ul {
  list-style-type: none;
  padding-left: 0;
}

.admission-details ul li {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.admission-details ul li:hover {
  transform: scale(1.05);
}

.admission-details ul li span {
  font-weight: bold;
}

.card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-header {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1a73e8;
}

.card-body p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.transportation {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ff5722;
  margin-top: 20px;
}
.admission-form {
  width: 100%;
  max-width: 500px;
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.admission-form h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.admission-form label {
  font-weight: bold;
  color: #333;
  margin-top: 10px;
  display: block;
}

.admission-form input,
.admission-form select,
.admission-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}

.admission-form input:focus,
.admission-form select:focus,
.admission-form textarea:focus {
  outline: none;
  border-color: #6a11cb;
  box-shadow: 0 0 5px rgba(106, 17, 203, 0.5);
}

.admission-form button {
  width: 100%;
  padding: 12px;
  background-color: #6a11cb;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.admission-form button:hover {
  background-color: #2575fc;
}

@media (max-width: 768px) {
  .section-header {
    font-size: 1.5rem;
  }

  .section-title {
    font-size: 1.2rem;
  }

  .card-body p {
    font-size: 1rem;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: bold;
  color: #1a73e8;
}

.admission-details {
  margin-top: 40px;
}

.section-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 20px;
  color: #333;
}

.admission-details ul {
  list-style-type: none;
  padding-left: 0;
}

.admission-details ul li {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.admission-details ul li:hover {
  transform: scale(1.05);
}

.admission-details ul li span {
  font-weight: bold;
}

.card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-header {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1a73e8;
}

.card-body p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.transportation, .age-requirements, .division-links {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ff5722;
  margin-top: 20px;
}

.division-links a {
  color: #1a73e8;
  text-decoration: none;
  font-weight: bold;
}

.division-links a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .section-header {
    font-size: 1.5rem;
  }

  .section-title {
    font-size: 1.2rem;
  }

  .card-body p {
    font-size: 1rem;
  }
}

