
.main-table {
   width: 100%;
    float:left;
}
td {
    padding: 10px;
    padding-top: 20px;
}
ul {
    margin-left:  10px;
    padding-top: 20px;
}

/************************New content for Header***************************/
.site-header {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 20px;
}

.logo-container {
    flex: 0 0 auto;
}

.logo {
    max-width: 380px; /* increased from 140px */
    width: 100%;
    height: auto;
}
.nav-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    flex: 1;
    padding: 10px 0;
}

.nav-header {
    text-decoration: none;
    color: #0047AB;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.nav-header:hover {
    background-color: #f0f0f0;
    color: #000;
}

.header-banner {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.header-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

.desktop-banner {
  display: block;
}

.mobile-banner {
  display: none;
}

/* Hamburger button */
.hamburger {
  font-size: 28px;
  background: none;
  border: none;
  color: #0047AB;
  cursor: pointer;
  padding: 6px 12px;
  line-height: 1;
  display: none;
}

/* Overlay full-screen menu styles */
.nav-overlay {
  position: fixed;
  top: 0;
  right: 0;
  height: 50%;
  width: 50%;
  background: rgba(255, 255, 255, 0.97);
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* When overlay is visible */
.nav-overlay.show {
  transform: translateY(0);
}

/* Close button inside overlay */
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #0047AB;
}

/* Navigation links inside overlay */
.nav-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nav-links a {
  font-size: 1.1rem;
  text-decoration: none;
  color: #0047AB;
  font-weight: 400;
}

.nav-links a:hover {
  color: #000;
}

@media (max-width: 768px) {
 .header-top {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

  .desktop-banner {
    display: none;
  }

  .mobile-banner {
    display: block;
  }

  .logo-container {
    flex: 1;
    text-align: left;
    margin-right: 10px; /* add spacing to separate from hamburger */
  }

    .logo {
        max-width: 200px;
    }

    .nav-header {
        font-size: 0.95rem;
        padding: 10px 15px;
    }

.hamburger {
  display: block;
}

.nav-bar {
  display: none !important;
}


}





/************************New content for Header***************************/

/************************New content for Footer***************************/

.footer-container {
 background-color: #D3D3D3;
    padding: 20px 0;
    margin-top: 40px;
}

.footer-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-col {
    display: flex;
    flex-direction: column;
    min-width: 150px;
    gap: 8px;
}

.footer-col a {
    text-decoration: none;
    color: #0047AB;
    font-weight: 500;
}

.footer-col a:hover {
    color: #000;
}

.contact-info {
    text-align: center;
    flex: 1 1 100%;
    margin-top: 10px;
    color: #0047AB;
}

.contact-info p {
    margin: 4px 0;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .footer-grid {
        flex-direction: column;
        align-items: center;
    }

    .footer-col {
        align-items: center;
        text-align: center;
    }
}

/************************New content for Footer***************************/

/************************New content ***************************/
body {
    font-family: 'Rubik', sans-serif;
    margin: 0;
    padding: 0;
}

.main-layout {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    gap: 20px;
}

.content {
    flex: 1 1 100%;
}

.Welcome {
    text-align: center;
    max-width: 90%;
    margin: 0 auto 20px;
}

.Welcome img {
    width: 100%;
    height: auto;
    max-width: 120px;
    display: block;
    margin: 0 auto 10px;
}
.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.card {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.card img {
    width: 100%;
    height: auto;
    max-width: 120px;
    display: block;
    margin: 0 auto 10px;
}

.card h3 {
    font-family: 'Ubuntu', sans-serif;
    margin: 15px 0;
    font-size: 1.2rem;
}

.card ul {
    list-style: none;
    padding-left: 0;
}

.card li {
    margin-bottom: 8px;
}

.card a {
    text-decoration: none;
    color: #0066cc;
    font-weight: 500;
}

.card a:hover {
    color: #003366;
}

.card ol.nested-list {
  padding-left: 20px;
  margin-left: 20px;
  text-align: left;
  list-style-position: outside;
}



@media (max-width: 768px) {
    .main-layout {
        flex-direction: column;
        padding: 10px;
    }

    .card-grid {
        grid-template-columns: 1fr;
    }

    .card {
        padding: 15px;
    }

    .main-heading {
        font-size: 1.3rem;
    }
}

/* for left and right margins*/

.page-container {
  display: grid;
  grid-template-columns: 200px 1fr 300px;
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.left-sidebar,
.right-sidebar {
  background-color: transparent;
  min-height: 100%;
}

/* Optional: Add subtle visual placeholders */
.left-sidebar::before,
.right-sidebar::before {
  content: '';
  display: block;
  height: 100px;
}

/*.left-sidebar {
    grid-column: 1;
}

.main-content {
    grid-column: 2;
}

.right-sidebar {
    grid-column: 3;
}*/
/*.ad-placeholder {
  width: 250px;
  padding: 10px;
  text-align: center;
}

.ad-placeholder img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 8px;
}*/

.ad-placeholder {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 20px;
}

.ad-placeholder img {
  width: 100%;
  height: auto;
  display: block;
}

.ad-placeholder p {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}

.mobile-ad {
    display: none;
}

#mobile-ad-placeholder-up {
  display: none;
}

#mobile-ad-placeholder-down {
  display: none;
}

/* Make responsive */
@media (max-width: 1024px) {
  .page-container {
    grid-template-columns: 1fr;
    padding: 0; /* Avoid extra padding here on small screens */
  }

  .left-sidebar,
  .right-sidebar {
    display: none;
  }

 .mobile-ad {
        display: block;
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }

    .mobile-ad img {
        max-width: 200px;
        width: 100%;
        height: auto;
    }

      #mobile-ad-placeholder-up {
    display: block;
  }

        #mobile-ad-placeholder-down {
    display: block;
  }
}

/*---------------------------------*/
.font-roboto {
    font-family: roboto;
    line-height: 30px;
    font-size: 19px;
    letter-spacing: 1px;
}
.font-roboto-small {
    font-family: roboto;
    line-height: 20px;
    font-size: 15px;
    letter-spacing: 1px;
}
.font-roboto-small-blue {
    font-family: roboto;
    line-height: 20px;
    font-size: 15px;
    letter-spacing: 1px;
    color: #0047AB;
}
.font-roboto-heading {
    font-family: roboto;
    color: #0047AB;
}

.justify {
    text-align: justify;
}