@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/* body {
  background-color: #EEECEB;
} */

.container {
  width: 1024px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
}

.nav_container {
  padding: 12px 0px;
  background-color: #0066ff;
  text-align: center;
}

.nav_container img {
  width: 130px;
  /* text-align: center; */
}

.footer_wrapper {
  background-color: #eaefef;
  /* border-top: 1px solid #0066ff; */
  padding: 25px 0px;
  margin-top: 50px;
}

.copy {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  /* border-top: 1px solid #0066ff; */
  padding: 10px 0px;
}

.footer_container {
  display: flex;
  justify-content: space-between;
}

.footer_links {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.footer_links a:not(:last-child) {
  margin-bottom: 5px;
}

.footer_links a {
  color: black;
}

.two {
  color: #336633;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.three {
  color: #ff6600;
  font-size: 26px;
  font-weight: bold;
}

.four {
  color: #993366;
  font-size: 26px;
  font-weight: bold;
}

.five {
  color: #990000;
  font-size: 26px;
  font-weight: bold;
}

/* RICH TEXT STYLING */
.section_wrapper {
  margin-top: 45px;
  line-height: 23px;
}

/* Heading 1 - Main Title */
.section_wrapper h1 {
  font-size: 32px;
  font-weight: bold;
  color: black;
  margin-bottom: 15px;
  border-bottom: 2px solid #ececec;
  padding-bottom: 15px;
}

/* Heading 2 - Section Titles */
.section_wrapper h2 {
  font-size: 26px;
  font-weight: bold;
  color: black;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 4px solid #0066ff;
  padding-left: 12px;
}

.section_wrapper h3 {
  font-size: 24px;
  font-weight: bold;
  color: black;
  margin-bottom: 25px;
}

.section_wrapper h4 {
  font-size: 24px;
  font-weight: bold;
  color: black;
  margin-bottom: 25px;
}

/* Paragraphs */
.section_wrapper p {
  font-size: 16px;
  margin-bottom: 18px;
  color: black;
}

/* Unordered List Styling */
.section_wrapper ul {
  margin: 0 0 20px 20px;
  padding: 0;
  list-style: disc;
}

/* List Items */
.section_wrapper li {
  margin-bottom: 10px;
  font-size: 16px;
}

/* Strong elements */
.section_wrapper strong {
  color: #000000;
  font-weight: 600;
}

/* Links */
.section_wrapper a {
  color: #0077cc;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}

.section_wrapper a:hover {
  color: #005799;
  text-decoration: none;
}

/* Tables */
.section_wrapper table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  color: #e0e0e0;
  background-color: #1a1a1a;
  border: 1px solid #333;
  margin-bottom: 40px;
}

/* Table Header */
.section_wrapper thead th {
  background-color: #213448;
  color: #ffffff;
  padding: 14px 16px;
  text-align: left;
}

.section_wrapper thead tr td p {
  background-color: #213448;
  color: #ffffff;
  padding: 14px 16px;
  text-align: left;
}

.section_wrapper thead tr td p strong {
  color: white;
}

/* Table Body */
.section_wrapper tbody td {
  padding: 14px 16px;
  border: 1px solid #2c2c2c;
}

.section_wrapper tbody tr td p {
  color: white;
}

.section_wrapper tbody tr td p strong {
  color: white;
}

/* Row Striping */
.section_wrapper tbody tr:nth-child(even) {
  background-color: #121212;
}

.section_wrapper tbody tr:hover {
  background-color: #1f2b3a;
}

.section_wrapper ol {
  margin: 30px 0px;
}

.responsive_img {
  width: 100%;
  margin: 30px 0px;
}

dl dt {
  margin-bottom: 5px;
}

dl dd {
  font-size: 15px;
  margin-bottom: 15px;
}

/* TOC Container */
.toc_wrapper {
  margin: 0 0 35px 0;
}

/* TOC Toggle Button */
.toc_toggle {
  background-color: #1a2130;
  color: white;
  padding: 12px 20px;
  font-size: 1rem;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: background 0.3s ease;
}

.toc_toggle:hover {
  background-color: #232c3e;
}

/* Collapsed state */
.toc_list.collapsed {
  display: none;
}

/* TOC List Styling */
.toc_list {
  padding: 10px 15px !important;
  margin: 0 !important;
  list-style-type: none;
  background: #f9f9f9;
}

.toc_list li {
  margin: 8px 16px;
  position: relative;
}

.toc_list a {
  color: #0077cc;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.6;
}

.toc_list a:hover {
  text-decoration: underline;
}

.expert_card_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 60px;
  width: 100%;
  background-color: #eaefef;
  border-radius: 10px;
  padding: 20px 25px;
  overflow: hidden;
}

.expert_image img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}

.expert_left_content {
  width: 100%;
}

.expert_left_content h4 {
  font-size: 19px;
  margin-bottom: 10px;
}

.expert_left_content p {
  font-size: 14px;
  margin: 10px 0px;
}

.expert_left_content p:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 1024px) {
  .container_mobile {
    width: 100%;
    padding: 0px 15px;
  }

  .responsive_img {
    margin: 15px 0px;
  }

  .expert_card_container {
    row-gap: 20px;
    flex-direction: column;
    padding: 20px 15px;
  }
  .section_wrapper {
    margin-top: 30px;
  }

  .section_wrapper table {
    display: block;
    overflow-x: auto;
  }

  .section_wrapper h1 {
    font-size: 26px;
  }

  .section_wrapper h2 {
    font-size: 22px;
  }

  .section_wrapper h3 {
    font-size: 19px;
  }

  .section_wrapper h4 {
    font-size: 19px;
  }

  .section_wrapper thead th {
    font-size: 14px;
  }

  .section_wrapper tbody td {
    font-size: 14px;
  }

  .footer_container {
    flex-direction: column;
    row-gap: 30px;
  }
}
