
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: Arial, sans-serif;
    }

    body {
      background-color: #f5f5f5;
    }

    nav {
      background-color: #7a2e2c; /* dark maroon */
      display: flex;
      justify-content: center;
      align-items: center;
      height: 45px;
      border-top: 2px solid #fff;
    }

    ul {
      list-style: none;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    ul li {
      position: relative;
    }

    ul li a {
      display: block;
      padding: 12px 20px;
      text-decoration: none;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      border-right: 1px solid rgba(255,255,255,0.2);
      transition: background 0.3s ease;
    }

    ul li:first-child a {
      border-left: 1px solid rgba(255,255,255,0.2);
    }

  

    .new-tag {
      font-size: 10px;
      color: #00f;
      margin-left: 5px;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      nav {
        flex-direction: column;
        height: auto;
      }

      ul {
        flex-direction: column;
      }

      ul li a {
        border: none;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(255,255,255,0.2);
      }
    }
    body {
      font-family: Arial, sans-serif;
      background-color: #fff;
      margin: 0;
      padding: 0;
      color: #333;
    }

    .container {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 40px 80px;
      gap: 40px;
    }

    /* LEFT SECTION */
    .content {
      flex: 2;
    }

    .content h2 {
      color: #c4311a;
      font-size: 22px;
      margin-bottom: 15px;
      text-transform: uppercase;
    }

    .content p {
      font-size: 15px;
      line-height: 1.7;
      text-align: justify;
    }

    .content p span {
      color: #e21818;
      font-weight: bold;
    }

    /* RIGHT SECTION */
    .sidebar {
      flex: 1;
      background: #fff;
    }

    .registration-box {
      background-color: #f05a24;
      color: #fff;
      text-align: center;
      padding: 12px 10px;
      font-weight: bold;
      font-size: 16px;
      border-radius: 5px 5px 0 0;
    }

    .registration-links {
      border: 1px solid #ddd;
      border-top: none;
      box-shadow: 0 0 6px rgba(0,0,0,0.1);
      border-radius: 0 0 5px 5px;
      overflow: hidden;
    }

    .registration-links a {
      display: block;
      padding: 12px;
      text-decoration: none;
      color: #fff;
      text-align: center;
      font-size: 14px;
      font-weight: bold;
    }

    .registration-links a:nth-child(1) {
      background: #004aad; /* blue */
    }

    .registration-links a:nth-child(2) {
      background: #e21818; /* red */
    }

    .registration-links a:hover {
      opacity: 0.9;
    }

    /* NOTICE SECTION */
    .notice-box {
      margin-top: 20px;
      border: 1px solid #ddd;
      border-radius: 5px;
      box-shadow: 0 0 6px rgba(0,0,0,0.1);
    }

    .notice-title {
      background: #f05a24;
      color: #fff;
      text-align: center;
      padding: 10px;
      font-weight: bold;
      border-radius: 5px 5px 0 0;
    }

    .notice-list {
      padding: 10px;
      background-color: #f9f9f9;
    }

    .notice-item {
      background: #fff;
      margin-bottom: 8px;
      padding: 8px;
      border: 1px solid #eee;
      border-radius: 4px;
      font-size: 14px;
    }

    @media (max-width: 900px) {
      .container {
        flex-direction: column;
        padding: 20px;
      }

      .sidebar {
        width: 100%;
      }
    }
     /* SLIDER SECTION */
    .slider {
      position: relative;
      width: 100%;
      height: 300px;
      overflow: hidden;
    }

    .slides {
      display: flex;
      width: 300%;
      height: 100%;
      transition: transform 0.6s ease;
    }

    .slide {
      width: 100%;
      height: 500px;
      flex-shrink: 0;
    }

    .slide img {
      width: 100%;
      height: 500px;
    }

    /* SLIDER BUTTONS */
    .slider-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0,0,0,0.5);
      color: #fff;
      border: none;
      padding: 10px;
      cursor: pointer;
      font-size: 20px;
      border-radius: 50%;
    }

    .prev { left: 15px; }
    .next { right: 15px; }

    /* MAIN CONTAINER */
    .container {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 40px 80px;
      gap: 40px;
    }

    /* LEFT SECTION */
    .content {
      flex: 2;
    }

    .content h2 {
      color: #c4311a;
      font-size: 22px;
      margin-bottom: 15px;
      text-transform: uppercase;
    }

    .content p {
      font-size: 15px;
      line-height: 1.7;
      text-align: justify;
    }

    .content p span {
      color: #e21818;
      font-weight: bold;
    }

    /* RIGHT SECTION */
    .sidebar {
      flex: 1;
      background: #fff;
    }

    .registration-box {
      background-color: #f05a24;
      color: #fff;
      text-align: center;
      padding: 12px 10px;
      font-weight: bold;
      font-size: 16px;
      border-radius: 5px 5px 0 0;
    }

    .registration-links {
      border: 1px solid #ddd;
      border-top: none;
      box-shadow: 0 0 6px rgba(0,0,0,0.1);
      border-radius: 0 0 5px 5px;
      overflow: hidden;
    }

    .registration-links a {
      display: block;
      padding: 12px;
      text-decoration: none;
      color: #fff;
      text-align: center;
      font-size: 14px;
      font-weight: bold;
    }

    .registration-links a:nth-child(1) {
      background: #004aad;
    }

    .registration-links a:nth-child(2) {
      background: #e21818;
    }

    .registration-links a:hover {
      opacity: 0.9;
    }

    /* NOTICE SECTION */
    .notice-box {
      margin-top: 20px;
      border: 1px solid #ddd;
      border-radius: 5px;
      box-shadow: 0 0 6px rgba(0,0,0,0.1);
    }

    .notice-title {
      background: #f05a24;
      color: #fff;
      text-align: center;
      padding: 10px;
      font-weight: bold;
      border-radius: 5px 5px 0 0;
    }

    .notice-list {
      padding: 10px;
      background-color: #f9f9f9;
    }

    .notice-item {
      background: #fff;
      margin-bottom: 8px;
      padding: 8px;
      border: 1px solid #eee;
      border-radius: 4px;
      font-size: 14px;
    }

    @media (max-width: 900px) {
      .container {
        flex-direction: column;
        padding: 20px;
      }

      .sidebar {
        width: 100%;
      }

      .slider img {
        height: 200px;
      }
    }
    footer {
      background-color: #555;
      color: #fff;
      padding: 30px 60px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
    }

    .footer-left {
      flex: 1;
      min-width: 250px;
    }

    .footer-left h3 {
      margin-bottom: 10px;
      font-size: 18px;
    }

    .footer-left p {
      font-size: 14px;
      margin-bottom: 15px;
      color: #ddd;
    }

    .social-icons {
      display: flex;
      gap: 10px;
      margin-bottom: 20px;
    }

    .social-icons a {
      text-decoration: none;
      color: white;
      font-size: 18px;
      background: #444;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: background 0.3s;
    }

    .social-icons a:hover {
      background: #f05a24;
    }

    .address {
      font-size: 14px;
      line-height: 1.6;
      color: #ccc;
    }

    .footer-right {
      flex: 1;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
    }

    .footer-right img {
      height: 45px;
      object-fit: contain;
    }

    .bottom-bar {
      background-color: #333;
      color: #bbb;
      text-align: center;
      padding: 10px 0;
      font-size: 13px;
    }

    @media (max-width: 768px) {
      footer {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
      }
      .footer-right {
        justify-content: flex-start;
      }
    }

    