.circle-wrapper {
  width: 57px;
  height: 57px;
  border: 2px solid #154c41;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #f8faf8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.circle-wrapper img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  display: block;
  transform: translateY(-0%) translateX(4%);
  margin: 0 auto;
}
.figures-container {
  display: flex;
  gap: 20px; /* space between figures */
  justify-content: center; /* optional: center all horizontally */
  flex-wrap: wrap; /* optional: wrap on smaller screens */
  margin-left: 0px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.icon-circle {
  display: flex;
  flex-direction: column;
  align-items: center; /* centers both circle and caption */
  text-align: center;
  width: max-content;
}
.icon-circle figcaption {
  font-size: 14px; /* or any size you prefer */
  font-weight: bold;
}
@font-face {
  font-family: "Sifonn";
  src: url("/font/SIFONN_PRO.otf") format("truetype");
}
.heading1 {
  font-weight: bold;
  font-size: 34px;
  font-family: "Sifonn", sans-serif;
  color: #437166;
}
@font-face {
  font-family: "Glacial Indifference";
  src: url("/font/GlacialIndifference-Regular.otf") format("opentype");
  font-weight: normal;
}
.heading2 {
  font-weight: bold;
  font-size: 24px;
  font-family: "Glacial Indifference", sans-serif;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.5rem 0;
  width: 90%;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-left img.logo-img {
  height: 105px;
  width: auto;
}

.header-text {
  display: flex;
  flex-direction: column;
}

.header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-right-img {
  height: 90px;
  width: auto;
}
.button-container {
  text-align: right;
  margin: 1rem 1rem;
}

.view-all-btn {
  margin-left: auto; /* pushes it to the right */
  /*background-color: #007bff;*/
  color: black;
  padding: 4px 7px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.9rem;
  transition: background-color 0.2s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: small;
  font-weight: bold;
}

.view-all-btn:hover {
  background-color: #e3ebde;
}
.doc-item {
  border: 0px solid #cccccc; /* Light gray border */
  border-radius: 5px; /* Optional: rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  min-height: 4em;
  background: none repeat scroll 0 0 #f8faf8;
  padding: 0.5em 1em;
  font-weight: bold;
  margin: 1em 1em 1em 1em;
}
.doc-item a {
  color: #012d24;
}

.inline-img2 {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  display: inline-block;
}
.font-sifonn {
  font-family: "Sifonn", sans-serif;
}
.font-glacial {
  font-family: "Glacial Indifference", sans-serif;
}

@media (max-width: 768px) {
  .header-right {
    display: none;
  }

  .heading1 {
    font-size: 22px;
  }

  .heading2 {
    font-size: 16px;
  }

  .header-left img.logo-img {
    height: 60px;
  }

  .header-container {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .header-text {
    align-items: center;
  }
}

@media (max-width: 480px) {
  .heading1 {
    font-size: 18px;
  }

  .heading2 {
    font-size: 14px;
  }

  .header-left img.logo-img {
    height: 45px;
  }
}
.my-link {
  color: #1b6254  !important;
  font-weight: bold;
}
.app-download-card {
  max-width: 400px;
  padding: 15px;
  margin: 20px auto;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  font-family: Arial, sans-serif;
}

.app-download-card h2 {
  margin-bottom: 8px;
  font-size: 20px;
  color: #333;
}

.app-download-card p {
  margin-bottom: 16px;
  color: #666;
}

.store-badges {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.store-badges img {
  height: 40px;
  object-fit: contain;
}

.store-badges img:hover {
  transform: scale(1.05);
}
select {
  border: 1px solid #cccccc; /* Light gray border */
  border-radius: 5px; /* Optional: rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: none repeat scroll 0 0 #fff;
  padding: 0.5em 1em;
  margin: 1em 1em 1em 1em;
  font-weight: bold;
}
select option {
  font-weight: 700;
  padding: 1em;
}
form label {
  font-family: "Sifonn", sans-serif;
  font-weight: bold;
}
form select option {
  font-family: "Glacial Indifference", sans-serif;
  font-weight: bold;
}
/*----------------Tabs design-------------------------------*/
.tabs-container {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.tab-buttons {
  display: flex;
  background-color: #e6ede6; /* #f1f3e8;*/
  justify-content: space-around;
}

.tab-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #1c1c1c;
  font-weight: bolder;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  font-family: "Glacial Indifference", sans-serif;
  white-space: nowrap;
  padding: 7px 25px;
}
/* On screens smaller than 600px */
@media (max-width: 1100px) {
  .tab-buttons a {
    font-size: 0.8rem; /* slightly smaller */
    padding: 3px 16px; /* adjust padding too if needed */
  }
}
/* On screens smaller than 600px */
@media (max-width: 900px) {
  .tab-buttons a {
    font-size: 0.7rem; /* slightly smaller */
    padding: 3px 16px; /* adjust padding too if needed */
  }
}

/* On screens smaller than 400px */
@media (max-width: 600px) {
  .tab-buttons a {
    font-size: 0.6rem;
    padding: 1px 12px;
  }
}
.tab-buttons a:hover {
  background-color: #cfe0cf;
}

.tab-buttons a.active {
  background-color: white;
  color: #338d62;
  border-bottom: 3px solid #338d62;
}

.tab-buttons a:first-child.active {
  margin-left: 0;
  border-top-left-radius: 10px;
}

.tab-buttons a:last-child.active {
  margin-right: 0;
  border-top-right-radius: 10px;
}
.fsize {
  font-size: medium !important;
  background-color: white;
}
/*-------------------Logo Links----------------------*/
.logo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 10px 0;
  margin-left: 10px;
}

.logo-links a img {
  width: auto; /* Adjust size as needed */
  height: 55px;
  border-radius: 4px; /* Optional: for rounded corners */
  transition: transform 0.2s ease;
}

.logo-links a img:hover {
  transform: scale(1.1);
}
/*-----------------------------------------------------*/
