a {
  color: #182e7c;
  text-decoration: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  text-align: left;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}

th,
td {
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
}

th {
  background-color: #4caf50;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

tr:hover {
  background-color: #f1f1f1;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
  table {
    font-size: 14px;
    white-space: nowrap;
    width: 95% !important;
    margin: auto;
  }
  th,
  td {
    padding: 10px;
  }
  ol {
    width: 90%;
    margin: auto;
  }
}
.banner {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.buttons_box .btn_download img{
    margin-right:10px;
}
footer {
  text-align: center;
  width: 100%;
}
.footer_pages {
  width: 50%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-size: 18px;
  padding: 20px;
  flex-wrap: wrap;
}
.footer_pages a {
  color: #fff;
}
.social_icon {
  text-align: center;
  padding: 10px;
}
.fouro {
  width: 100%;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.table_of_contents button{
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  font-size: 20px;
}
.table_of_contents ul li{
  line-height: 25px;
}
.text-center{
  text-align: center;
}
@media screen and (max-width: 810px) {
  .buttons_box a{
      width:49%;
      margin-top: 10px;
  }
}

@media screen and (max-width: 550px) {
  .footer_pages {
    width: 100%;
    padding: 0px 5px;
  }
  .footer_pages a {
    margin: 15px 5px 0px;
  }
  footer p {
    margin-top: 10px;
  }
  .single_page_container {
    width: 90%;
    margin: 0 auto;
  }
  .single_page_container h1 {
    font-size: 16px;
  }
  .single_page_container p {
    font-size: 12px;
  }
  .single_page_container p,
  .single_page_container h1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.hero-section {
  position: relative;
  background: #ffffff;
  color: #111;
  padding: 55px 20px;
  overflow: hidden;
}

.background-shape {
  position: absolute;
  top: -120px;
  right: -160px;
  width: 680px;
  height: 680px;
  background: #ff4a00;
  border-radius: 80px;
  transform: rotate(18deg);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-left {
  flex: 1 1 520px;
}

.hero-left h1 {
  font-size: 3rem;
  margin-bottom: 12px;
  font-weight: 800;
  line-height: 1.1;
  color: #111;
}

.version {
  font-size: 1.05rem;
  margin-bottom: 22px;
  color: #444;
  max-width: 620px;
  line-height: 1.7;
}

.btn-download {
  display: inline-block;
  background: #ff4a00;
  color: #fff;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  transition: .25s ease;
  font-size: 1rem;
  box-shadow: 0 10px 26px rgba(255,74,0,.35);
}

.btn-download:hover {
  transform: translateY(-2px);
  opacity: .95;
}

.verified h3 {
  font-size: 1.1rem;
  color: #111;
  margin-bottom: 10px;
  font-weight: 700;
}

.verified-logos {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.secure-text {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
}

.hero-right {
  flex: 1 1 620px;
  text-align: center;
  position: relative;
}

.hero-right img {
  max-width: 100%;
  height: auto;
  max-height: 750px;
  border-radius: 20px;
  box-shadow: 0 18px 60px rgba(0,0,0,.15);
  background: rgba(255,255,255,.25);
  padding: 25px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section { padding: 28px 15px; }
  .background-shape { width: 520px; height: 520px; top: -160px; right: -220px; }
  .hero-content { flex-direction: column; text-align: center; }
  .hero-left h1 { font-size: 2rem; }
  .btn-download { margin: 0 auto; }
  .verified-logos { justify-content: center; }
  .hero-right img { max-width: 85%; max-height: 340px; margin-top: 18px; }
}
