/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 06 2025 | 07:14:20 */
 body {
      margin: 0;
      font-family: "Poppins", sans-serif;
      color: #333;
      background: #fafafa;
    }
.rr-login-menu > a:first-child {
    display: none !important;
}
.rr-user-menu a, .rr-login-menu a {
    border-right: 1px solid #1bc1ff;
    color: #000 !IMPORTANT;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 100ms;
    transition: all 100ms;
}
.custommenu > a {
    display: none !important;
}
    header {
      background: linear-gradient(135deg, #004aad, #0077ff);
      color: white;
      text-align: center;
      padding: 80px 20px;
    }
    header h1 {
      font-size: 48px;
      margin-bottom: 10px;
    }
    header p {
      font-size: 20px;
      margin-bottom: 20px;
    }
    .btn {
      background: white;
      color: #004aad;
      padding: 12px 28px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: 600;
      transition: 0.3s;
    }
    .btn:hover {
      background: #004aad;
      color: white;
    }
    section {
      padding: 60px 20px;
      max-width: 1100px;
      margin: auto;
    }
    h2 {
      text-align: center;
      color: #004aad;
      font-size: 32px;
      margin-bottom: 30px;
    }
    .about {
      text-align: center;
      line-height: 1.7;
      font-size: 17px;
      color: #555;
    }
    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 30px;
    }
    table th, table td {
      border: 1px solid #ddd !important;
      padding: 12px;
      text-align: left;
    }
    table th {
      background-color: #004aad !important;
      color: white !important;
    }
    table tr:nth-child(even) {
      background-color: #f9f9f9;
    }
    .gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 15px;
      margin-top: 30px;
    }
    .gallery img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    }
    footer {
      background: #004aad;
      color: white;
      text-align: center;
      padding: 30px 15px;
      font-size: 14px;
    }
    footer a {
      color: #fff;
      margin: 0 10px;
      text-decoration: none;
    }
    footer a:hover {
      text-decoration: underline;
    }
 @media screen and (max-width: 768px) {
section#program {
    overflow: scroll;
}
	 }


form#reunion-v7-form {
    max-width: 420px;
    margin: 30px auto;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}