@font-face {
  font-family: "Obvia";
  src: url("../fonts/Obvia-Medium.woff2") format("woff2");
  src: url("../fonts/Obvia-Medium.woff2") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Obvia";
  src: url("../fonts/Obvia-MediumItalic.woff2") format("woff2");
  src: url("../fonts/Obvia-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Obvia";
  src: url("../fonts/Obvia-Light.woff2") format("woff2");
  src: url("../fonts/Obvia-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Obvia";
  src: url("../fonts/Obvia-LightItalic.woff2") format("woff2");
  src: url("../fonts/Obvia-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Obvia";
  src: url("../fonts/Obvia-Bold.woff2") format("woff2");
  src: url("../fonts/Obvia-Bold.woff2") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgb(225, 225, 225) transparent;
}

html[lang="en"] * {
  font-family: "Obvia", sans-serif;
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free" !important;
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands" !important;
}

html {
  --dir: 1;
}

html[lang="ar"] {
  --dir: -1;
  direction: rtl;
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

/* SLFRS S1 and S2 Disclosures CSS Start */

.custom-arrow-heading-inline {
  display: flex;
  align-items: center;
  font-size: 23px;
  font-weight: 300;
}

.heading-arrow-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

@media (min-width: 768px) {
  .custom-arrow-heading-inline {
    font-size: 21px;
  }
  
  .heading-arrow-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
}

@media (min-width: 1024px) {
  .custom-arrow-heading-inline {
    font-size: 24px; 
  }
}

.disclosure-arrow .arrow-placeholder {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 2px 0 6px;
  vertical-align: middle;

  background-color: #004b6e;
  border: 2px solid #00a2e8;
  border-radius: 50%;
  flex-shrink: 0;
  box-sizing: border-box;
}

.disclosure-arrow .arrow-placeholder::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 3px;
  width: 14px;
  height: 11px;
  border-bottom: 2.2px solid #00a2e8;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}

.disclosure-arrow .arrow-placeholder::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 6px;
  height: 6px;
  border-top: 2.2px solid #00a2e8;
  border-right: 2.2px solid #00a2e8;
  box-sizing: border-box;
}

.disclosure {
  width: 100%;
  border-collapse: collapse;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f0f8ff !important;
  border: 1px solid #144272;
}

.disclosure:hover,
.disclosure tbody tr:hover,
.disclosure td:hover {
  background-color: #f0f8ff !important;
}

.disclosure thead {
  border-bottom: 1px solid #144272;
}

.disclosure th {
  text-align: left;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 100;
  background-color: #ffffff !important;
}

.disclosure th:hover,
.disclosure thead tr:hover {
  background-color: #ffffff !important;
  color: #144272 !important;
}

.disclosure tbody tr {
  border-bottom: 1px solid #144272;
}

.disclosure tbody tr:last-child {
  border-bottom: none;
}

.disclosure td {
  padding: 16px 18px;
  color: #333333 !important;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: top;
}

.disclosure td[rowspan="4"] {
  width: 45%;
}

.disclosure td strong {
  color: #000000 !important;
  display: inline-block;
  margin-bottom: 2px;
}

.disclosure .list-disc {
  list-style: none;
  padding-left: 0;
  margin: 12px 0 0 0;
}

.disclosure .list-disc li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  color: #333333 !important;
}

.disclosure .list-disc li:last-child {
  margin-bottom: 0;
}

.disclosure .list-disc li::before {
  content: "•";
  color: #00a2e8 !important;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -2px;
}

.time-ht {
  width: 100%;
  border-collapse: collapse;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f0f8ff !important; /* Soft blue background fill */
  border: 1px solid #144272; /* Dark blue frame */
}

.time-ht:hover,
.time-ht tbody tr:hover,
.time-ht td:hover {
  background-color: #f0f8ff !important;
}

.time-ht thead {
  border-bottom: 1px solid #144272;
}

.time-ht th {
  text-align: left;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 100;
  background-color: #ffffff !important;
  color: #000000 !important;
}

.time-ht tbody tr {
  border-bottom: 1px solid #144272;
}

.time-ht tbody tr:last-child {
  border-bottom: none;
}

.time-ht td {
  padding: 16px 18px;
  color: #333333 !important;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
}

.disclosure-legend {
  width: 100%;
  border-collapse: collapse;
}

.disclosure-legend td {
  padding: 12px 8px;
  vertical-align: middle;
  border: none;
  background-color: transparent;
}

.disclosure-legend .icon-cell {
  width: 45px;
  text-align: center;
}

.disclosure-legend .text-cell p {
  margin: 0;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.4;
}

.legend-arrow {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translateY(4px);
}

.legend-arrow::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 7px;
  width: 21px;
  height: 21px;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}

.legend-arrow::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  box-sizing: border-box;
}

.type-solid-blue {
  background-color: #00a2e8;
  border: 1.5px solid #000000;
}
.type-solid-blue::before,
.type-solid-blue::after {
  border-color: #004b6e;
}

.type-outline-blue {
  background-color: #ffffff;
  border: 2px solid #00a2e8;
}
.type-outline-blue::before,
.type-outline-blue::after {
  border-color: #00a2e8;
}

.type-dark-blue {
  background-color: #004b6e;
  border: 1.5px solid #00a2e8;
}
.type-dark-blue::before,
.type-dark-blue::after {
  border-color: #00a2e8;
}

/* .disclosure-legend:hover,
.disclosure-legend tr:hover,
.disclosure-legend td:hover {
  background-color: transparent !important;
} */

.sjs {
  width: 100%;
  border-collapse: collapse;
  background-color: #f0f8ff !important;
  border: 1px solid #144272;
}

.sjs:hover,
.sjs tr:hover,
.sjs td:hover {
  background-color: #f0f8ff !important;
}

.sjs td {
  padding: 20px 24px 10px 24px;
  vertical-align: top;
}

.sjs tr:first-child td {
  border-bottom: 1px solid #144272;
}

.sjs h3 {
  margin: 0 0 16px 0;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}

.sjs p {
  margin: 0 0 14px 0;
  color: #222222;
  font-size: 15px;
  line-height: 1.4;
}

.sjs p:last-child {
  margin-bottom: 10px;
}

.sc-arrow {
  font-family: "Arial", sans-serif;
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
}

.sc-arrow .arrow-placeholder {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 2px 0 6px;
  vertical-align: middle;

  background-color: #ffffff;
  border: 2px solid #00a2e8;
  border-radius: 50%;
  flex-shrink: 0;
  box-sizing: border-box;
}

.sc-arrow .arrow-placeholder::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 3px;
  width: 14px;
  height: 11px;
  border-bottom: 2.2px solid #00a2e8;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}

.sc-arrow .arrow-placeholder::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 6px;
  height: 6px;
  border-top: 2.2px solid #00a2e8;
  border-right: 2.2px solid #00a2e8;
  box-sizing: border-box;
}

.ksc {
  width: 100%;
  border-collapse: collapse;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f0f8ff !important;
  border: 1px solid #144272;
}

.ksc:hover,
.ksc tbody tr:hover,
.ksc td:hover {
  background-color: #f0f8ff !important;
}

.ksc thead {
  border-bottom: 1px solid #144272;
}

.ksc th {
  text-align: left;
  padding: 14px 18px;
  color: #000000 !important;
  font-size: 15px;
  font-weight: 100;
  background-color: #ffffff !important;
}

.ksc tbody tr {
  border-bottom: 1px solid #144272;
}

.ksc tbody tr:last-child {
  border-bottom: none;
}

.ksc td {
  padding: 16px 18px;
  color: #222222 !important;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: top;
}

.ksc td.body-title {
  width: 28%;
  font-weight: 100;
  color: #111111 !important;
}

.csr {
  width: 100%;
  border-collapse: collapse;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f0f8ff !important;
  border: 1px solid #144272;
}

.csr:hover,
.csr tbody tr:hover {
  background-color: #f0f8ff !important;
}

.csr .matrix-header td {
  background-color: #004b6e !important;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 16px;
  border-bottom: 1px solid #144272;
}

.csr tbody tr {
  border-bottom: 1px solid #144272;
}
.csr tbody tr:last-child {
  border-bottom: none;
}

.csr td {
  padding: 12px 16px;
  color: #333333 !important;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: top;
}

.csr td.label-cell {
  width: 25%;
  font-weight: 500;
  color: #000000 !important;
  background-color: #ffffff;
}

.csr .sub-section {
  margin-bottom: 18px;
}
.csr .sub-section:last-child {
  margin-bottom: 4px;
}

.csr .sub-section strong {
  display: block;
  color: #000000 !important;
  font-size: 14px;
  font-weight: 700;
}
.csr .sub-section .sub-target {
  display: block;
  color: #555555;
  font-size: 13px;
  margin-bottom: 6px;
}

.csr .list-disc {
  list-style: none;
  padding-left: 0;
  margin: 4px 0;
}

.csr .list-disc li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
}
.csr .list-disc li:last-child {
  margin-bottom: 0;
}

.csr .list-disc li::before {
  content: "•";
  color: #00a2e8 !important;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -1px;
}

h4.cro {
  margin: 0 0 12px 0;
  color: #00a2e8 !important;
  font-size: 18px;
  font-weight: 500;
}

.crt {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-family: "Arial", sans-serif;
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
}

.crt li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 14px;
}

.crt li:last-child {
  margin-bottom: 0;
}

.crt li::before {
  content: "•";
  color: #00a2e8 !important;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -1px;
}

.crt .span-bold-black {
  font-weight: 500;
  color: #000000 !important;
}

.crt .arrow-placeholder {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 2px 0 6px;
  vertical-align: middle;
  background-color: #ffffff;
  border: 2px solid #00a2e8;
  border-radius: 50%;
  flex-shrink: 0;
  box-sizing: border-box;
}

.crt .arrow-placeholder::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 14px;
  height: 11px;
  border-bottom: 2.2px solid #00a2e8;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}

.crt .arrow-placeholder::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 6px;
  height: 6px;
  border-top: 2.2px solid #00a2e8;
  border-right: 2.2px solid #00a2e8;
  box-sizing: border-box;
}

.arrow-placeholder.solid-blue-arrow {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 19px;
  margin-left: 6px;
  vertical-align: middle;
  background-color: #00a2e8;
  border: 1.5px solid #004b6e;
  border-radius: 50%;
  box-sizing: border-box;
  flex-shrink: 0;
}

.arrow-placeholder.solid-blue-arrow::before {
  content: "";
  position: absolute;
  bottom: 3.5px;
  left: 4.5px;
  width: 13px;
  height: 10px;
  border-bottom: 2px solid #004b6e;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}

.arrow-placeholder.solid-blue-arrow::after {
  content: "";
  position: absolute;
  top: 3.5px;
  right: 3.5px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #004b6e;
  border-right: 2px solid #004b6e;
  box-sizing: border-box;
}

.arrow-placeholder.white-bg-arrow {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  vertical-align: middle;
  background-color: #ffffff;
  border: 2px solid #00a2e8;
  border-radius: 50%;
  box-sizing: border-box;
  flex-shrink: 0;
}

.arrow-placeholder.white-bg-arrow::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 3px;
  width: 14px;
  height: 11px;
  border-bottom: 2.2px solid #00a2e8;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}

.arrow-placeholder.white-bg-arrow::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 6px;
  height: 6px;
  border-top: 2.2px solid #00a2e8;
  border-right: 2.2px solid #00a2e8;
  box-sizing: border-box;
}

.arrow-placeholder.solid-blue-dark-arrow {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 19px;
  margin-left: 6px;
  vertical-align: middle;
  background-color: #004b6e;
  border: 1.5px solid #004b6e;
  border-radius: 50%;
  box-sizing: border-box;
  flex-shrink: 0;
}

.arrow-placeholder.solid-blue-dark-arrow::before {
  content: "";
  position: absolute;
  bottom: 3.5px;
  left: 4.5px;
  width: 13px;
  height: 10px;
  border-bottom: 2px solid #00a2e8;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}

.arrow-placeholder.solid-blue-dark-arrow::after {
  content: "";
  position: absolute;
  top: 3.5px;
  right: 3.5px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #00a2e8;
  border-right: 2px solid #00a2e8;
  box-sizing: border-box;
}

.mt-green-container {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 20px;
}

.mt-green {
  width: 100%;
  border-collapse: collapse;
  background-color: #f0f8ff !important;
  border: 1px solid #144272;
}

.mt-green:hover,
.mt-green tbody tr:hover,
.mt-green td:hover {
  background-color: #f0f8ff !important;
}

.mt-green th {
  padding: 10px 16px;
  color: #000000;
  font-weight: 100;
  font-size: 15px;
  vertical-align: bottom;
}

.mt-green thead tr:first-child th {
  padding-top: 14px;
}

.mt-green th.main-header {
  text-align: center;
  border-bottom: 1px solid #144272;
}

.mt-green th.sub-header {
  text-align: right;
  font-size: 14px;
  line-height: 1.3;
}

.mt-green tbody tr {
  border-top: 1px solid #144272;
}

.mt-green td {
  padding: 12px 16px;
  font-size: 15px;
  color: #222222 !important;
  vertical-align: middle;
}

.mt-green td.row-label {
  text-align: left;
  color: #144272 !important;
}

.mt-green td.num-cell {
  text-align: right;
}

.mt-green tr.total-row td.row-label {
  font-weight: 100;
}
.mt-green tr.total-row td.num-cell {
  font-weight: 100;
}

.mt-green-note {
  margin: 12px 0 0 0;
  font-size: 13px;
  font-style: italic;
  color: #333333;
  line-height: 1.4;
}

.mt-green thead {
  background-color: #ffffff;
}

.m-scope-container {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  -webkit-overflow-scrolling: touch;
}

.m-scope {
  width: 100%;
  min-width: 1100px;
  border-collapse: collapse;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #ffffff;
  border: 1px solid #144272;
}

.m-scope:hover,
.m-scope tbody tr:hover {
  background-color: transparent !important;
}

.m-scope th,
.m-scope td {
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
.m-scope-container .m-scope thead tr.emission-category-header th.sidebar-label {
  background: #004b6e !important;
  background-color: #004b6e !important;
  color: #ffffff !important;
  border: 1px solid #144272 !important;
}

.m-scope .main-scope-header {
  background-color: #004b6e !important;
}

.m-scope .main-scope-header th {
  color: #ffffff !important;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid #003652;
  padding: 8px 12px;
}

.m-scope .main-scope-header .scope-title {
  text-align: center;
}

.m-scope .emission-category-header {
  background-color: #ffffff !important;
}

.m-scope .emission-category-header th {
  color: #144272 !important;
  font-weight: 600;
  border-bottom: 1px solid #144272;
  background-color: #ffffff !important;
}

.m-scope .emission-category-header .category-title {
  text-align: center;
}

.m-scope .sidebar-corner,
.m-scope .sidebar-label {
  width: 160px;
  min-width: 160px;
  position: sticky;
  left: 0;
  background-color: #004b6e !important;
  color: #ffffff !important;
  font-weight: 700;
  border-right: 2px solid #144272 !important;
  border-left: none;
}

.m-scope .sidebar-label {
  border-bottom: 1px solid #003652;
}

.m-scope tbody td {
  color: #222222 !important;
}

.m-scope .url-cell a {
  color: #144272;
  text-decoration: underline;
  word-break: break-all;
}
.m-scope .url-cell a:hover {
  color: #00a2e8;
}

.climate-rt-container {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  -webkit-overflow-scrolling: touch;
}

.climate-rt th.scope-main-title {
  background-color: #004b6e;
  color: #ffffff;
  font-weight: normal; /* Optional: gives the main title a bit more presence */
}

/* Light Blue Sub-headers for SASB labels */
.climate-rt th.sasb-source-header {
  background-color: #EFF9FE;
  color: #144272;
}

.climate-rt {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f0f8ff !important;
  border: 1px solid #144272;
}

/* .climate-rt:hover,
.climate-rt tbody tr:hover,
.climate-rt td:hover {
  background-color: #f0f8ff !important;
} */

.climate-rt th,
.climate-rt td {
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #144272;
  box-sizing: border-box;
}
.climate-rt td span {
  color: #333333 !important;
  font-weight: 500;
}

.climate-rt tbody tr:last-child td {
  border-bottom: none;
}

.climate-rt thead {
  background-color: #ffffff !important;
}

.climate-rt th {
  font-weight: 100;
  font-size: 15px;
  border-bottom: 1px solid #144272;
}

.climate-rt th .header-subtext {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #555555;
  margin-top: 2px;
}

.climate-rt .sidebar-corner{
  width: 22%;
  min-width: 180px;
  font-weight: 500;
  color: #111111 !important;
  background-color: #ffffff;
}

.climate-rt .sidebar-label {
  width: 22%;
  min-width: 180px;
  font-weight: 500;
  color: #111111 !important;
  background-color: #EFF9FE;
}

.climate-rt .list-disc {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.climate-rt .list-disc li {
  position: relative;
  margin-bottom: 8px;
  color: #333333 !important;
}

.climate-rt .list-disc li:last-child {
  margin-bottom: 0;
}

.climate-rt .list-disc li::before {
  content: "•";
  color: #00a2e8 !important;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -1px;
}

.climate-rt .arrow-placeholder.solid-blue-arrow {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  vertical-align: middle;
  background-color: #00a2e8;
  border: 1.5px solid #004b6e;
  border-radius: 50%;
  box-sizing: border-box;
  flex-shrink: 0;
}

/* Arrow Shaft */
.climate-rt .arrow-placeholder.solid-blue-arrow::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 4px;
  width: 12px;
  height: 9px;
  border-bottom: 2px solid #004b6e;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}

.climate-rt .arrow-placeholder.solid-blue-arrow::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #004b6e;
  border-right: 2px solid #004b6e;
  box-sizing: border-box;
}

.srm-container {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  -webkit-overflow-scrolling: touch;
}

.srm {
  width: 100%;
  min-width: 1050px;
  border-collapse: collapse;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f0f8ff !important;
  border: 1px solid #144272;
}

/* .srm:hover,
.srm tbody tr:hover,
.srm td:hover {
  background-color: #f0f8ff !important;
} */

.srm th,
.srm td {
  padding: 12px 14px;
  font-size: 13.5px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}

.srm .main-title-header th {
  background-color: #004b6e !important;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 14px;
  border: 1px solid #144272;
}

.srm .attribute-label-header th {
  background-color: #ffffff !important;
  color: #144272 !important;
  font-weight: 100;
  font-size: 14px;
  border-bottom: 2px solid #144272;
}

.srm td.topic-cell {
  width: 14%;
  font-weight: 700;
  color: #111111 !important;
  background-color: #ffffff;
}

.srm td.page-cell {
  width: 7%;
  text-align: center;
}

.srm tbody td {
  color: #222222 !important;
}

.srm .list-disc {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.srm .list-disc li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 6px;
}

.srm .list-disc li:last-child {
  margin-bottom: 0;
}

.srm .list-disc li::before {
  content: "•";
  color: #00a2e8 !important;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -1px;
}

.srm .arrow-placeholder.solid-blue-arrow {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  vertical-align: middle;
  background-color: #00a2e8;
  border: 1.5px solid #004b6e;
  border-radius: 50%;
  box-sizing: border-box;
  flex-shrink: 0;
}

.srm .arrow-placeholder.solid-blue-arrow::before {
  content: "";
  position: absolute;
  bottom: 2.5px;
  left: 3.5px;
  width: 11px;
  height: 8px;
  border-bottom: 2px solid #004b6e;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}

.srm .arrow-placeholder.solid-blue-arrow::after {
  content: "";
  position: absolute;
  top: 2.5px;
  right: 2.5px;
  width: 3.5px;
  height: 3.5px;
  border-top: 2px solid #004b6e;
  border-right: 2px solid #004b6e;
  box-sizing: border-box;
}

/*---------------------------------------*/

/* Governance CSS Start */
/* Container Frame Setup */
.gov-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px;
  background-color: #EBF5FB;
  border: 1px solid #a2d2df;
  border-radius: 8px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  box-sizing: border-box;
}

.gov-wrap *,
.gov-wrap *::before,
.gov-wrap *::after {
  box-sizing: border-box;
}

/* --- PART 1: TREE STYLING --- */
.gov-tree {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.tree-root {
  display: inline-block;
  background-color: #005a9c;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: bold;
  border-radius: 20px;
  font-size: 15px;
  margin-bottom: 24px;
}

.tree-branches {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.tree-col {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.pillar-header {
  color: #ffffff;
  font-weight: bold;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 14px;
}

.pillar-blue .pillar-header {
  background-color: #005a9c;
}
.pillar-teal .pillar-header {
  background-color: #1e6b7b;
}
.pillar-green .pillar-header {
  background-color: #4caf50;
}

.pillar-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.pillar-list li {
  position: relative;
  padding-left: 14px;
  font-size: 12.5px;
  line-height: 1.4;
  color: #333333;
  margin-bottom: 8px;
}

.pillar-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #666666;
}

.gov-divider {
  border: 0;
  border-top: 1px solid #dcdcdc;
  margin: 30px 0;
}

/* --- PART 2: FLOWCHART STRUCTURAL LAYOUT --- */
.gov-flow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.flow-side-panel {
  width: 260px;
  flex-shrink: 0;
  margin-top: 0;
}

.panel-header {
  color: #ffffff;
  font-weight: bold;
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 16px;
}

.header-cyan {
  background-color: #00a2e8;
}

.committee-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.committee-item {
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #00a2e8;
  border-radius: 20px;
  padding: 10px 14px;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
}

.connector-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 540px;
  padding-top: 55px;
}

.gov-connector-img {
  width: auto;
  height: 68%;
  object-fit: contain;
  position: relative;
  bottom: 10%;
}

.flow-main-chain {
  width: 239px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.chain-box {
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  padding: 14px;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
}

.box-blue {
  background-color: #00a2e8;
}

.flow-arrow-down {
  position: relative;
  width: 1px;
  height: 60px;
  background-color: #222222;
}

.flow-arrow-down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #222222;
}

.flow-management-group {
  display: flex;
  flex: 1;
  align-items: flex-start;
}

.flow-management-group .management-connector-line {
  width: 45px;
  height: 170px;
  margin-top: 45px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-management-group .mgmt-connector-img {
  width: 100%;
  height: 130%;
  object-fit: fill;
}

@media (max-width: 900px) {
  .gov-flow {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .flow-side-panel,
  .flow-main-chain,
  .flow-management-group {
    width: 100%;
  }

  .flow-main-chain {
    height: auto;
    gap: 16px;
  }

  .flow-arrow-down {
    height: 35px;
  }

  .flow-management-group {
    flex-direction: column;
  }

  .connector-image-container,
  .flow-management-group .management-connector-line {
    display: none !important;
  }
}

.audit-branch-container {
  display: flex;
  flex-direction: column;
  gap: 29px;
  position: relative;
  width: 100%;
}

.audit-connector-img {
  position: absolute;
  right: -16px;
  top: 17px;
  height: 78px;
  width: auto;
  object-fit: contain;
  pointer-events: none;
  right: -17%;
}

@media (max-width: 900px) {
  .audit-connector-img {
    display: none !important;
  }
}

.tree-connector-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: top;
  margin-top: -24px;
  margin-bottom: 4px;
  height: 45px;
}

.tree-connector-img {
  width: 84%;
  height: 100%;
  object-fit: fill;
}

.gov-tree .tree-root {
  margin-bottom: 24px;
}



.board-role-container {
  width: 100%;
  margin: 20px auto;
  background-color: #ffffff;
  border: 1px solid #d1e7f3;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  overflow: hidden;
  box-sizing: border-box;
}

.board-role-container *,
.board-role-container *::before {
  box-sizing: border-box;
}

.board-role-title {
  background-color: #005a9c;
  color: #ffffff !important;
  margin: 0;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-align: left;
}

.board-role-list {
  list-style: none;
  padding: 20px 24px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.board-role-list li {
  position: relative;
  padding-left: 18px;
  font-size: 13.5px;
  line-height: 1.5;
  color: #333333 !important;
  text-align: left;
}

.board-role-list li::before {
  content: "•";
  color: #00a2e8 !important;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -2px;
  line-height: 1;
}

@media (max-width: 600px) {
  .board-role-container {
    margin: 4px;
    border-radius: 10px;
  }

  .board-role-title {
    padding: 12px 16px;
    font-size: 15px;
  }

  .board-role-list {
    padding: 16px;
    gap: 10px;
  }

  .board-role-list li {
    font-size: 13px;
  }
}

.board-attendance-container {
  width: 100%;
  overflow-x: auto;
  margin: 2px 0;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #144272;
  border-radius: 4px;
  padding: 0px;
}

.board-attendance {
  width: 100%;
  min-width: 950px;
  border-collapse: collapse;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.board-attendance th,
.board-attendance td {
  padding: 10px 12px;
  font-size: 13.5px;
  line-height: 1.4;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #144272;
  box-sizing: border-box;
}

.board-attendance thead tr {
  background-color: #ffffff !important;
}

.board-attendance th {
  background-color: #ffffff !important;
  color: #144272 !important;
  font-weight: 700;
  font-size: 14px;
}

.board-attendance tbody tr {
  background-color: #eaf5fc !important;
}

.board-attendance tbody tr:last-child td {
  border-bottom: none;
}

.board-attendance .col-num,
.board-attendance .cell-num {
  width: 3%;
  text-align: center;
  color: #111111;
}

.board-attendance .col-member,
.board-attendance .cell-member {
  width: 37%;
  color: #111111;
  font-weight: 500;
}

.board-attendance .col-status,
.board-attendance .cell-status {
  width: 10%;
  color: #222222;
}

.board-attendance .col-data,
.board-attendance .cell-data {
  width: 6.25%;
  text-align: center;
  color: #111111;
}

.board-attendance .member-meta {
  display: block;
  font-size: 12px;
  color: #444444;
  font-weight: 400;
  margin-top: 2px;
}

.board-attendance-footer {
  padding: 14px 16px;
  display: flex;
  justify-content: flex-start;
  gap: 60px;
  font-size: 13px;
  color: #222222;
}

.board-attendance-footer .note-item {
  display: inline-block;
}

@media (max-width: 600px) {
  .board-attendance-footer {
    flex-direction: column;
    gap: 8px;
    padding: 12px;
  }
}

/* .rule-sub-list .nested-sub-step {
  padding-left: 20px !important;
  margin-bottom: 8px;
}

.rule-sub-list .nested-sub-step .list-prefix {
  width: 24px !important;
  flex-shrink: 0;
  display: inline-block;
} */

.gov-compliance-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #144272;
  border-radius: 4px;
  padding: 0;
  background-color: #e2f0fb; 
  margin-bottom: 20px;      
}

.gov-compliance {
  width: 100%;
  /* min-width: 950px; */
  margin-bottom: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

.gov-compliance th,
.gov-compliance td {
  padding: 11px 14px;
  font-size: 13.5px;
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.5 !important; 
}

.gov-compliance td p,
.gov-compliance td span:not(.list-prefix) {
  margin: 0;
  padding: 0;
  display: inline;
}

.gov-compliance thead tr {
  background-color: #ffffff !important;
}

.gov-compliance th {
  background-color: #ffffff !important;
  color: #144272 !important;
  font-weight: 100;
  font-size: 14px;
  border-bottom: 2px solid #144272;
}

.gov-compliance .col-rule-no,
.gov-compliance .cell-rule-no {
  width: 8%;
  color: #111111;
}

.gov-compliance .col-rule-text {
  width: 50%;
}
.gov-compliance .col-status {
  width: 14%;
}
.gov-compliance .col-details {
  width: 28%;
}

.gov-compliance .section-title-row {
  background-color: #e2f0fb !important;
}

.gov-compliance .section-title-row td {
  color: #144272 !important;
  font-size: 14.5px;
  border-bottom: 2px solid #144272;
}

.gov-compliance .section-title-text {
  letter-spacing: 0.5px;
}

.gov-compliance .rule-intro {
  margin: 0 0 10px 0;
  color: #111111;
  font-size: 13px;
}

.gov-compliance .rule-sub-list {
  list-style: none;
  padding-left: 0;
  margin: 22px;
}

.gov-compliance .rule-sub-list li {
  margin-bottom: 6px;
  padding-left: 20px;
  text-indent: -24px;
  color: #222222;
  font-size: 13.5px;
}

/* .gov-compliance .rule-sub-list li span {
  font-weight: 600;
  display: inline-block;
  width: 24px;
} */

.rule-sub-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gov-compliance.sub-intent-indent {
    padding-left: 45px;
}

.sub-intent-indent {
  padding-left: 45px !important; /* Forces the structural indent to clear default left cell padding */
}



.gov-report-list {
  list-style: none !important; 
  padding: 0 !important;
  margin: 12px 0 !important;
  width: 100%;
}

.gov-report-list li {
  display: flex !important;
  align-items: flex-start !important; 
  margin-bottom: 10px;               
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
}

.gov-report-list li::before {
  content: "•";
  color: #00a2e8 ;          
  font-weight: bold;
  font-size: 16px;            
  line-height: 1;            
  margin-right: 12px;        
  flex-shrink: 0 !important;  
  display: inline-block;
}


.gov-compliance .list-prefix {
  font-weight: 600;
  margin-right: 4px;
}

.gov-compliance .status-na {
  color: #555555 !important;
  font-style: italic;
}

/* Hyperlinks decoration overrides */
.gov-compliance .gov-link {
  color: #005a9c;
  text-decoration: none;
  font-weight: 500;
}

.gov-compliance .gov-link:hover {
  text-decoration: underline;
}

.activity-timeline-container {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  -webkit-overflow-scrolling: touch;
  background-color: #eaf5fc !important;
  border: 1px solid #144272;
  border-radius: 4px;
  padding: 0;
  box-sizing: border-box;
}

/* Core Data Matrix Element Table */
.activity-timeline {
  width: 100%;
  min-width: 750px;
  border-collapse: collapse;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin-bottom: 0 !important;
}

.activity-timeline th,
.activity-timeline td {
  padding: 14px 16px;
  font-size: 13px;
  line-height: 1.5;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #144272;
  box-sizing: border-box;
}

.activity-timeline tbody tr:last-child td {
  border-bottom: none;
}

/* --- THEAD DEFINITIONS --- */
.activity-timeline thead tr {
  background-color: #ffffff !important;
}

.activity-timeline th {
  background-color: #ffffff !important;
  font-weight: 100;
  font-size: 14px;
  border-bottom: 2px solid #144272;
}

.activity-timeline .col-month,
.activity-timeline .cell-month {
  width: 18%;
  font-weight: 100;
}

.activity-timeline .col-activities,
.activity-timeline .cell-activities {
  width: 82%;
  color: #222222;
}

.activity-timeline .timeline-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.activity-timeline .timeline-list li {
  position: relative;
  padding-left: 18px;
  text-align: left;
  font-size: 14.5px;
}

/* Custom Colored Bullet Point Injection Marker */
.activity-timeline .timeline-list li::before {
  content: "•";
  color: #00a2e8 !important;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
  line-height: 1;
}

@media (max-width: 768px) {
  .activity-timeline-container {
    background-color: transparent !important;
    border: none;
    border-radius: 0;
  }

  .activity-timeline,
  .activity-timeline thead,
  .activity-timeline tbody,
  .activity-timeline tr,
  .activity-timeline td {
    display: block;
    width: 100% !important;
    min-width: 100% !important;
  }

  .activity-timeline countries standard table thead {
    display: none;
  }

  .activity-timeline tr {
    background-color: #eaf5fc !important;
    border: 1px solid #144272;
    border-radius: 6px;
    margin-bottom: 16px;
    padding: 12px;
  }

  .activity-timeline td {
    padding: 6px 0;
    border: none !important;
  }

  .activity-timeline .cell-month {
    font-size: 14px;
    border-bottom: 1px dashed #144272 !important;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
}

.report-signature-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin: 24px -27px;
  padding: 0 14px;
  box-sizing: border-box;
}

.signature-wrapper {
  max-width: 220px;
  width: 100%;
}

.report-signature-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 600px) {
  .report-signature-container {
    margin: 16px 0;
    justify-content: left;
  }

  .signature-wrapper {
    max-width: 160px;
  }
}

.committee-membership-container {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  -webkit-overflow-scrolling: touch;
  background-color: #eaf5fc !important;
  border: 1px solid #144272;
  border-radius: 4px;
  padding: 0;
  box-sizing: border-box;
}

.committee-membership {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0 !important;
}

.committee-membership th,
.committee-membership td {
  padding: 14px 18px;
  font-size: 13.5px;
  line-height: 1.5;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #144272;
  box-sizing: border-box;
}

.committee-membership tbody tr:last-child td {
  border-bottom: none;
}

.committee-membership thead tr {
  background-color: #ffffff !important;
}

.committee-membership th {
  background-color: #ffffff !important;
  font-weight: 100;
  font-size: 14px;
  border-bottom: 2px solid #144272;
}

.committee-membership .col-name,
.committee-membership .cell-name {
  /* width: 30%; */
  font-weight: 100;
}

.risk-badge {
  font-weight: 100;
  color: #111111;
  display: block;
  margin-bottom: 4px;
}


.risk-details {
  font-size: 0.9em; 
  line-height: 1.4;
}

.committee-membership .col-status {
  width: 32%;
}
.committee-membership .col-role {
  width: 18%;
}
.committee-membership .col-date {
  width: 20%;
}

.committee-membership tbody tr {
  background-color: #eaf5fc !important;
  color: #222222;
}

.committee-membership .text-normal {
  font-weight: 400;
}

.committee-membership .text-muted {
  font-size: 12.5px;
}

@media (max-width: 768px) {
  .committee-membership-container {
    background-color: transparent !important;
    border: none;
    border-radius: 0;
  }

  .committee-membership,
  .committee-membership thead,
  .committee-membership tbody,
  .committee-membership tr,
  .committee-membership td {
    display: block;
  }

  .committee-membership thead {
    display: none;
  }

  .committee-membership tr {
    background-color: #eaf5fc !important;
    border: 1px solid #144272;
    border-radius: 6px;
    margin-bottom: 16px;
    padding: 14px;
  }

  .committee-membership td {
    padding: 6px 0;
    border: none !important;
  }

  .committee-membership .cell-name {
    font-size: 15px;
    border-bottom: 1px dashed #144272 !important;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}

.directors-overview-container {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  -webkit-overflow-scrolling: touch;
  background-color: #eaf5fc !important;
  border: 1px solid #144272;
  border-radius: 4px;
  padding: 0;
  box-sizing: border-box;
}

.directors-overview {
  width: 100%;
  min-width: 950px;
  border-collapse: collapse;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin-bottom: 0 !important;
}

.directors-overview th,
.directors-overview td {
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.4;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #144272;
  box-sizing: border-box;
}

.directors-overview tbody tr:last-child td {
  border-bottom: none;
}

.directors-overview thead tr {
  background-color: #ffffff !important;
}

.directors-overview th {
  background-color: #ffffff !important;
  font-weight: 100;
  font-size: 13.5px;
  border-bottom: 2px solid #144272;
}

.directors-overview .col-dir-name,
.directors-overview .cell-dir-name {
  width: 18%;
  font-weight: 100;
}

.directors-overview .col-subcommittee {
  width: 22%;
}
.directors-overview .col-date-first {
  width: 16%;
}
.directors-overview .col-date-last {
  width: 16%;
}
.directors-overview .col-other-dir {
  width: 18%;
}
.directors-overview .col-relationship {
  width: 10%;
}

.directors-overview tbody tr {
  background-color: #eaf5fc !important;
  color: #222222;
}

.directors-overview .text-center {
  text-align: center;
}

@media (max-width: 768px) {
  .directors-overview-container {
    background-color: transparent !important;
    border: none;
    border-radius: 0;
  }

  .directors-overview,
  .directors-overview thead,
  .directors-overview tbody,
  .directors-overview tr,
  .directors-overview td {
    display: block;
    width: 100% !important;
  }

  .directors-overview thead {
    display: none;
  }

  .directors-overview tr {
    background-color: #eaf5fc !important;
    border: 1px solid #144272;
    border-radius: 6px;
    margin-bottom: 16px;
    padding: 14px;
  }

  .directors-overview td {
    padding: 6px 0;
    border: none !important;
  }

  .directors-overview .cell-dir-name {
    font-size: 15px;
    border-bottom: 1px dashed #144272 !important;
    padding-bottom: 6px;
    margin-bottom: 8px;
  }
}

.director-card {
  border: 2px solid #54b948;
  border-radius: 20px 20px 0 0;
  overflow: visible;
  background: #fff;
}

.director-image {
  text-align: center;
  padding: 30px 20px;
}

.director-image img {
  width: 100%;
  max-width: 430px;
  height: auto;
}

.director-header {
  position: relative;
  background: #54b948;
  color: #fff;
  padding: 20px 25px 28px;
  border-radius: 14px;
}

.director-header h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.director-header p {
  font-size: 18px;
  margin: 0;
}

/* notch */
.director-header::after {
  content: "";
  position: absolute;
  right: 55px;
  bottom: -14px;

  width: 0;
  height: 0;

  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #54b948;
}

.toggle-btn {
  position: absolute;
  right: 20px;
  bottom: -18px;

  width: 36px;
  height: 36px;

  border: none;
  background: #54b948;
  color: #fff;

  cursor: pointer;
  font-size: 24px;
  z-index: 2;
}

.toggle-btn span {
  display: block;
  transition: 0.4s;
}

.director-card.active .toggle-btn span {
  transform: rotate(180deg);
}

.director-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  padding: 0 20px;
}

.director-card.active .director-details {
  max-height: 5000px;
  padding: 30px 20px;
}

.director-details p {
  line-height: 1.8;
  margin-bottom: 15px;
}

.director-details strong {
  font-weight: 700;
}

.bod-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px 40px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}

.bod-card {
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.bod-image {
  text-align: center;
  padding: 10px;
  border-radius: 4px;
}
.bod-image img {
  width: 88%;
  max-width: 430px;
  display: block;
  margin: auto;
  height: auto;
}

.bod-header {
  position: relative;
  background: #54b948;
  color: #fff;
  padding: 18px 24px 22px;
  border-radius: 14px;
  margin-top: 15px;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.bod-card.active .bod-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.bod-header-executive {
  position: relative;
  background: #0083bf;
  color: #fff;
  padding: 18px 24px 22px;
  border-radius: 14px;
  margin-top: 15px;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.bod-card.active .bod-header-executive {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.bod-title h3 {
  margin: 0 0 4px 0;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.bod-title p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.4;
  opacity: 0.95;
  color: #ffffff;
}
.bod-toggle {
  position: absolute;
  bottom: -22px;
  right: 19px;
  width: 44px;
  height: 24px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  outline: none;
  z-index: 10;
}

.bod-toggle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 22px solid #54b948;
  border-radius: 4px;
  z-index: -1;
}

.bod-toggle span {
  position: relative;
  top: -4px;
  width: 2px;
  height: 12px;
  background-color: #ffffff;
  display: inline-block;
  transition:
    transform 0.3s ease,
    top 0.3s ease;
}

.bod-toggle span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}

.bod-card.active .bod-toggle span {
  transform: rotate(180deg);
  top: -4px;
}

/* exective */
.bod-toggle-executive {
  position: absolute;
  bottom: -22px;
  right: 19px;
  width: 44px;
  height: 24px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  outline: none;
  z-index: 10;
}

.bod-toggle-executive::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 22px solid #0083bf;
  border-radius: 4px;
  z-index: -1;
}

.bod-toggle-executive span {
  position: relative;
  top: -4px;
  width: 2px;
  height: 12px;
  background-color: #ffffff;
  display: inline-block;
  transition:
    transform 0.3s ease,
    top 0.3s ease;
}

.bod-toggle-executive span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}

.bod-content-executive {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 0 solid transparent;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.bod-card.active .bod-content-executive {
  max-height: 520px;
  border: 1px solid #0083bf;
  border-top: none;
  overflow-y: auto;
}

.bod-card.active .bod-toggle-executive span {
  transform: rotate(180deg);
  top: -6px;
}

.bod-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 0 solid transparent;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.bod-card.active .bod-content {
  max-height: 520px;
  border: 1px solid #54b948;
  border-top: none;
  overflow-y: auto;
}

.bod-inner-wrapper {
  padding: 35px 20px 20px 20px;
  font-size: 0.88rem;
  line-height: 1.6;
}
.bod-content p {
  margin-bottom: 14px;
  color: #333;
}
.bod-content h4 {
  margin: 20px 0 10px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #000;
}
.bod-divider {
  border: 0;
  border-top: 1px solid #eef2f5;
  margin: 16px 0;
}

.bod-content::-webkit-scrollbar {
  width: 6px;
}
.bod-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.bod-content::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .bod-wrapper {
    gap: 30px;
  }
  .bod-title h3 {
    font-size: 1.2rem;
  }
  .bod-title p {
    font-size: 0.85rem;
  }
}

@media (max-width: 767px) {
  .bod-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .bod-header {
    padding: 16px 20px;
  }
}
@media (max-width: 767px) {
  .bod-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .bod-header-executive {
    padding: 16px 20px;
  }
}
/* Governance CSS End */
/* SLFRS S1 and S2 Disclosures CSS end */

/* Nevindu CSS Start */

.slt-perf-dashboard-card {
  background-color: #f3f8fc;
  border: 1.5px solid #cce0f0;
  border-radius: 24px;
  max-width: 680px;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.slt-perf-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 25px;
}

@media (max-width: 560px) {
  .slt-perf-grid-container {
    grid-template-columns: 1fr;
  }
  .slt-perf-sdg-banner {
    flex-direction: column;
    gap: 15px;
    height: auto !important;
  }
  .slt-perf-sdg-icons {
    justify-content: center;
    gap: 5px;
  }
}

.slt-perf-feature-card {
  background-color: #ffffff;
  border: 1px solid #cce0f0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.132);
  display: flex;
  flex-direction: column;
}

.slt-perf-card-header {
  background: linear-gradient(90deg, #005ba2 63%, #108552 90%, #4bb252 98%);
  color: #ffffff;
  padding: 18px 20px;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.3px;
  font-weight: 500;
}

.slt-perf-card-body {
  padding: 15px 20px;
  line-height: 1.4;
  background-color: #ffffff;
  flex-grow: 1;
}

.slt-perf-sdg-banner {
  border: 1px solid #cce0f0;
  border-radius: 16px;
  display: flex;
  height: 90px;
  overflow: hidden;
}

.slt-perf-sdg-title-box {
  background-color: #0c5ca3;
  color: #ffffff;
  min-width: 140px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

.slt-perf-sdg-icons {
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 20px;
}

.slt-perf-sdg-icon {
  height: 48px;
  width: auto;
  object-fit: contain;
  transition: transform 0.2s;
}

.slt-perf-sdg-icon:hover {
  transform: scale(1.08);
}

/*---------------------------------------*/

.slt-kpi-dashboard-card {
  background-color: #f1f7fb;
  border: 1.5px solid #cce0f0;
  border-radius: 24px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.slt-kpi-banner-box {
  width: 100%;
  height: 480px;
  background-color: #0d2137;
  position: relative;
  overflow: hidden;
}

.slt-kpi-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slt-kpi-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 30px 25px;
  column-gap: 30px;
  row-gap: 20px;
  background-color: #f4f8fb;
}

.slt-kpi-feature-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 15px;
}

.slt-kpi-full-width {
  grid-column: span 1;
}

.slt-kpi-card-header {
  color: #09589e;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
  font-weight: 500;
}

.slt-kpi-card-body {
  line-height: 1.4;
  margin-bottom: 15px;
}

.slt-kpi-divider-line {
  width: 100%;
  height: 5px;
  background-color: #09589e;
  border-radius: 2px;
  margin-top: auto;
}

.slt-kpi-card-header-h1 {
  color: #09589e;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
  padding: 15px;
}

.slt-kpi-card-body-p {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media (max-width: 560px) {
  .slt-kpi-grid-container {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }

  .slt-kpi-banner-box {
    height: 300px;
  }

  .slt-kpi-card-header {
    font-size: 23px;
  }
}

/*-------------------------------------------------*/

.slt-portfolio-card {
  background-color: #f4f8fb;
  border: 1.5px solid #cce0f0;
  border-radius: 24px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.slt-portfolio-banner-title {
  background-color: #005ba2;
  color: #ffffff;
  padding: 20px 30px;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.5px;
}

.slt-portfolio-hero-box {
  width: 100%;
  height: 260px;
  background-color: #0d2137;
  overflow: hidden;
  position: relative;
  display: flex;
}

.slt-portfolio-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slt-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 25px 10px 25px;
  column-gap: 25px;
  row-gap: 30px;
}

.slt-portfolio-section {
  display: flex;
  flex-direction: column;
}

.slt-portfolio-sec-header {
  color: #005ba2;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  position: relative;
}

.slt-portfolio-grid > div:nth-child(-n + 8) .slt-portfolio-sec-header {
  margin-top: -6px;
  padding-top: 26px;
}

.slt-portfolio-sec-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  background-color: #005ba2;
  bottom: -6px;
}

.slt-portfolio-grid > div:nth-child(-n + 8) .slt-portfolio-sec-header::after {
  top: 2px;
  bottom: auto;
}

.slt-portfolio-sub-header {
  color: #005ba2;
  font-size: 14px;
  font-weight: 700;
  margin: 14px 0 6px 0;
  cursor: pointer;
}
.slt-portfolio-sub-header:hover {
  text-decoration: underline;
}

.slt-portfolio-sub-header-muted {
  font-size: 12px;
  font-weight: 500;
  color: #55697d;
  display: block;
  margin-top: -4px;
  margin-bottom: 12px;
}

.slt-portfolio-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slt-portfolio-list li {
  position: relative;
  padding-left: 14px;
  color: #334e68;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 7px;
}

.slt-portfolio-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 6px;
  width: 5px;
  height: 5px;
  background-color: #38a1db;
  border-radius: 50%;
}

.slt-portfolio-span-row {
  grid-column: span 4;
  height: 4px;
  background-color: #005ba2;
  margin: 10px 0 -10px 0;
  border-radius: 2px;
}

@media (max-width: 840px) {
  .slt-portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .slt-portfolio-span-row {
    grid-column: span 2;
  }

  .slt-portfolio-grid > div:nth-child(-n + 8) .slt-portfolio-sec-header {
    margin-top: -6px;
    padding-top: 26px;
  }
  .slt-portfolio-grid > div:nth-child(-n + 8) .slt-portfolio-sec-header::after {
    top: 2px;
    bottom: auto;
  }
}

@media (max-width: 500px) {
  .slt-portfolio-grid {
    grid-template-columns: 1fr;
  }
  .slt-portfolio-span-row {
    grid-column: span 1;
  }
  .slt-portfolio-hero-box {
    height: 180px;
  }

  .slt-portfolio-grid > div:nth-child(-n + 8) .slt-portfolio-sec-header {
    margin-top: -6px;
    padding-top: 26px;
  }
  .slt-portfolio-grid > div:nth-child(-n + 8) .slt-portfolio-sec-header::after {
    top: 2px;
    bottom: auto;
  }
}

/*-------------------------------------------------*/

.slt-portfolio-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 25px 10px 25px;
  column-gap: 30px;
  row-gap: 35px;
}

.slt-portfolio-grid-3 .slt-portfolio-sec-header {
  color: #005ba2;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  position: relative;
  margin-top: -6px;
  padding-top: 26px;
}

.slt-portfolio-grid-3 .slt-portfolio-sec-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  background-color: #005ba2;
  border-radius: 2px;
  top: 2px;
  bottom: auto;
}

.slt-portfolio-list-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  column-gap: 10px;
}

@media (max-width: 840px) {
  .slt-portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .slt-portfolio-span-row {
    grid-column: span 2;
  }

  .slt-portfolio-grid > div:nth-child(-n + 8) .slt-portfolio-sec-header {
    margin-top: -6px;
    padding-top: 26px;
  }
  .slt-portfolio-grid > div:nth-child(-n + 8) .slt-portfolio-sec-header::after {
    top: 2px;
    bottom: auto;
  }
}

@media (max-width: 500px) {
  .slt-portfolio-grid-3 {
    grid-template-columns: 1fr;
  }

  .slt-portfolio-grid-3 > div:nth-child(-n + 8) .slt-portfolio-sec-header {
    margin-top: -6px;
    padding-top: 26px;
  }
  .slt-portfolio-grid-3
    > div:nth-child(-n + 8)
    .slt-portfolio-sec-header::after {
    top: 2px;
    bottom: auto;
  }
}

/*---------------------------------------------*/
.slt-cap-wrapper {
  max-width: 520px;
  /* margin: 30px auto; */
  padding: 10px;
  box-sizing: border-box;
}

.slt-cap-top-group {
  background-color: #f4f8fb;
  border: 1.5px solid transparent;
  border-radius: 20px;
  background-image:
    linear-gradient(#f4f8fb, #f4f8fb),
    linear-gradient(135deg, #005ba2 0%, #108552 50%, #4bb252 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.slt-cap-pill {
  color: #ffffff;
  text-align: center;
  font-size: 13.5px;
  font-weight: 500;
  padding: 14px 10px;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

.slt-cap-pill-1 {
  background-color: #0c5fa3;
}
.slt-cap-pill-2 {
  background-color: #12699c;
}
.slt-cap-pill-3 {
  background-color: #1a7594;
}
.slt-cap-pill-4 {
  background-color: #268e88;
}
.slt-cap-pill-5 {
  background: linear-gradient(180deg, #268e88 0%, #40a35b 100%);
}

.slt-cap-case-stack {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.slt-cap-case-block {
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

.slt-cap-block-1 {
  background-color: #0c5fa3;
}
.slt-cap-block-2 {
  background-color: #12699c;
}
.slt-cap-block-3 {
  background-color: #1a7594;
}

.slt-cap-block-4 {
  background: linear-gradient(180deg, #268e88 0%, #40a35b 100%);
}

/*----------------------------------------------------*/

.slt-strat-wrapper {
  max-width: 780px;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.slt-strat-card {
  background-color: #ffffff;
  border: 1px solid #cce0f0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}

.slt-strat-header {
  background-color: #0c5fa3;
  color: #ffffff;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.2px;
}

.slt-strat-body {
  padding: 20px;
  background-color: #ffffff;
  line-height: 1.45;
}

.slt-strat-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 15px;
  row-gap: 15px;
}

.slt-strat-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 15px;
}

.slt-strat-col {
  position: relative;
}

.slt-strat-col:not(:first-child) {
  border-left: 1px solid #d4e3ef;
  padding-left: 15px;
}

@media (max-width: 600px) {
  .slt-strat-grid-4,
  .slt-strat-grid-2 {
    grid-template-columns: 1fr;
  }

  .slt-strat-col:not(:first-child) {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #e2edf5;
    padding-top: 15px;
  }

  .slt-strat-header {
    font-size: 14px;
    padding: 14px 16px;
  }

  .slt-strat-body {
    padding: 16px;
  }
}

/*------------------------------------------------*/

.slt-matrix-card {
  background-color: #f4f8fb;
  border: 1.5px solid #cce0f0;
  border-radius: 24px;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  position: relative;
}

.slt-matrix-axis-v {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: #00a2e8;
  transform: translateX(-50%);
  z-index: 1;
}

.slt-matrix-axis-h {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background-color: #00a2e8;
  transform: translateY(-50%);
  z-index: 1;
}

.slt-matrix-node {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border: 2px solid #00a2e8;
  border-radius: 50%;
  z-index: 5;
}

.slt-matrix-node-top {
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.slt-matrix-node-bottom {
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.slt-matrix-node-left {
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}
.slt-matrix-node-right {
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.slt-matrix-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 220px);
  position: relative;
  z-index: 2;
}

.slt-matrix-sector {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  /* padding: 15px 25px; */
}

.slt-matrix-sector-tl {
  justify-content: flex-start;
  align-items: flex-start;
}
.slt-matrix-sector-tr {
  justify-content: flex-start;
  align-items: flex-end;
  text-align: right;
}
.slt-matrix-sector-bl {
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 0px;
}
.slt-matrix-sector-br {
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 0px;
  text-align: right;
}

.slt-matrix-text-group {
  color: #334e68;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.5;
}
.slt-matrix-text-group div {
  margin-bottom: 4px;
}

.slt-matrix-sdg-container {
  display: grid;
  gap: 6px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.slt-matrix-sector-tl .slt-matrix-sdg-container {
  grid-template-columns: repeat(2, 42px);
}
.slt-matrix-sector-tr .slt-matrix-sdg-container {
  grid-template-columns: repeat(2, 42px);
  justify-content: right;
}
.slt-matrix-sector-bl .slt-matrix-sdg-container {
  grid-template-columns: repeat(2, 42px);
}
.slt-matrix-sector-br .slt-matrix-sdg-container {
  grid-template-columns: repeat(3, 42px);
  justify-content: right;
}

.slt-matrix-sdg-img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
}

.slt-matrix-center-wheel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 290px;
  height: 290px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(
    180deg,
    #075699 0%,
    #157393 45%,
    #2c9377 75%,
    #4caf50 100%
  );
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  border: 1px solid #00a2e8;
}

.slt-matrix-center-wheel::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  border: 1px solid #00a2e8;
  pointer-events: none;
  z-index: -1;
}

.slt-matrix-center-wheel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background:
    linear-gradient(
      90deg,
      transparent calc(50% - 1px),
      #00a2e8 calc(50% - 1px),
      #00a2e8 calc(50% + 1px),
      transparent calc(50% + 1px)
    ),
    linear-gradient(
      180deg,
      transparent calc(50% - 1px),
      #00a2e8 calc(50% - 1px),
      #00a2e8 calc(50% + 1px),
      transparent calc(50% + 1px)
    );
  pointer-events: none;
  z-index: 3;
}

.slt-matrix-wheel-slice {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 4;
}

.slt-matrix-slice-icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
  margin-bottom: 6px;
  display: block;
}

.slt-matrix-slice-tl {
  padding: 25px 10px 10px 25px;
}
.slt-matrix-slice-tr {
  padding: 25px 25px 10px 10px;
}
.slt-matrix-slice-bl {
  padding: 10px 10px 25px 25px;
}
.slt-matrix-slice-br {
  padding: 10px 25px 25px 10px;
}

@media (max-width: 760px) {
  .slt-matrix-card {
    padding: 20px 10px;
  }
  .slt-matrix-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 30px;
  }
  .slt-matrix-center-wheel {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin: 30px auto;
  }
  .slt-matrix-axis-v,
  .slt-matrix-axis-h,
  .slt-matrix-node {
    display: none;
  }
  .slt-matrix-sector {
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding: 15px !important;
  }
  .slt-matrix-sector-tr .slt-matrix-sdg-container,
  .slt-matrix-sector-br .slt-matrix-sdg-container {
    justify-content: center;
  }
}

.slt-matrix-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 220px;
}

.slt-matrix-list li {
  position: relative;
  padding-left: 14px;
  /* font-size: 13px; */
  line-height: 1.45;
  margin-bottom: 8px;
}

.slt-matrix-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  width: 4px;
  height: 4px;
  background-color: #55697d;
  border-radius: 50%;
}

.slt-portfolio-sector-tr {
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
}

/*-----------------------------------------------*/

.slt-proc-wrapper {
  box-sizing: border-box;
}

.slt-proc-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  border-radius: 20px;
  overflow: hidden;
  border: 1.5px solid transparent;
  background-image:
    linear-gradient(#ffffff, #ffffff),
    linear-gradient(90deg, #005ba2 0%, #108552 50%, #4bb252 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
  position: relative;
}

.slt-proc-panel-left {
  background-color: #e9f3fa;
  padding: 30px 40px 35px 30px;
  position: relative;
}

.slt-proc-panel-left::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 18px;
  height: 18px;
  background-color: #ebf3f9;
  border-top: 1.5px solid #005ba2;
  border-right: 1.5px solid #005ba2;
  z-index: 2;
}

.slt-proc-panel-left::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #005ba2;
  opacity: 0.4;
  z-index: 1;
}

.slt-proc-panel-right {
  background-color: #f2f8fc;
  padding: 30px 30px 35px 45px;
}

.slt-proc-title {
  color: #005ba2;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px 0;
  letter-spacing: -0.3px;
}

.slt-proc-desc {
  margin: 0;
}

@media (max-width: 640px) {
  .slt-proc-container {
    grid-template-columns: 1fr;
  }

  .slt-proc-panel-left {
    padding-bottom: 35px;
  }

  .slt-proc-panel-left::after {
    right: 50%;
    bottom: -10px;
    top: auto;
    transform: translateX(50%) rotate(135deg);
  }

  .slt-proc-panel-left::before {
    right: 0;
    left: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 1px;
  }

  .slt-proc-panel-right {
    padding-left: 30px;
    padding-top: 35px;
  }
}

/*---------------------------------------------*/

.slt-brand-card {
  max-width: 380px;
  padding: 4px 10px;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1.5px solid transparent;
  border-radius: 24px;
  /* background-image: linear-gradient(#f4f8fb, #f4f8fb), 
                    linear-gradient(90deg, #005ba2 0%, #108552 50%, #4bb252 100%); */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  margin-bottom: 15px;
  border: 1px solid #005ba2;
}

.slt-brand-top-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 25px;
  margin-bottom: 30px;
}

.slt-brand-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.slt-brand-full-width {
  margin-top: 5px;
}

.slt-brand-logo-container {
  height: 90px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.slt-brand-logo-img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.slt-brand-banner-container {
  height: 55px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 2px 10px;
  box-sizing: border-box;
}

.slt-brand-caption {
  color: #334e68;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.4;
  max-width: 160px;
}

.slt-brand-full-width .slt-brand-caption {
  max-width: 290px;
}

@media (max-width: 360px) {
  .slt-brand-top-grid {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .slt-brand-caption {
    max-width: 100%;
  }
}

/*----------------------------------------*/

.slt-callout-wrapper {
  display: flex;
}

.slt-callout-pill {
  background: linear-gradient(
    180deg,
    #0a5ea1 0%,
    #177891 45%,
    #2c9377 75%,
    #46aa54 100%
  );
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  max-width: 440px;
  width: 100%;
  padding: 18px 30px;
  box-sizing: border-box;
  border-radius: 16px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
}

@media (max-width: 400px) {
  .slt-callout-pill {
    font-size: 13.5px;
    padding: 16px 20px;
    border-radius: 14px;
  }
}

/*  --------------------------------------- */

.slt-highlight-card {
  background-color: #f4f8fb;
  margin-bottom: 30px;
  max-width: 600px;
  width: 100%;
  padding: 24px 30px;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.111);
  display: grid;
  grid-template-columns: 120px 1fr;
  column-gap: 30px;
  align-items: center;
  border: 1.5px solid transparent;
  border-radius: 20px;
  background-image:
    linear-gradient(#f4f8fb, #f4f8fb),
    linear-gradient(90deg, #005ba2 0%, #108552 50%, #4bb252 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.slt-highlight-logo-box {
  width: 120px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.slt-highlight-logo-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.slt-highlight-text {
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 540px) {
  .slt-highlight-card {
    grid-template-columns: 1fr;
    row-gap: 20px;
    padding: 25px 20px;
    justify-items: center;
  }

  .slt-highlight-text {
    text-align: center;
    font-size: 13px;
  }
}

/*---------------------------------*/

.slt-sdgcard-box {
  padding: 8px 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1.5px solid #005ba2;
  border-radius: 8px;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  margin-bottom: 30px;
}

.slt-sdgcard-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
}

@media (max-width: 360px) {
  .slt-sdgcard-box {
    padding: 12px 10px;
    gap: 10px;
  }
  .slt-sdgcard-img {
    width: 70px;
    height: 70px;
  }
}

/*--------------------------*/

.slt-gov-card {
  margin: 40px auto;
  padding: 0 25px 30px 25px;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.136);
  border: 1.5px solid transparent;
  border-radius: 24px;
  background-image:
    linear-gradient(#f4f8fb, #f4f8fb),
    linear-gradient(90deg, #005ba2 0%, #108552 50%, #4bb252 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.slt-gov-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 35px;
}

.slt-gov-section {
  display: flex;
  flex-direction: column;
}

.slt-gov-sec-header {
  color: #005ba2;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 12px;
  position: relative;
  margin-top: 15px;
  padding-top: 26px;
}

.slt-gov-sec-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  background-color: #005ba2;
  top: -3px;
  bottom: auto;
}

.slt-gov-desc {
  line-height: 1.5;
  margin: 0;
}

.slt-gov-span-row {
  grid-column: span 3;
  margin-top: 5px;
}

@media (max-width: 840px) {
  .slt-gov-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .slt-gov-span-row {
    grid-column: span 2;
  }
}

@media (max-width: 540px) {
  .slt-gov-grid {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }
  .slt-gov-span-row {
    grid-column: span 1;
  }
}

/*------------------------------*/

.slt-table-wrapper {
  max-width: 520px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  gap: 8px;
}

.slt-table-component {
  border-collapse: separate;
  border-spacing: 0;
  background-color: #f4f8fb;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
}

.slt-table-left {
  width: 72%;
}
.slt-table-right {
  width: 28%;
}

.slt-table-component th {
  background-color: #0c5fa3;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 16px;
  text-align: left;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.slt-table-right th {
  text-align: right;
  padding-right: 20px;
}

.slt-table-component td {
  font-size: 14px;
  padding: 16px;
  border: 1px solid #0c5fa3;
  box-sizing: border-box;
  height: 53px;
}

.slt-table-right td {
  text-align: right;
  padding-right: 20px;
}

.slt-table-component tr:last-child td {
  /* border-bottom: none; */
}

.slt-table-left {
  border: 1.5px solid transparent;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  /* background-image:
    linear-gradient(#f4f8fb, #f4f8fb),
    linear-gradient(180deg, #005ba2 0%, #108552 100%); */
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.slt-table-left th {
  border-top-left-radius: 14px;
}

.slt-table-right {
  border: 1.5px solid transparent;
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
  background-image:
    linear-gradient(#f4f8fb, #f4f8fb),
    linear-gradient(180deg, #005ba2 0%, #4bb252 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.slt-table-right th {
  border-top-right-radius: 12px;
}

@media (max-width: 420px) {
  .slt-table-component th,
  .slt-table-component td {
    font-size: 12.5px;
    padding: 12px 10px;
  }
  .slt-table-right td,
  .slt-table-right th {
    padding-right: 12px;
  }
}

/*----------------------------------*/

.slt-directory-master {
  padding: 20px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 25px;
}

.slt-directory-column-track {
  display: flex;
  flex-direction: column;
}

.slt-directory-box {
  background-color: #f4f8fb;
  position: relative;
  padding: 60px 25px 20px 25px;
  box-sizing: border-box;
  border: 1.5px solid transparent;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-image:
    linear-gradient(#f4f8fb, #f4f8fb),
    linear-gradient(135deg, #005ba2 0%, #108552 50%, #4bb252 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  margin-top: -12px;
}

.slt-directory-box-header {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  background-color: #0c5fa3;
  color: #ffffff;
  font-size: 14.5px;
  font-weight: 500;
  padding: 12px 20px;
  line-height: 1.35;
  letter-spacing: -0.2px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.slt-directory-list {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  column-gap: 15px;
  row-gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.slt-directory-list-short {
  grid-template-columns: 1fr;
}

.slt-directory-list li {
  position: relative;
  padding-left: 14px;
  font-size: 13.5px;
  white-space: nowrap;
}

.slt-directory-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  width: 5px;
  height: 5px;
  background-color: #38a1db;
  border-radius: 50%;
}

@media (max-width: 800px) {
  .slt-directory-master {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }
}

@media (max-width: 440px) {
  .slt-directory-list {
    grid-template-columns: 1fr;
  }
  .slt-directory-box-header {
    font-size: 13px;
    padding: 10px 15px;
  }
  .slt-directory-box {
    padding-top: 55px;
  }
}

/*----------------------------------------*/

.slt-embryo-card {
  padding: 0 0 30px 0;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  position: relative;
  border: 1.5px solid transparent;
  border-radius: 24px;
  background-image:
    linear-gradient(#f4f8fb, #f4f8fb),
    linear-gradient(90deg, #005ba2 0%, #108552 50%, #4bb252 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.slt-embryo-banner {
  background-color: #ffffff;
  border-bottom: 2.5px solid #d4e3ef;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  height: 70px;
  box-sizing: border-box;
}

.slt-embryo-logo {
  max-height: 44px;
  object-fit: contain;
  display: block;
}

.slt-embryo-banner::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #005ba2;
  z-index: 3;
}

.slt-embryo-flow-container {
  position: relative;
  width: 100%;
  height: 45px;
  margin-top: 14px;
}

.slt-embryo-flow-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 49.9%;
  width: 2px;
  height: 15px;
  background-color: #005ba2;
}

.slt-embryo-branch-line {
  position: absolute;
  top: 15px;
  left: 16.46%;
  right: 16.46%;
  height: 15px;
  border-top: 2px solid #005ba2;
  border-left: 2px solid #005ba2;
  border-right: 2px solid #005ba2;
}

.slt-embryo-arrow-tip {
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #005ba2;
}
.slt-embryo-tip-left {
  left: 16.56%;
  transform: translateX(-50%);
}
.slt-embryo-tip-center {
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
  height: 15px;
  border: none;
  background-color: #005ba2;
  width: 2px;
}
.slt-embryo-tip-center::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -3px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #005ba2;
}
.slt-embryo-tip-right {
  right: 16.56%;
  transform: translateX(50%);
}

.slt-embryo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 30px;
  column-gap: 25px;
  position: relative;
  z-index: 2;
}

.slt-embryo-column {
  display: flex;
  flex-direction: column;
}

.slt-embryo-sec-header {
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
}

.slt-embryo-sec-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  background-color: #005ba2;
  border-radius: 2px;
  top: -3px;
}

.slt-embryo-inner-box {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 24px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.slt-embryo-studio-logo {
  max-width: 170px;
  height: 65px;
  object-fit: contain;
  margin-bottom: 20px;
  display: block;
}

.slt-embryo-desc {
  font-size: 13.5px;
  line-height: 1.45;
  text-align: left;
  margin: 0;
}

@media(max-width:1199px){
	.slt-embryo-studio-logo {
		max-width: 115px;
	}
}

@media (max-width: 991px) {
  .slt-embryo-grid {
    grid-template-columns: 1fr;
    row-gap: 35px;
  }
  .slt-embryo-flow-container {
    display: none;
  }
  .slt-embryo-sec-header {
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: 12px;
  }
  .slt-embryo-banner {
    margin-bottom: 25px;
  }
}

/*  ----------------------- */

.slt-outlook-card {
  background-color: #0c5fa3;
  max-width: 520px;
  box-sizing: border-box;
  border-radius: 24px;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
}

.slt-outlook-header {
  padding: 25px 25px 15px 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.slt-outlook-icon-box {
  width: 36px;
  height: 36px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slt-outlook-icon-box svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.slt-outlook-title {
  font-size: 24px;
  font-weight: 700;
  color: #00b4ec;
  margin: 0;
  letter-spacing: -0.2px;
}

.slt-outlook-divider {
  height: 1px;
  background-color: #ffffff;
  opacity: 0.2;
  margin: 0 25px;
}

.slt-outlook-body {
  padding: 20px 25px 30px 25px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.slt-outlook-paragraph {
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  opacity: 0.95;
  text-align: left;
  color: white;
}

@media (max-width: 340px) {
  .slt-outlook-card {
    border-radius: 20px;
  }
  .slt-outlook-header,
  .slt-outlook-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .slt-outlook-divider {
    margin: 0 20px;
  }
  .slt-outlook-title {
    font-size: 21px;
  }
  .slt-outlook-paragraph {
    font-size: 12.5px;
  }
}

/*-----------------------------------------*/

.slt-flow-card {
  max-width: 680px;
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: stretch;
  gap: 25px;
  border: 1.5px solid transparent;
  border-radius: 24px;
  background-image:
    linear-gradient(#f4f8fb, #f4f8fb),
    linear-gradient(90deg, #005ba2 0%, #108552 50%, #4bb252 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.slt-flow-sidebar {
  width: 60px;
  min-width: 60px;
  border-radius: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  box-shadow: -1px 3px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #cce0f0;
  box-sizing: border-box;

  background:
    linear-gradient(
      to bottom,
      transparent 33%,
      #ffffff 33%,
      #ffffff 34.5%,
      transparent 34.5%,
      transparent 66%,
      #ffffff 66%,
      #ffffff 67.5%,
      transparent 67.5%
    ),
    linear-gradient(
      to bottom,
      #075699 0%,
      #157393 45%,
      #2c9377 75%,
      #4caf50 100%
    );
}

.slt-flow-arrow-node {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1.5px solid #075699;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  z-index: 2;
}

.slt-flow-arrow-node svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #075699;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.slt-flow-content-area {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slt-flow-row {
  padding: 16px 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  flex-grow: 1;
}

.slt-flow-row:not(:last-child) {
  border-bottom: 1px solid #b3cddf;
}

.slt-flow-row:first-child {
  padding-top: 8px;
}
.slt-flow-row:last-child {
  padding-bottom: 8px;
}

.slt-flow-text {
  color: #334e68;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.45;
  text-align: left;
  margin: 0;
}

@media (max-width: 520px) {
  .slt-flow-card {
    padding: 15px;
    gap: 15px;
  }
  .slt-flow-sidebar {
    width: 45px;
    min-width: 45px;
  }
  .slt-flow-arrow-node {
    width: 26px;
    height: 26px;
  }
  .slt-flow-arrow-node svg {
    width: 13px;
    height: 13px;
  }
  .slt-flow-text {
    font-size: 13px;
    line-height: 1.4;
  }
  .slt-flow-row {
    padding: 12px 0;
  }
}

/*------------------------------------*/

.slt-net-showcase {
  width: 100%;
  margin: 20px auto 20px;
  box-sizing: border-box;
}

.slt-net-heading {
  font-size: 40px;
  font-weight: 500;
  color: #005ba2; 
  margin: 0 0 18px 0;
  letter-spacing: -0.5px;
}

.slt-net-hero-frame {
  position: relative;
  width: 100%;
  margin-bottom: 130px; 
  box-sizing: border-box;
}

.slt-net-bg-banner {
  width: 100%;
  display: block;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  border: 2px solid transparent;
  border-radius: 24px;
  background-image: linear-gradient(#ffffff, #ffffff), 
                    linear-gradient(90deg, #005ba2 0%, #108552 50%, #4bb252 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.slt-net-floating-wheel {
  position: absolute;
  top: 70%; 
  left: 40px;
  width: 250px;
  height: 250px;
  z-index: 4;
  border: 8px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 8px 30px rgba(12, 95, 163, 0.25);
  background-color: #ffffff;
  box-sizing: border-box;
}

.slt-net-wheel-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  display: block;
}

@media (max-width: 768px) {
  .slt-net-heading {
      font-size: 28px;
      margin-bottom: 15px;
  }
  .slt-net-bg-banner {
      border-radius: 16px;
  }

  .slt-net-floating-wheel {
      position: relative;
      top: auto;
      left: auto; 
      margin: -100px auto 0 auto;
      width: 260px;
      height: 260px;
      border-width: 5px;
  }
  .slt-net-hero-frame {
      margin-bottom: 40px;
  }
}

.marclass1{
  margin-top: -30px;
}

.pclass2{
  padding-top: 20px;
  padding-bottom: 20px;
}

.martopclass3{
  margin-top: 0px;
  margin-bottom: 12px;
}

.marclass4{
  margin-top: 0;
}

.marclass5{
  margin-bottom: 12px;
}

.marclass6{
  margin-top: 20px;
}

.marclass7{
  margin-bottom: 0px;
}

.marclass8{
  border: none;
  box-shadow: none;
}

.lignhei9{
  line-height: 1.4;
}

.maxwi10{
  max-width: 320px;
}

.maxwi11{
  max-width: 220px;
}

.margixtop12{
  margin-top: 40px; 
  margin-bottom: -16px;
}

.margixtop13{
  margin-top: auto; 
  margin-bottom: 40px;
}

/* Nevindu CSS End */

/* Mineth CSS Start */
/* This is Sri Lanka Telecom css start */
.heading-arrow {
  width: 23px;
  margin-bottom: 3px;
}
/* This is Sri Lanka Telecom css end */

/* Performance Highlights CSS Start */
.performance-highlights-card {
  background-color: #f3f8fd;
  border: 1.5px solid transparent;
  border-radius: 24px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  background-image:
    linear-gradient(#f3f8fd, #f3f8fd),
    linear-gradient(90deg, #005ba2 63%, #108552 90%, #4bb252 98%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.performance-highlights-image-box {
    width: 100%;
    height: auto;
    background-color: #0d2137;
    position: relative;
    overflow: hidden;
    grid-column: 1 / -1;
    aspect-ratio: 2 / 1.2;
}

.performance-highlights-image-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
	object-position: center;
}

.performance-highlights-content {
  grid-column: 1 / -1;
  padding: 20px 15px;
}

.performance-highlight-cotainer {
    display: flex;
    padding: 0px 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
    grid-column: 1 / -1;
}

.top-line {
  width: 100%;
  height: 7px;
  background-color: #0b5a9f;
  /* margin-top: auto; */
}

.performance-highlight-item {
    display: block;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 48%;
}

.performance-highlights-content h2 {
	margin-top: 0;
}

.performance-highlight-value {
  font-weight: 500;
  font-size: 35px;
}

@media(max-width:540px){
	.performance-highlight-value {
		font-weight: 500;
		font-size: 30px;
	}
}

@media(max-width:460px){
	.performance-highlight-item {
		width: 100%;
	}
	.performance-highlight-item p {
		margin-bottom: 5px;
	}
}
/* Performance Highlights CSS end */

/* Our Group Structure CSS Start */
.group-structure-container {
  padding: 40px 20px;
}
.group-structure-container h1 {
  text-align: center;
  color: #0d57a8;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
}
.group-structure-logo {
  position: relative;
  top: 87px;
  text-align: center;
  margin: 74px 0 30px;
}
.group-structure-logo img {
  max-width: 279px;
  height: auto;
}
.group-structure-chart {
  position: relative;
  min-height: 920px;
  margin-top: 40px;
}
.chart-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.circle:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #edf1f5;
}
.circle span {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #0b57a5;
}
.circle.text-green span {
	color: #3FAE49;
}
.p100 {
  background: conic-gradient(#49b548, #00a58d, #0a8bc8, #49b548);
  margin-left: 17px;
  margin-top: 9px;
}
.p100-green {
  background: conic-gradient(#49b548);
  margin-left: 17px;
  margin-top: 9px;
}
.p8759 {
/*  background: conic-gradient(#49b548 0 315deg, #d6d6d6 315deg);*/
  background-image: url("../images/this_is_sri_lanka_telecom/echannelling_dia.svg");
  background-size: contain;
  background-position: center;
  margin-left: -35px;
}
.p40 {
  background: conic-gradient(#49b548 0 144deg, #d6d6d6 144deg);
}
.company {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 24px;
}
.company-info {
  width: 300px;
}
.company-info img {
  max-width: 100%;
  max-height: 90px;
}
.company-desc {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
.mobitel {
  left: 33px;
  top: 80px;
}
.ech {
  left: 129px;
  top: 327px;
}
.mobit {
  left: 141px;
  top: 641px;
}
.slt {
  right: 45px;
  top: 104px;
}
.xyntac {
  right: 45px;
  top: 260px;
}
.gscd {
  right: 45px;
  top: 454px;
}
.human {
  right: 45px;
  top: 669px;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .group-structure-chart {
    min-height: 800px;
  }
  .company {
    gap: 16px;
  }
  .company-info {
    width: 250px;
  }
  .circle {
    width: 90px;
    height: 90px;
  }
/*
  .circle:before {
    width: 67px;
    height: 67px;
  }
*/
  .circle span {
    font-size: 16px;
  }
  .company-desc {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .group-structure-container {
    padding: 20px 10px;
  }
  .group-structure-container h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .group-structure-logo img {
    max-width: 300px;
  }
  .group-structure-chart {
    min-height: 600px;
  }
  .chart-svg {
    opacity: 0.3;
  }
  .company {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin-bottom: 20px;
    flex-direction: column;
    text-align: center;
  }
  .company-info {
    width: 100%;
  }
  .circle {
    width: 80px;
    height: 80px;
  }
/*
  .circle:before {
    width: 60px;
    height: 60px;
  }
*/
  .circle span {
    font-size: 14px;
  }
  .company-desc {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .group-structure-container h1 {
    font-size: 28px;
  }
  .group-structure-logo img {
    max-width: 250px;
  }
  .group-structure-chart {
    min-height: auto;
    position: static;
  }
  .chart-svg {
    display: none;
  }
  .company {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
  }
  .company-info {
    width: 100%;
  }
  .company-info img {
    max-height: 60px;
  }
  .circle {
    width: 70px;
    height: 70px;
  }
/*
  .circle:before {
    width: 52px;
    height: 52px;
  }
*/
/*
  .circle span {
    font-size: 12px;
  }
*/
  .company-desc {
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  .group-structure-container {
    padding: 15px 5px;
  }
  .group-structure-container h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .group-structure-logo {
    margin: 10px 0 20px;
  }
  .group-structure-logo img {
    max-width: 200px;
  }
  .company {
    margin-bottom: 12px;
  }
  .company-info {
    width: 100%;
  }
  .company-info img {
    max-height: 50px;
  }
  .circle {
    width: 60px;
    height: 60px;
  }
/*
  .circle:before {
    width: 45px;
    height: 45px;
  }
  .circle span {
    font-size: 10px;
  }
*/
  .company-desc {
    font-size: 10px;
    line-height: 1.4;
  }
}
/* Our Group Structure CSS End */

/* Awards and Recognition CSS Start */
.awards-combined-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 30px 0;
}
.awards-mobitel-title {
  background: #56be45;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  padding: 5px 37px;
  border-radius: 16px 16px 0 0;
  width: 403px;
  text-align: right;
}
.awards-combined-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: linear-gradient(to right, #1e6eb8 50%, #56be45 50%);
}

.awards-dual-grid .awards-grid,
.awards-dual-grid .grid {
  margin-top: 0;
}
@media (max-width: 1100px) {
  .awards-combined-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .awards-dual-grid {
    grid-template-columns: 1fr;
  }
  .awards-mobitel-title,
  .awards-title-box {
    text-align: left;
    width: fit-content !important; 
  }
}
.awards-header-wrap {
  position: relative;
  margin-bottom: 28px;
  margin-top: 118px;
}
.awards-title-box {
  width: 403px;
  background: #005aa9;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  padding: 5px 37px;
  border-radius: 16px 16px 0 0;
}
.awards-header-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom: 2px solid #1e6eb8;
}
.awards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  /* margin-bottom: 40px; */
}
.awards-section {
  margin-bottom: 35px;
}
.awards-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}
.awards-badge {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #005aa9;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-shrink: 0;
  font-size: 18px;
}
.awards-grid h2 {
  margin: 0;
  font-size: 19px;
  line-height: 1.3;
  color: black;
  font-weight: 500;
}
.awards-sub {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #333;
}
.awards-grid ul {
  margin: 0;
  padding-left: 24px;
}
.awards-grid li {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 8px;
  color: black;
}
.awards-grid li::marker {
  color: #00a6e8;
}
@media (max-width: 1100px) {
  .awards-grid {
    grid-template-columns: 1fr;
  }
}

.header {
  position: relative;
  height: 98px;
  margin-bottom: 25px;
  margin-top: 100px;
}
.title {
  position: absolute;
  right: 0px;
  top: 0;
  background: #56be45;
  color: #fff;
  padding: 12px 22px;
  width: 400px;
  border-radius: 14px 14px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
.line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  border-bottom: 1px solid #56be45;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 55px;
}
.section {
  margin-bottom: 34px;
}
.heading {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 12px;
}
.badge {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  flex-shrink: 0;
}
.blue {
  background: #005cab;
}
.green {
  background: #56be45;
}
.grid h2 {
  margin: 0;
  font-size: 19px;
  line-height: 1.3;
  color: black;
  font-weight: 500;
}
ul {
  margin: 0;
  padding-left: 24px;
}
li {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 10px;
}
li::marker {
  color: #11a8e6;
}

img.award-2 {
  width: 86%;
  margin: 40px 40px;
}

.award-showcase {
  margin-top: 65px;
  position: relative;
  width: 900px;
  margin-left: auto;
}

.award-showcase img {
  right: 65px;
  position: relative;
  display: block;
  margin-left: auto;
  width: 82vw;
}

.marker {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #005ca9;
  color: #fff;
  /* font-weight: 700; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.green {
  background: #63c14d;
}

.marker-1 {
  left: 12%;
  bottom: -55px;
}

.marker-1::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 120px;
  border-left: 2px dashed #4a90e2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
}

.marker-8 {
  left: 29%;
  bottom: -55px;
}

.marker-8::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 41px;
  border-left: 2px dashed #4a90e2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
}

.marker-12 {
  left: 53%;
  bottom: -55px;
}

.marker-12::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 53px;
  border-left: 2px dashed #63c14d;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
}

.marker-10 {
  right: 32%;
  bottom: -55px;
}

.marker-10::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 102px;
  border-left: 2px dashed #4a90e2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
}

.marker-9 {
  right: 21%;
  bottom: -55px;
}

.marker-9::before {
  content: "";
  position: absolute;

  width: 95px; /* horizontal line length */
  height: 60px; /* vertical line height */

  left: 50%;
  bottom: 25px;

  border-left: 2px dashed #2b78c5;
  /* border-top:2px dashed #2b78c5; */
  /* border-right:2px dashed #2b78c5; */
}

.marker-9::after {
  content: "";
  position: absolute;
  width: 95px;
  height: 74px;
  left: 50%;
  bottom: 40px;
  border-bottom: 2px dashed #2b78c5;
  border-right: 2px dashed #2b78c5;
}

.marker-11 {
  right: -4%;
  bottom: -55px;
}

.marker-11::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  border-right: 2px dashed #63c14d;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
}

.marker-11::after {
  content: "";
  position: absolute;
  width: 65px;
  height: 106px;
  right: 50%;
  bottom: 40px;
  border-bottom: 2px dashed #63c14d;
  border-left: 2px dashed #63c14d;
}

.marker-2 {
  right: -18%;
  top: -71px;
}

.marker-2::before {
  content: "";
  position: absolute;
  width: 0;
  height: 34px;
  border-left: 2px dashed #2b78c5;
  left: 50%;
  transform: translateX(-50%);
  top: 25px;
}

.marker-2::after {
  content: "";
  position: absolute;
  width: 173px;
  height: 79px;
  left: 50%;
  transform: translateX(-50%);
  top: 63px;
  border-top: 2px dashed #2b78c5;
  border-left: 2px dashed #2b78c5;
  border-right: 2px dashed #2b78c5;
  z-index: -1;
}

.award-showcase-mobitel {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 80px;
}

.award-showcase-mobitel img {
  width: 86vw;
  display: block;
}

.numbers {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #005ca9;
  color: #fff;
  /* font-weight: 700; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.numbers-green {
  background: #63c14d;
}

.number-3 {
  left: 12%;
  bottom: -55px;
}

.number-4 {
  left: 31%;
  bottom: -55px;
}

.number-13 {
  left: 44%;
  bottom: -55px;
}

.number-5 {
  right: 40%;
  bottom: -55px;
}

.number-7 {
  right: 50%;
  top: -55px;
}

.number-6 {
  right: 29%;
  top: -55px;
}

.number-3::before {
  content: "";
  position: absolute;
  width: 249px;
  height: 146px;
  left: 50%;
  transform: translateX(-63%);
  bottom: 12px;
  border-left: 2px dashed #2b78c5;
  border-right: 2px dashed #2b78c5;
  border-bottom: 2px dashed #2b78c5;
  pointer-events: none;
  z-index: -1;
}

.number-4::before {
  content: "";
  position: absolute;
  width: 249px;
  height: 175px;
  left: 50%;
  transform: translateX(-59%);
  bottom: 12px;
  border-left: 2px dashed #2b78c5;
  border-right: 2px dashed #2b78c5;
  border-bottom: 2px dashed #2b78c5;
  pointer-events: none;
  z-index: -1;
}

.number-13::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 85px;
  border-left: 2px dashed #4a90e2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
}

.number-5::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 105px;
  border-left: 2px dashed #4a90e2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
}

.number-13::before {
  border-left-color: #63c14d;
}

.number-7::before {
  content: "";
  position: absolute;
  width: 0;
  height: 44px;
  border-left: 2px dashed #2b78c5;
  left: 50%;
  transform: translateX(-50%);
  top: 25px;
}

.number-7::after {
  content: "";
  position: absolute;
  width: 83px;
  height: 73px;
  left: 49%;
  transform: translateX(-50%);
  top: 71px;
  border-left: 2px dashed #2b78c5;
  border-right: 2px dashed #2b78c5;
  border-top: 2px dashed #2b78c5;
  z-index: -1;
}

.number-6::before {
  content: "";
  position: absolute;
  width: 0;
  height: 34px;
  border-left: 2px dashed #2b78c5;
  left: 50%;
  transform: translateX(-50%);
  top: 25px;
}

.number-6::after {
  content: "";
  position: absolute;
  width: 173px;
  height: 79px;
  left: 50%;
  transform: translateX(-50%);
  top: 63px;
  border-top: 2px dashed #2b78c5;
  border-left: 2px dashed #2b78c5;
  border-right: 2px dashed #2b78c5;
  z-index: -1;
}

@media (max-width: 1000px) {
  .grid {
    grid-template-columns: 1fr;
  }
  .title {
    position: relative;
    right: auto;
    width: auto;
  }
}
/* Awards and Recognition CSS End */

/* Group Chairman’s Review CSS Start */

.chairmen-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.chairmen-image {
  width: 80%;
}

.lifter {
  position: relative;
  left: 45px;
  color: #25408f;
  font-size: 1.8rem;
  width: 255px;
  line-height: 1.2;
  font-style: italic;
}

.position {
  position: relative;
  left: 45px;
  margin-top: 23px;
  font-size: 19px;
}

.name {
  font-weight: 500;
}

.signature img, img.signature {
    max-width: 220px;
	max-height: 120px;
    margin-top: 19px;
}

/* Group Chairman’s Review CSS End */

/* About Us CSS Start */

.about-us{
  position: relative;
  padding-bottom: 390px;
}

img.about-usbg {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: bottom;
}

.vm-content{
  position: relative; 
  top:0; 
  left:0; 
  display:flex; 
  width: 100%; 
  align-items: 
  center; padding:85px 20%; 
  justify-content: space-between; 
  align-items: center; 
  box-sizing: border-box;
}

.vm-card{
  max-width: 350px;
}

.vm-card img{
  width: 75px; 
  height:auto; 
  margin-bottom: 10px
}

.vm-card h2{
  color: #12b0e3; 
  font-weight: bold; 
  margin-bottom: 10px;
}

.vm-card p{
  color: white;
}

.values-content{
  position: relative;
  top: 26%;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding: 0 20%;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  gap: 0;
}

.values-img{
  max-width: 350px; 
  margin-bottom: 5px;
}

.value-test h2 {
    color: #12b0e3;
    font-weight: bold;
    margin-bottom: 10px;
}

.value-test {
	margin-bottom: 5px
}

.values-img img{
  width: 93px; 
  height:auto; 
  margin-bottom:0
}

.value-lines {
	width: 100%;
}

.value-lines img{
  width: 100%; 
  height:auto;
}

.values-items{
  display: grid; 
  grid-template-columns: repeat(7,1fr); 
  gap: 43px; 
  margin-top: 20px;
}

.value-item h3{
  font-weight: bold; 
  margin-bottom: 10px;
}

.value-item p{
  color: white;
}

@media(max-width:1480px){
	.values-items {
		gap: 30px;
	}
	.vm-content {
		position: relative;
    	padding: 85px 15%;
	}
}

@media(max-width:1366px){
	.value-item h3 {
		font-size: 1.3rem;
	}
	.vm-content {
		position: relative;
    	padding: 85px 10% 25px;
	}
}

@media(max-width:1280px){
	.value-lines img {
		width: 110%;
		margin-left: -5%;
	}
	.value-item h3 {
        font-size: 1.2rem;
    }
}

@media(max-width:1199px){
	.value-lines img {
		width: 120%;
		margin-left: -10%;
	}
}

@media(max-width:991px){
	.about-us {
		position: relative;
		padding-bottom: 250px;
	}
	.value-lines{
		display: none;
	}
	.values-content {
		align-items: flex-start;
		padding: 0 10%;
	}
	.values-items {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 10px;
		margin-top: 20px;
	}
	.value-item {
		height: auto !important;
	}
}

@media(max-width:767px){
	.vm-content {
        position: relative;
        padding: 60px 10% 25px;
    }
}

@media(max-width:480px){
	.vm-content {
		display: flex;
		flex-direction: column;
		padding: 60px 5% 25px;
		align-items: flex-start;
	}
	.values-content {
        align-items: flex-start;
        padding: 0 5%;
    }
	.values-items {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 10px;
        gap: 0;
        margin-top: 20px;
    }
}
/* About Us CSS End */

/* Mineth CSS End */

/* Avishka css start */

.blue-wrapbox {
  position: relative;
  border-inline-start: 1px solid blue;
  border-inline-end: 1px solid blue;
  border-radius: 20px;
  background: #0b5a9f;
  background: linear-gradient(
    90deg,
    rgba(11, 90, 159, 1) 0%,
    rgba(80, 184, 72, 1) 95%,
    rgba(80, 184, 72, 1) 100%
  );
  margin-bottom: 20px;
}

.blue-wrapbox::before {
  position: absolute;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #f3f8fd;
  inset-inline-start: 1px;
  top: 1px;
  border-radius: 18px;
}

.vm-wrap {
  position: relative;
  padding: 25px;
  z-index: 2;
  border-radius: 20px;
  -webkit-box-shadow: 5px 1px 7px 1px rgb(0 0 0 / 20%);
  box-shadow: 5px 1px 7px 1px rgb(0 0 0 / 20%);
}

.vm-item {
  width: 100%;
}

.vm-titlebox {
  background: #0b5a9f;
  padding: 15px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.vm-titleflex {
  display: flex;
  justify-content: space-between;
}

.vm-titlef-item {
  display: flex;
  gap: 12px;
  align-items: center;
}

.vm-titlef-itemicon {
  max-height: 75px;
  width: 80px;
}

.vm-titlef-itemtext p {
  color: #fff;
  font-size: 1.2rem;
}

.vm-centertitle {
  max-width: 500px;
  margin: 0 auto;
}

.vm-centertitle p {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}

.vm-realativebox {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.vm-abs-centerbox {
  position: absolute;
  width: 30%;
  height: auto;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #09b0e3;
  border-radius: 50%;
  padding: 25px;
  z-index: 3;
}

.vm-abs-centerbox p {
  color: #0b5a9f;
  font-weight: 800;
  font-size: 1.3rem;
  margin: 0;
}

img.centerbox-arrows.img-fluid {
  position: absolute;
  top: 0;
  right: auto;
  width: 38px;
  transform: translateY(calc(-100% + 38px));
}

.vm-rel-leftside {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 10px 0px;
}

.vm-rel-leftside-item {
  display: flex;
  position: relative;
}

.vm-rel-lef-itemtextb {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vm-rel-lef-itemtextb p {
  position: absolute;
  margin: 30px;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
}

img.img-fluid.lef-abline {
  position: absolute;
  width: 50%;
  transform: translateX(90%);
  bottom: 0;
}

.vm-rel-leftside-item:last-child img.img-fluid.lef-abline {
  top: 0;
  bottom: auto;
}

.vm-rel-rightside {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 10px 0px;
}

.vm-rel-rightside-item {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
}

.vm-rel-rig-itemtextb {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vm-rel-rig-itemtextb p {
  position: absolute;
  margin: 30px;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
}

img.img-fluid.rig-abline {
  position: absolute;
  width: 50%;
  transform: translateX(-90%);
  bottom: 0;
}

.vm-rel-rightside-item:last-child img.img-fluid.rig-abline {
  top: 0;
  bottom: auto;
}

@media (max-width: 1199px) {
  .vm-abs-centerbox p {
    font-size: 1.1rem;
    line-height: 1.2;
  }
  img.centerbox-arrows.img-fluid {
    width: 28px;
    transform: translateY(calc(-100% + 25px));
  }
  .vm-rel-rig-itemtextb p {
    font-size: 0.8rem;
  }
  .vm-rel-lef-itemtextb p {
    font-size: 0.8rem;
  }
}

@media (max-width: 991px) {
  .vm-wrap {
    padding: 15px;
  }
  .vm-abs-centerbox {
    position: absolute;
    width: 33%;
  }
  .vm-abs-centerbox p {
    font-size: 0.9rem;
    line-height: 1.2;
  }
  .vm-centertitle p {
    font-size: 1.2rem;
  }
}

@media (max-width: 580px) {
  .vm-rel-lef-itemtextb {
    width: 55%;
  }
  img.img-fluid.lef-abline {
    position: absolute;
    width: 56%;
  }
  .vm-rel-rig-itemtextb {
    width: 55%;
  }
  img.img-fluid.rig-abline {
    position: absolute;
    width: 56%;
  }
  .vm-abs-centerbox p {
    font-size: 0.7rem;
    line-height: 1.2;
  }
  .vm-rel-lef-itemtextb p {
    font-size: 0.7rem;
  }
  .vm-rel-rig-itemtextb p {
    font-size: 0.6rem;
  }
  img.centerbox-arrows.img-fluid {
    width: 21px;
    transform: translateY(calc(-100% + 19px));
  }
  .vm-titlef-itemicon {
    max-height: 70px;
    width: 65px;
  }
}

/* Accordion Style */
.accordion {
  margin-bottom: 0px;
}
.accordion .sub-menu-content {
  display: none;
  padding: 12px 15px;
}

.cd-panel-content .sub-menu-content {
  display: block;
}
.accordion .sub-menu-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  border-top: 1px solid lightgray;
  color: var(--primary-color);
  text-decoration: none;
}

.cd-panel-content .sub-menu-title {
  border: none;
}
.accordion .sub-menu-title.active {
  background-color: rgb(243, 243, 243);
}
.accordion .sub-menu-title:hover {
  background-color: rgb(243, 243, 243);
}
.accordion .sub-menu-title h1 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
  color: #3b1310;
}
.accordion .sub-menu-title i {
  font-size: 20px;
}
.accordion .fa-angle-down {
  transition: 300ms;
}
.accordion .fa-angle-down.close {
  transform: rotate(180deg);
  color: var(--primary-color);
}
.note-slider-content .fa-angle-down {
  display: none;
}
.note-slider-content .accordion .sub-menu-title {
  border-top: 0;
  padding-top: 0;
}
.note-slider-content .accordion .sub-menu-title:hover {
  background-color: transparent;
  cursor: default;
}
/* Accordion Style End*/

.vm-esarrowimg {
  width: 80%;
  margin: 0 auto;
}

.vm-estitlebox {
  width: fit-content;
  padding: 6px 40px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #09b0e3;
  margin: 0 auto;
}

.vm-estitlebox p {
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.vm-esflex {
  display: flex;
}

.vm-esflex-item {
  width: 20%;
  padding: 20px;
  text-align: center;
}

.vm-esflex-itemicon {
  width: 60px;
  margin: 0 auto 10px;
}

.vm-esflex-item p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.vm-esbottom {
  width: 80%;
  margin: 0 auto;
}

.vm-esbottom-text {
  width: fit-content;
  padding: 6px 40px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #09b0e3;
  margin: 0 auto;
  transform: translateY(-50%);
}

.vm-item-mobile {
  display: none;
}

@media (max-width: 991px) {
  .vm-estitlebox {
    width: fit-content;
    padding: 4px 25px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #09b0e3;
    margin: 0 auto;
  }

  .vm-estitlebox p {
    margin-bottom: 5px;
    font-size: 1rem;
  }

  .vm-esflex-itemicon {
    width: 45px;
    margin: 0 auto 10px;
  }

  .vm-esflex-item {
    width: 20%;
    padding: 5px;
    text-align: center;
  }

  .vm-esbottom-text {
    width: fit-content;
    max-width: 240px;
    padding: 4px 25px;
    background: #fff;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #09b0e3;
    margin: 0 auto;
    transform: translateY(-50%);
  }

  .vm-esbottom {
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
  }

  .vm-esflex-item p {
    font-size: 0.7rem;
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .vm-esdia {
    display: none;
  }

  .vm-item-mobile {
    display: block;
    padding-bottom: 0px;
    margin-top: 15px;
  }

  .vm-item-mobile .vm-estitlebox {
    margin: 0;
  }

  .vm-escontentbox {
    border-left: 2px solid #7ed4ef;
    margin-top: -35px;
  }

  .vm-escontent-item {
    margin: 20px 0px;
    padding-left: 30px;
    border-bottom: 2px solid #7ed4ef;
  }

  .vm-escontent-itembox {
    display: flex;
    gap: 15px;
    background: #f3f8fd;
    transform: translateY(30px);
  }

  .vm-esflex-itemicon {
    width: 65px;
    margin: 0;
  }

  .vm-esbottom {
    width: 100%;
    margin: 0;
    margin-top: 60px;
  }
}

/* common css */

h2 img {
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
}

/* common-flexbox css start */
.common-flexbox {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.common-flexitem {
  border-radius: 20px;
  overflow: hidden;
  width: 32%;
  border: 1px solid transparent;
  background-image:
    linear-gradient(#f3f8fd, #f3f8fd),
    linear-gradient(to left, #65c05f, #5189bb);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  -webkit-box-shadow: 5px 1px 7px 1px rgb(0 0 0 / 20%);
  box-shadow: 5px 1px 7px 1px rgb(0 0 0 / 20%);
}

.common-flex-titlebox {
  display: flex;
  justify-content: space-between;
  background: #0b5a9f;
  padding: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-bottom: 70px;
  margin: 0;
}

.po-section .common-flex-titlebox {
  min-height: 190px;
}

.common-flex-title {
  width: calc(100% - 90px);
}

.common-flex-title p {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #fff;
  font-weight: 500;
  margin: 0;
}

.common-flex-icon {
  width: 70px;
}

.common-flex-contentbox {
  position: relative;
  padding: 10px 15px;
  padding-bottom: 80px;
  margin: 0;
  margin-top: -5px;
  border-top: 1px solid #0b5a9f;
}

.common-flex-contentbox:first-child {
  height: 100%;
}

.common-flex-contentbox:last-child {
  padding-bottom: 10px;
}

.common-flex-contentbox.fx-blue {
  background: #f3f8fd;
}

.common-flex-contentbox.fx-gradient {
  background: #f3f8fd;
}

.po-section .common-flex-contentbox.fx-blue {
  min-height: 720px;
}
.common-flex-contentbox.fx-green {
  background: #ebf5e8;
}

.po-section .common-flex-contentbox.fx-green {
  min-height: 100%;
}

.flex-contentbox-title {
  position: absolute;
  top: 0;
  inset-inline-start: 5%;
  width: 90%;
  padding: 10px 15px 10px;
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  transform: translateY(-100%);
}

.common-flex-contentbox.fx-blue .flex-contentbox-title {
  background: #0082be;
}
.common-flex-contentbox.fx-gradient .flex-contentbox-title {
  background: #23a574;
  background: linear-gradient(
    180deg,
    rgba(35, 165, 116, 1) 0%,
    rgba(0, 148, 154, 1) 100%
  );
}
.common-flex-contentbox.fx-green .flex-contentbox-title {
  background: #4db64c;
}

.flex-contentbox-title p {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.2;
  margin: 0;
  font-weight: 500;
}

@media (max-width: 1399px) {
  .po-section .common-flex-contentbox.fx-blue {
    min-height: 870px;
  }
}

@media (max-width: 1199px) {
  .po-section .common-flex-contentbox.fx-blue {
    min-height: 870px;
  }
}

@media (max-width: 991px) {
  .common-flexitem {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .common-flexitem {
    width: 100%;
  }

  .po-section .common-flex-contentbox.fx-blue {
    min-height: auto;
  }
}

.bm-box {
  margin-bottom: 20px;
}

.bm-flex {
  display: flex;
  gap: 50px;
}

.bm-boxleft {
  width: 30%;
}

.bm-box-titlebox {
  background: #0b5a9f;
  padding: 7px 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 90%;
  margin: 0 auto;
}

.bm-box-titlebox p {
  margin: 0;
  color: #fff;
  font-weight: 500;
}

.bm-box-contentbox {
  background: #f3f8fd;
  border-radius: 15px;
  padding: 10px 5%;
  border: 1px solid transparent;
  background-image:
    linear-gradient(#f3f8fd, #f3f8fd),
    linear-gradient(to left, #65c05f, #5189bb);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  -webkit-box-shadow: 5px 1px 7px 1px rgb(0 0 0 / 20%);
  box-shadow: 5px 1px 7px 1px rgb(0 0 0 / 20%);
}

.bm-box-contenttitle {
  padding: 0px 7px 12px;
  border-bottom: 3px solid #000;
}

.bm-box-contenttitle h3 {
  margin-top: 0;
  color: #0b5a9f;
  font-weight: 500;
  font-size: 1.3rem;
}

.bm-box-contenttitle p {
  font-size: 0.9rem;
  line-height: 1rem;
  margin: 0;
}

.bm-boxleft-item {
  border-bottom: 1px solid #000;
}

.bm-boxleft-item:last-child {
  border-bottom: none;
}

.bm-boxleft-itemstitle {
  display: flex;
  padding: 12px 4%;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.bm-boxleft-itemstitle-icon {
  min-width: 50px;
}

.bm-boxleft-itemstitle p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.2rem;
  color: #0b5a9f;
  font-weight: 500;
}

.bm-boxleft-itemscontent {
  display: none;
  padding: 8px 4%;
}

.bm-boxleft-itemscontent ul li {
  font-size: 0.9rem;
  line-height: 1;
  margin-bottom: 0px;
}

.bm-boxleft-itemstitle,
.bm-boxcenter-itemstitle {
  position: relative;
  
}

.bm-arrow-icon {
  min-width: 25px;
  height: 25px;
  position: absolute;
  bottom: 12px;
  inset-inline-end: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 20px;
  border: 1px solid;
}

.bm-arrow-icon i {
  transition: transform 0.3s ease;
}

.bm-boxleft-item.active .bm-arrow-icon i,
.bm-boxcenter-item.active .bm-arrow-icon i,
.bm-boxright-item.active .bm-arrow-icon i {
  transform: rotate(180deg);
}

.bm-arrowdir-icon {
  position: absolute;
  /* top: 1px; */
  inset-inline-end: 0;
  width: 50px;
  height: auto;
  transform: translateX(calc(100% + 16px));
  z-index: -1;
}

.bm-arrowdir-icon2 {
  position: absolute;
  /* top: 1px; */
  inset-inline-end: -165%;
  width: 50px;
  height: auto;
  transform: translateX(calc(100% + 16px));
  z-index: -1;
}

.bm-boxcenter {
  width: 40%;
}

.bm-boxcenter .bm-box-titlebox {
  background: linear-gradient(
    90deg,
    rgba(14, 94, 157, 1) 0%,
    rgba(34, 118, 142, 1) 100%
  );
}

.bm-boxcenter .bm-box-contentbox {
  background: #50b848;
  background: linear-gradient(
    90deg,
    rgba(80, 184, 72, 1) 0%,
    rgba(0, 130, 190, 1) 100%
  );
  border: 1px solid transparent;
  background-image:
    linear-gradient(90deg, rgba(80, 184, 72, 1) 0%, rgba(0, 130, 190, 1) 100%),
    linear-gradient(to left, #65c05f, #5189bb);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  -webkit-box-shadow: 5px 1px 7px 1px rgb(0 0 0 / 20%);
  box-shadow: 5px 1px 7px 1px rgb(0 0 0 / 20%);
}

.bm-boxcenterimg {
  width: 80%;
  margin: 10px auto;
}

.bm-boxcenter-item {
  border-bottom: 1px solid #000;
}

.bm-boxcenter-item:last-child {
  border-bottom: none;
}

.bm-boxcenter-itemstitle {
  display: flex;
  padding: 12px 4%;
  gap: 10px;
  cursor: pointer;
}

.bm-boxcenter-itemstitle-icon {
  min-width: 50px;
}

.bm-boxcenter .bm-box-contenttitle h3,
.bm-boxcenter .bm-box-contenttitle p {
  color: #fff;
}

.bm-boxcenter .bm-box-contenttitle {
  border-color: #fff;
}

.bm-boxcenter-itemstitle p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.2rem;
  color: #fff;
  font-weight: 500;
}

.bm-boxcenter-itemscontent {
  display: none;
  padding: 8px 4%;
}

.bm-boxcenter-itemscontent ul li::before {
  color: #fff;
}

.bm-boxcenter-itemscontent ul li {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
  margin-bottom: 0px;
}

.bm-boxright {
  width: 30%;
}

.bm-boxright .bm-box-titlebox {
  background: #267b8a;
  background: linear-gradient(
    90deg,
    rgba(38, 123, 138, 1) 0%,
    rgba(80, 184, 72, 1) 100%
  );
}

.bm-boxright .bm-box-contentbox {
  background: #f4f9f2;
}

.bm-boxright-itemstitle {
  position: relative;
  padding: 12px 0px;
  cursor: pointer;
  border-bottom: 3px solid #50b848;
}

.bm-boxright-itemstitle-title {
  margin-inline-end: 30px;
}

.bm-boxright-item:last-child .bm-boxright-itemstitle {
  border-bottom: none;
}

.bm-boxright-itemscontent {
  display: none;
}

.bm-boxright-itemstitle h3 {
  margin-top: 0;
  color: #0b5a9f;
  font-weight: 500;
  font-size: 1.2rem;
}

.bm-boxright-itemstitle p {
  font-size: 0.9rem;
  line-height: 1rem;
  margin: 0;
}

.bm-boxright-itemscontent-item {
  border-bottom: 1px solid;
}

.bm-boxright-item:last-child .bm-boxright-itemscontent-item:last-child {
  border: unset;
}

.bm-boxright-itemscontent-item h4 {
  /* margin-top: 0; */
  color: #0b5a9f;
  font-weight: 500;
  font-size: 1rem;
}

.bm-boxright-itemscontent ul li::before {
  color: #000;
}

.bm-boxright-itemscontent-item ul li {
  font-size: 0.9rem;
  line-height: 1;
  margin-bottom: 0px;
}

.bm-boxright-itemscontent-item ul {
  margin-bottom: 15px;
}

.bm-box ul li::before {
  line-height: 1rem;
}

.bm-arrowsmobile {
  display: none;
}

@media (max-width: 991px) {
  .container.bm-mainsection {
    min-width: 94%;
  }
}

@media (max-width: 900px) {
  .container.bm-mainsection {
    min-width: auto;
    max-width: 600px;
  }

  .bm-flex {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .bm-boxleft,
  .bm-boxcenter,
  .bm-boxright {
    width: 100%;
  }

  .bm-arrowdir-icon {
    display: none;
  }

  .bm-arrowdir-icon2 {
    display: none;
  }

  .bm-arrowsmobile {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

.bm-fullwidth-lifterbox {
  position: relative;
  width: 100%;
  max-width: 1900px;
  padding: 40px 10% 100px;
  overflow: hidden;
}

.bm-fullwidth-lifterbox p {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.3;
  font-style: italic;
  color: #fff;
  z-index: 2;
}

.bm-fullwidth-lifterbox img {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
  scale: 1.1;
}

@media (max-width: 991px) {
  .bm-fullwidth-lifterbox p {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .bm-fullwidth-lifterbox {
    padding: 40px 5% 80px;
  }
}

/* gradientbox css start */

.gradientbox {
  max-width: 500px;
  padding: 15px 20px;
  border-radius: 15px;
  margin-bottom: 15px;
  background: #0085ba;
  background: linear-gradient(
    180deg,
    rgba(0, 133, 186, 1) 0%,
    rgba(80, 184, 72, 1) 100%
  );
  -webkit-box-shadow: 5px 8px 17px 3px rgb(0 0 0 / 20%);
  box-shadow: 5px 8px 17px 3px rgb(0 0 0 / 20%);
  border: 1px solid transparent;
  background-image:
    linear-gradient(180deg, rgba(0, 133, 186, 1) 0%, rgba(80, 184, 72, 1) 100%),
    linear-gradient(to bottom, #65c05f, #5189bb);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.gradientbox-title {
  width: fit-content;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
}

.gradientbox-title-line {
  width: 100%;
  height: 20px;
  margin-top: 3px;
  border-top: 3px solid #fff;
  background: #000000;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.gradientbox-content p {
  color: #fff;
}

/* gradientbox css end */

.blue-box {
  border: 1px solid #0b5a9f;
  border-radius: 20px;
  height: 100%;
  -webkit-box-shadow: 5px 1px 7px 1px rgb(0 0 0 / 20%);
  box-shadow: 5px 1px 7px 1px rgb(0 0 0 / 20%);
}

.blue-box-head {
  padding: 8px 18px;
  border-bottom: 1px solid #0b5a9f;
}

.blue-box-head p {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 0;
  color: #0b5a9f;
}

.blue-box-body {
  padding: 7px 18px;
}

.blue-box-body p {
  line-height: 1.4;
}

.eks-section .common-flex-titlebox {
  min-height: 190px;
}

.eks-section .common-flex-contentbox.fx-blue {
  min-height: 500px;
}

.eks-section .common-flex-contentbox.fx-gradient {
  min-height: 450px;
}

.eks-section .common-flex-contentbox.fx-green {
  min-height: 600px;
}

@media (max-width: 1399px) {
  .eks-section .common-flex-contentbox.fx-green {
    min-height: 680px;
  }
}

@media (max-width: 1199px) {
  .eks-section .common-flexitem {
    width: 49%;
  }

  .eks-section .common-flex-contentbox.fx-blue {
    min-height: 450px;
  }

  .eks-section .common-flex-contentbox.fx-gradient {
    min-height: 450px;
  }

  .eks-section .common-flex-contentbox.fx-green {
    min-height: 600px;
  }
}

@media (max-width: 991px) {
  .eks-section .common-flexitem {
    width: 100%;
  }

  .eks-section .common-flex-contentbox.fx-blue {
    min-height: auto;
  }

  .eks-section .common-flex-contentbox.fx-gradient {
    min-height: auto;
  }

  .eks-section .common-flex-contentbox.fx-green {
    min-height: auto;
  }
}

b,
strong {
  font-weight: 500;
}

.matrix-flex {
  display: flex;
  min-width: 500px;
}

.matrix-left {
  display: flex;
  flex-direction: column;
  height: auto;
  align-items: center;
  min-width: 90px;
}

.matrix-left-top {
  color: #09b0e3;
}

.matrix-left-bottom {
  color: #09b0e3;
}

.matrix-left-center {
  position: relative;
  height: 100%;
  border-left: 2px solid #09b0e3;
}

.matrix-left-center-content {
  position: absolute;
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: column;
  align-content: center;
  justify-content: space-between;
  transform: translateX(-50%);
}

.matrix-left-center-content span {
  writing-mode: sideways-lr;
  padding: 18px 7px;
  color: #0b5a9f;
  border: 1px solid #09b0e3;
  background: #fff;
  font-weight: 500;
  border-radius: 15px;
}

img.blue-arrowhead-top.img-fluid {
  width: 10px;
  transform: rotate(90deg) translateX(-5px);
}

img.blue-arrowhead-bottom.img-fluid {
  width: 10px;
  transform: rotate(-90deg) translateX(-5px);
}

.matrix-box {
  width: calc(100% - 90px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 6px;
}

.matrix-box-item {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
}

.matrix-box-flextext {
  color: #fff;
  text-align: center;
  font-size: 1rem;
}

.matrix-box-item:nth-child(1),
.matrix-box-item:nth-child(5),
.matrix-box-item:nth-child(9),
.matrix-box-item:nth-child(13) {
  background: #9dd1ef;
}

.matrix-box-item:nth-child(2),
.matrix-box-item:nth-child(6),
.matrix-box-item:nth-child(10),
.matrix-box-item:nth-child(11),
.matrix-box-item:nth-child(12),
.matrix-box-item:nth-child(14),
.matrix-box-item:nth-child(15),
.matrix-box-item:nth-child(16) {
  background: #09b0e3;
}

.matrix-box-item:nth-child(3),
.matrix-box-item:nth-child(4),
.matrix-box-item:nth-child(7),
.matrix-box-item:nth-child(8) {
  background: #0b5a9f;
}

.matrix-bottom {
  display: flex;
  height: 80px;
  width: calc(100% - 80px);
  align-items: center;
  margin-inline-start: 90px;
}

.matrix-box-wrapper {
  background: #f3f8fd;
  border-radius: 20px;
  padding: 25px 20px 0px 0px;
  overflow-x: auto;
  border: 1px solid transparent;
  background-image:
    linear-gradient(#f3f8fd, #f3f8fd),
    linear-gradient(to left, #65c05f, #5189bb);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  -webkit-box-shadow: 5px 1px 7px 1px rgb(0 0 0 / 20%);
  box-shadow: 5px 1px 7px 1px rgb(0 0 0 / 20%);
}

.matrix-bottom-left {
  padding: 0px 15px;
  color: #09b0e3;
}

.matrix-bottom-right {
  padding: 0px 15px;
  color: #09b0e3;
}

.matrix-bottom-center {
  width: 100%;
  display: flex;
  height: auto;
  border-top: 2px solid #09b0e3;
  position: relative;
  margin: 0px 10px;
  align-items: center;
  justify-content: center;
}

.matrix-bottom-center-content {
  position: absolute;
}

.matrix-bottom-center-content span {
  padding: 7px 18px;
  color: #0b5a9f;
  border: 1px solid #09b0e3;
  background: #fff;
  font-weight: 500;
  border-radius: 15px;
}

img.blue-arrowhead-left.img-fluid {
  width: 10px;
  margin-bottom: 2px;
  transform: translateX(-30px);
}

img.blue-arrowhead-right.img-fluid {
  width: 10px;
  margin-bottom: 2px;
  transform: rotate(180deg) translateX(-30px);
}

table.matrix-table {
  border-collapse: separate;
  border-top: 0 !important;
}

table.matrix-table thead tr {
  border-top: 0 !important;
}

table.matrix-table thead td {
  padding: 10px 7px 6px;
  overflow: hidden;
  background: #0b5a9f;
  color: #fff;
}

table.matrix-table thead td:first-child {
  border-top-left-radius: 5px;
}
table.matrix-table thead td:last-child {
  border-top-right-radius: 5px;
}

/* fc-box css start */

.fc-titlebox {
  padding: 15px 20px;
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 15px;
  background: #0b5a9f;
  color: #fff;
  border: 3px solid #09b0e3;
}

.fc-figbox.row {
  padding: 15px 5px;
  border-radius: 20px;
  margin: 0;
  row-gap: 15px;
  border: 1px solid transparent;
  background-image:
    linear-gradient(white, white), linear-gradient(to right, #65c05f, #5189bb);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.fc-figbox-item {
  height: 100%;
  border: 1px solid;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid transparent;
  background-image:
    linear-gradient(white, white), linear-gradient(to right, #5189bb, #65c05f);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  -webkit-box-shadow: 5px 1px 7px 1px rgb(0 0 0 / 20%);
  box-shadow: 5px 1px 7px 1px rgb(0 0 0 / 20%);
}

.fc-figbox-itemhead {
  padding: 5px 12px 7px;
  background: #0b5a9f;
  background: linear-gradient(
    90deg,
    rgba(11, 90, 159, 1) 0%,
    rgba(79, 181, 74, 1) 100%
  );
}

.fc-figbox-itemhead h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}

.fc-figbox-itembody {
  padding: 5px 12px 5px;
}

.fc-figbox-item.full-flex {
  display: flex;
  align-items: center;
}

.fc-figbox-item.full-flex .fc-figbox-itemhead {
  height: 100%;
  display: flex;
  align-items: center;
  background: #0b5a9f;
}

.fc-figbox-item.full-flex .fc-figbox-itemhead h3 {
  font-size: 1.2rem;
  font-weight: 500;
}

.fc-figbox-item.full-flex .fc-figbox-itembody {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  justify-content: flex-end;
  padding: 10px 15px;
}

.fc-figbox-item.full-flex .fc-figbox-itembody img {
  width: 70px;
}

@media (max-width: 991px) {
  .fc-figbox-item.full-flex {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .fc-figbox-item.full-flex .fc-figbox-itemhead {
    width: 100%;
  }
}

/* fc-box css start */

.fullwidth-gradient-wrapper {
  width: 100%;
  max-width: 1900px;
  background: #0b5a9f;
  background: linear-gradient(
    125deg,
    rgba(11, 90, 159, 1) 34%,
    rgba(79, 181, 74, 1) 100%
  );
  padding: 80px 10%;
  margin-bottom: 20px;
}

.fullwidth-gradientbox h2 {
  font-size: 2.8rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}

.fullwidth-gradientbox.light-blue h2 {
  color: #09b0e3;
}

.fullwidth-gradientbox p {
  color: #fff;
}

@media (max-width: 776px) {
  .fullwidth-gradient-wrapper {
    padding: 60px 5%;
  }
}

.slt-globalbox {
  border-radius: 15px;
  overflow: hidden;
  background: #f5f9fd;
  margin-bottom: 15px;
  border: 1px solid transparent;
  background-image:
    linear-gradient(#f5f9fd, #f5f9fd),
    linear-gradient(to bottom, #65c05f, #5189bb);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  -webkit-box-shadow: 5px 1px 12px 2px rgb(0 0 0 / 20%);
  box-shadow: 5px 1px 12px 2px rgb(0 0 0 / 20%);
}

.slt-global-title {
  background: #0b5a9f;
  padding: 12px 17px;
}

.slt-global-title p {
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

.slt-global-content {
  padding: 0px 15px;
}

table.slt-global-table {
  border-collapse: separate;
  border-top: 0 !important;
  border-spacing: 5px 0;
}

table.slt-global-table thead tr {
  border-top: 0 !important;
}

table.slt-global-table thead td {
  padding: 10px 7px 6px;
  overflow: hidden;
  background: #0b5a9f;
  color: #fff;
}

table.slt-global-table tbody tr td {
  border-left: 1px #004a69 solid;
  border-right: 1px #004a69 solid;
}

table.slt-global-table thead td {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.custombox-item {
  border-top: 8px solid #0b5a9f;
  margin: 0px 5px;
}

.custombox-item h4 {
  color: #0b5a9f;
  font-size: 1.2rem;
  font-weight: 500;
}

.outlook-box {
  background: #0b589d;
  border-radius: 15px;
  -webkit-box-shadow: 5px 1px 12px 2px rgb(0 0 0 / 20%);
  box-shadow: 5px 1px 12px 2px rgb(0 0 0 / 20%);
}

.outlook-title {
  padding: 15px 15px 10px;
  border-bottom: 2px solid #fff;
}

.outlook-title img {
  width: 40px;
  height: 40px;
}

.outlook-title h3 {
  font-weight: 500;
  font-size: 1.7rem;
}

.outlook-content {
  padding: 20px 20px 20px;
}

.outlook-content p {
  color: #fff;
}

.ed-flexbox1,
.ed-flexbox2,
.ed-flexbox3,
.ed-flexbox4,
.ed-flexbox5 {
  display: flex;
}

.ed-flexbox-item {
  padding: 70px 0px 0px;
  overflow: hidden;
}

.ed-flexbox-item:first-child .ed-flexbox-itembox {
  border-top-left-radius: 20px;
}

.ed-flexbox-item:last-child .ed-flexbox-itembox {
  border-top-right-radius: 20px;
  border-inline-end: 0;
}

.ed-flexbox1 .ed-flexbox-item,
.ed-flexbox2 .ed-flexbox-item,
.ed-flexbox3 .ed-flexbox-item,
.ed-flexbox5 .ed-flexbox-item {
  width: 25%;
}

.ed-flexbox4 .ed-flexbox-item {
  width: 50%;
}

.ed-flexbox-itembox {
  display: flex;
  position: relative;
  height: 150px;
  text-align: center;
  padding: 10px;
  flex-direction: column;
  align-content: center;
  align-items: center;
  border-inline-end: 1px solid #0b5a9f;
}

.ed-flexbox1 .ed-flexbox-itembox {
  background: #0082be;
  background: linear-gradient(
    180deg,
    rgba(0, 130, 190, 1) 0%,
    rgba(0, 137, 178, 1) 100%
  );
}
.ed-flexbox2 .ed-flexbox-itembox {
  background: #008ea8;
  background: linear-gradient(
    180deg,
    rgba(0, 142, 168, 1) 0%,
    rgba(0, 152, 146, 1) 100%
  );
}
.ed-flexbox3 .ed-flexbox-itembox {
  background: #009d87;
  background: linear-gradient(
    180deg,
    rgba(0, 157, 135, 1) 0%,
    rgba(48, 169, 107, 1) 100%
  );
}
.ed-flexbox4 .ed-flexbox-itembox {
  background: #42af5a;
}
.ed-flexbox5 .ed-flexbox-itembox {
  background: #f3f8fd;
  border: 1px solid #0b5a9f;
}
.ed-flexbox5 .ed-flexbox-itembox {
  padding: 15px;
}

.ed-flexbox5 .ed-flexbox-item {
  padding-top: 40px;
}

.ed-flexbox-itemimg {
  width: 80px;
  height: 80px;
  margin-top: -50px;
  margin-bottom: 15px;
}

.ed-flexbox-itembox p {
  color: #fff;
}

.ed-flexbox5 .ed-flexbox-itembox p {
  color: #0b5a9f;
}

@media (max-width: 1199px) {
  .ed-flexbox-itembox {
    height: 210px;
  }
  .ed-flexbox3 .ed-flexbox-itembox,
  .ed-flexbox4 .ed-flexbox-itembox {
    height: 160px;
  }
  .ed-flexbox-itembox p {
    line-height: 1.4;
  }
}

@media (max-width: 540px) {
  .ed-flexbox1,
  .ed-flexbox2,
  .ed-flexbox3,
  .ed-flexbox4,
  .ed-flexbox5 {
    display: flex;
    flex-wrap: wrap;
  }
  .ed-flexbox1 .ed-flexbox-item,
  .ed-flexbox2 .ed-flexbox-item,
  .ed-flexbox3 .ed-flexbox-item,
  .ed-flexbox5 .ed-flexbox-item {
    width: 50%;
  }
  .ed-flexbox5 .ed-flexbox-item:nth-child(3),
  .ed-flexbox5 .ed-flexbox-item:nth-child(4) {
    padding-top: 0;
  }
  .ed-flexbox5 .ed-flexbox-item:nth-child(2) .ed-flexbox-itembox {
    border-top-right-radius: 20px;
  }
}

.parallax-img-wrapper {
  overflow: hidden;
  border-radius: 15px;
}

.parallax-img-wrapper img {
  position: relative;
  transform: scale(1.1);
}

.gradient-arrowbox {
  padding: 25px;
  border: 1px solid #0b5a9f;
  border-radius: 25px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  background-image:
    linear-gradient(#f5f9fd, #f5f9fd),
    linear-gradient(to left, #65c05f, #5189bb);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  -webkit-box-shadow: 5px 1px 12px 2px rgb(0 0 0 / 20%);
  box-shadow: 5px 1px 12px 2px rgb(0 0 0 / 20%);
}

.gradient-arrowbox-item {
  display: flex;
}

.gradient-arrowbox-itemicon {
  width: 90px;
  min-height: 80px;
  position: relative;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #fff;
}

.gradient-arrowbox-itemicon img {
  width: 50px;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  z-index: 1;
}

.gradient-arrowbox-itemcontent {
  display: flex;
  width: calc(100% - 90px);
  align-items: center;
  padding: 0px 15px;
  border-bottom: 1px solid #0b5a9f;
}

.gradient-arrowbox-itemcontent p {
  font-size: 1.4rem;
  color: #215e9e;
}

.gradient-arrowbox-item:nth-child(1) .gradient-arrowbox-itemicon {
  background: #0b5a9f;
  background: linear-gradient(
    180deg,
    rgba(11, 90, 159, 1) 0%,
    rgba(12, 92, 158, 1) 100%
  );
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.gradient-arrowbox-item:nth-child(2) .gradient-arrowbox-itemicon {
  background: #0d5d9e;
  background: linear-gradient(
    180deg,
    rgba(13, 93, 158, 1) 0%,
    rgba(24, 106, 151, 1) 100%
  );
}
.gradient-arrowbox-item:nth-child(3) .gradient-arrowbox-itemicon {
  background: #1b6d95;
  background: linear-gradient(
    180deg,
    rgba(27, 109, 149, 1) 0%,
    rgba(50, 139, 125, 1) 100%
  );
}
.gradient-arrowbox-item:nth-child(4) .gradient-arrowbox-itemicon {
  background: #379376;
  background: linear-gradient(
    180deg,
    rgba(55, 147, 118, 1) 0%,
    rgba(80, 184, 72, 1) 100%
  );
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.gradient-arrowbox-item:nth-child(4) .gradient-arrowbox-itemcontent {
  border-bottom: 0;
}
.gradient-arrowbox-item:nth-child(4) .gradient-arrowbox-itemicon {
  border-bottom: 0;
}

.gp_box {
  display: flex;
  flex-wrap: wrap;
  background: #f3f8fd;
  border-radius: 25px;
  border: 1px solid transparent;
  background-image:
    linear-gradient(#f5f9fd, #f5f9fd),
    linear-gradient(to left, #65c05f, #5189bb);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  -webkit-box-shadow: 5px 1px 12px 2px rgb(0 0 0 / 20%);
  box-shadow: 5px 1px 12px 2px rgb(0 0 0 / 20%);
}

.gp-boxitem {
  position: relative;
  width: 50%;
  padding: 25px;
}

.gp-abcircleimg {
  position: absolute;
  width: 20px;
}

.gp-boxitem:nth-child(1) {
  padding-inline-end: 170px;
  border-right: 2px solid #09b0e3;
}

.gp-boxitem:nth-child(1) .gp-abcircleimg {
  top: 0;
  inset-inline-end: 0;
  transform: translate(50%, 0%);
  background: #f3f8fd;
}

.gp-boxitem:nth-child(2) {
  padding-inline-start: 170px;
  text-align: end;
  border-bottom: 2px solid #09b0e3;
}

.gp-boxitem:nth-child(2) .gp-abcircleimg {
  bottom: 0;
  inset-inline-end: 0;
  transform: translate(0%, 50%);
  background: #f3f8fd;
}

.gp-abcircle {
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 300px;
  padding: 25px;
  border-radius: 50%;
  background: #f3f8fd;
  border: 2px solid #09b0e3;
  transform: translate(-50%, 50%);
  z-index: 1;
}

.gp-innercircle {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}

.gp-innercircle p {
  position: absolute;
  color: #fff;
  font-size: 1.7rem;
  padding: 20px;
}

.gp-boxitem:nth-child(3) {
  padding-inline-end: 170px;
  border-top: 2px solid #09b0e3;
}

.gp-boxitem:nth-child(3) .gp-abcircleimg {
  top: 0;
  inset-inline-start: 0;
  transform: translate(0%, -50%);
  background: #f3f8fd;
}

.gp-boxitem:nth-child(4) {
  padding-inline-start: 170px;
  text-align: end;
  border-left: 2px solid #09b0e3;
}

.gp-boxitem:nth-child(4) .gp-abcircleimg {
  bottom: 0;
  inset-inline-start: 0;
  transform: translate(-50%, 0%);
  background: #f3f8fd;
}

@media (max-width: 991px) {
  .gp-boxitem:nth-child(1) {
    padding-inline-end: 20px;
    padding-bottom: 130px;
  }
  .gp-boxitem:nth-child(2) {
    padding-inline-start: 20px;
    padding-bottom: 130px;
  }
  .gp-boxitem:nth-child(3) {
    padding-top: 150px;
    padding-inline-end: 20px;
  }
  .gp-boxitem:nth-child(4) {
    padding-top: 150px;
    padding-inline-start: 20px;
  }
}

@media (max-width: 767px) {
  .gp-abcircle {
    width: 240px;
    padding: 20px;
  }
}

@media (max-width: 580px) {
  .gp_box {
    display: flex;
    flex-direction: column;
  }
  .gp-boxitem {
    width: 100%;
  }
  .gp-boxitem:nth-child(1) {
    padding-inline-end: 20px;
    padding-bottom: 20px;
    text-align: end;
    padding-top: 0;
  }
  .gp-boxitem:nth-child(2) {
    padding-bottom: 150px;
    padding-top: 0;
    display: flex;
    justify-content: center;
    border-right: 2px solid #09b0e3;
    border-bottom: 0;
  }
  .gp-boxitem:nth-child(2) .gp-abcircleimg {
    top: 0;
    bottom: auto;
    inset-inline-end: 0;
    transform: translate(50%, 0%);
    background: #f3f8fd;
  }
  .gp-abcircle {
    inset-inline-start: auto;
    transform: translate(0%, 50%);
  }
  .gp-boxitem:nth-child(3) {
    padding-inline-end: 20px;
    border-bottom: 0;
    border-left: 2px solid #09b0e3;
    padding-bottom: 0;
  }
  .gp-boxitem:nth-child(3) .gp-abcircleimg {
    top: auto;
    bottom: 0;
    inset-inline-start: 0;
    transform: translate(-50%, 0%);
    background: #f3f8fd;
  }
  .gp-boxitem:nth-child(4) {
    padding-top: 20px;
    padding-inline-start: 20px;
    text-align: start;
    padding-bottom: 0;
  }
}

.gradient-flexmainbox {
  margin-bottom: 20px;
}

.flexmainbox-item-tri {
  position: absolute;
  inset-inline-end: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0px 20px 35px;
  border-color: transparent transparent transparent #50b848;
  transform: rotate(0deg) translateX(99%);
}

.flexmainbox-item-left {
  position: relative;
  width: 240px;
  display: flex;
  align-items: center;
  padding: 15px;
  padding-inline-start: 20px;
  background: #0b5a9f;
  background: linear-gradient(
    90deg,
    rgba(11, 90, 159, 1) 55%,
    rgba(79, 179, 75, 1) 100%
  );
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.head .flexmainbox-item-left {
  background: unset;
  padding: 0;
  padding-inline-start: 20px;
}

.gradient-flexmainbox-item.head {
  border: 0 !important;
  background-image: unset;
}

.head .flexmainbox-item-left p {
  color: #0b589d;
  font-weight: 500;
}

.head .flexmainbox-item-right {
  background: unset;
  padding: 0px !important;
  padding-inline-start: 60px !important;
  padding-inline-end: 20px !important;
}

.head .flexmainbox-item-right p {
  font-size: 1.3rem;
  color: #0b589d;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

.flexmainbox-item-left p {
  font-size: 1.3rem;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}

.gradient-flexmainbox-item {
  display: flex;
  margin: 12px 0px;
  border: 1px solid transparent;
  background-image:
    linear-gradient(white, white), linear-gradient(to left, #65c05f, #5189bb);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 21px;
}

.flexmainbox-item-right {
  width: calc(100% - 240px);
  padding: 12px;
  padding-inline-start: 60px;
  background: #f4f9f2;
  padding-inline-end: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media (max-width: 991px) {
  .flexmainbox-item-left {
    width: 190px;
  }
  .flexmainbox-item-right {
    width: calc(100% - 190px);
  }
}

@media (max-width: 540px) {
  .gradient-flexmainbox-item.head {
    display: none;
  }
  .gradient-flexmainbox-item {
    display: flex;
    margin: 12px 0px;
    flex-direction: column;
  }
  .flexmainbox-item-left {
    width: 100%;
    padding: 20px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
  }
  .flexmainbox-item-tri {
    display: none;
  }
  .flexmainbox-item-right {
    width: 100%;
    padding-inline-start: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0px;
  }
}

/* About us css start */

.about-section {
  position: relative;
  padding: 50px 100px;
}

.about-section .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.about-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: -1;
}
.about-section .about-us-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
}
.about-section .about-us-grid .left {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.about-section .about-us-grid h2 {
  color: #12b0e3;
  font-weight: bold;
  margin-bottom: 10px;
}
.about-section .about-us-grid p {
  color: white;
  margin: 0;
}
.about-section .about-us-grid .icon {
  width: 75px;
  height: auto;
  margin-bottom: 10px;
}
.about-section .about-us-grid .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
.about-section .about-us-grid .values-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  max-width: 390px;
}
.about-section .about-us-grid .values-items h3 {
  margin: 0 0 5px 0;
  font-weight: 500;
  font-size: 1.2rem;
}

.about-section .about-us-grid .values-lines {
  height: 90%;
  width: auto;
}

@media (min-width: 1490px) {
  .about-section {
    padding: 100px 150px;
  }
  .about-section .about-us-grid {
    gap: 100px;
  }
  .about-section .about-us-grid h2 {
    font-size: 2rem;
  }
  .about-section .about-us-grid h3 {
    font-size: 1.4rem;
  }
  .about-section .about-us-grid p {
    font-size: 1.2rem;
  }
}

@media (orientation: portrait) {
  .about-section .about-us-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .about-section {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .about-section .about-us-grid .right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .about-section .about-us-grid .values-items {
    gap: 30px;
  }
  .about-section .about-us-grid .values-lines {
    display: none;
  }
}

.note-slider-content .sub-menu-content {
  display: block;
}

/* About us css start */

/* message header css start */

.page_header.message {
  width: 100%;
  height: calc(100vh - 75px);
  background: none;
  background: none;
  padding: 50px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.page_header.message h2 {
  margin: 0 0 30px 0;
  font-size: 1.6rem;
  color: white;
  font-weight: 500;
}
.page_header.message h1 {
  font-size: 3rem;
  color: white;
  font-weight: bold;
  margin-left: 20%;
  margin-bottom: 50px;
}
.page_header.message p.message-quota {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}
.page_header.message div.message-info p {
  font-size: 1.25rem;
  line-height: 1.3;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
.page_header.message .text-container {
  width: 60%;
  margin-left: auto;
  z-index: 3;
}
.page_header.message .bg-img2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 40%;
  width: auto;
  z-index: 2;
}
.page_header.message .bg-img1 {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 40%;
  height: auto;
  z-index: 2;
}
.page_header.message .messagemain-img {
  position: absolute;
  bottom: -5px;
  left: -50px;
  width: auto;
  height: 90%;
  z-index: 2;
}

img.message-bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  min-height: 120%;
  transform: translateX(10%);
  z-index: 0;
}

@media(min-width:1600px){
  img.message-bg-img {
    height: 110%;
    width: 95%;
  }
}

@media (max-width: 1499px) {
  img.message-bg-img {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(8%);
  }
}

@media (max-width: 1366px) {
  img.message-bg-img {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(6%);
  }
  .page_header.message .messagemain-img {
    position: absolute;
    bottom: -5px;
    left: -50px;
    width: auto;
    height: 95%;
    z-index: 2;
  }
  .page_header.message h2 {
    margin: 0 0 30px 0;
/*    font-size: 2.8rem;*/
  }
  .page_header.message h1 {
/*    font-size: 2.2rem;*/
  }
  .page_header.message p.message-quota {
    font-size: 1.6rem;
  }
  .page_header.message div.message-info p {
    font-size: 1.15rem;
  }
}

/*
@media(orientation: portrait) {
	.page_header.message .text-container {
		width: 50%;
	}
}
*/

@media (max-width: 1280px) {
	.page_header.message .text-container {
		width: 50%;
	}
}

@media (max-width: 1280px) and (max-height: 960px) {
	.page_header.message .text-container {
		width: 58%;
	}
}

@media (max-width: 1199px) {
  .page_header.message h2 {
    margin: 0 0 25px 0;
/*    font-size: 2.8rem;*/
  }
  .page_header.message h1 {
/*    font-size: 2.2rem;*/
    margin-left: 20%;
    margin-bottom: 40px;
  }
  .page_header.message p.message-quota {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .page_header.message div.message-info p {
    font-size: 1.15rem;
  }
}

@media (max-width: 991px) {
  .page_header.message {
    height: fit-content;
/*    overflow: hidden;*/
  }
  .page_header.message .text-container {
    width: 50%;
  }
  .page_header.message h2 {
    margin: 0 0 25px 0;
/*    font-size: 2.5rem;*/
  }
  .page_header.message h1 {
/*    font-size: 2rem;*/
    margin-left: 20%;
    margin-bottom: 40px;
  }
  .page_header.message p.message-quota {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .page_header.message div.message-info p {
    font-size: 1.15rem;
  }
  .page_header.message .bg-img2 {
    height: 35%;
  }
}

@media (max-width: 900px) {
  .page_header.message {
    padding: 50px 30px;
    padding-bottom: 0;
    background: #45b452;
    background: linear-gradient(
      180deg,
      rgba(69, 180, 82, 1) 0%,
      rgba(0, 132, 187, 1) 75%
    );
  }
  .page_header.message .text-container {
    width: 100%;
  }
  .page_header.message .messagemain-img {
    position: relative;
    bottom: -5px;
    left: auto;
    margin-left: auto;
    right: 0;
    width: 100%;
    max-width: 500px;
    margin-top: -100px;
    margin-right: -30px;
    height: auto;
    z-index: 2;
  }
  .page_header.message h1 {
    font-size: 2.5rem;
    margin-left: 0%;
    margin-bottom: 25px;
  }
  .page_header.message h2 {
    margin: 0 0 20px 0;
/*    font-size: 2.5rem;*/
  }
  img.message-bg-img {
    display: none;
  }
  .page_header.message .bg-img2 {
    height: auto;
    width: 180px;
    z-index: 2;
  }
}

@media (max-width: 580px) {
  .page_header.message {
    padding: 40px 5%;
    padding-bottom: 0;
  }
  .page_header.message h2 {
    margin: 0 0 15px 0;
/*    font-size: 2.5rem;*/
  }
  .page_header.message .messagemain-img {
    margin-right: -5%;
  }
}

@media (max-width: 480px) {
  .page_header.message {
    padding: 30px 3%;
    padding-bottom: 0;
  }
  .page_header.message h2 {
    margin: 0 0 12px 0;
/*    font-size: 2.5rem;*/
  }
  .page_header.message .messagemain-img {
    margin-right: -3%;
    margin-top: -40px;
  }
}

/* message header css end */

.signature-box {
    max-width: 200px;
    height: 150px;
    display: flex;
    align-items: flex-end;
}


/* table css start */
.download-table {
  display: flex;
  justify-content: flex-end;
}
.download-table .exportToExcel {
  font-size: 14px;
  text-decoration: none;
  color: #0b5a9f;
  margin: 10px 0;
  font-weight: 400;
}
.download-table .exportToExcel i {
  margin-inline-end: 2.5px;
  color: #0b5a9f;
}

/* gs-box css start */

.gs-box {
    display: flex;
    flex-direction: column;
    align-content: center;
}

.gs-logo {
    max-width: 300px;
	width: 100%;
	margin: 0 auto 20px;
}

.gs-flexwrap {
    display: flex;
}

.gs-flexbox {
    width: 50%;
}

.gs-flexitem {
    position: relative;
    display: flex;
    padding-left: 90px;
    border-left: 2px solid #25408F;
    padding-bottom: 15px;
    padding-top: 20px;
    /* align-items: center; */
}

.gs-flexitem-box {
    display: flex;
    gap: 10px;
}

.circle {
    width: 110px;
    height: 110px;
	min-width: 110px;
	margin: 0;
}

.gs-flexitem-arrow {
    position: absolute;
    left: -2px;
    top: 65px;
    width: 80px;
}

.gs-flexitem-boxtext img {
    max-width: 280px;
    width: auto;
    max-height: 100px;
	margin-bottom: 10px;
}

.company-desc p {
	font-size: 0.9rem;
	margin-bottom: 6px;
}

.gs-flexbox:first-child .gs-flexitem.main {
    padding-left: 0;
    padding-right: 90px;
    border-right: 2px solid #25408F;
    border-left: 0;
    margin-right: 5px;
}

.gs-flexitem.main .gs-flexitem-arrow::after {
    content: "";
    width: 100%;
    height: 110px;
    position: absolute;
    background: #FFFFFF;
    left: 0;
    transform: translateY(11px);
    z-index: 0;
}

.gs-flexbox:first-child .gs-flexitem.main .gs-flexitem-box {
    flex-direction: row-reverse;
}

.gs-flexitem.main .gs-flexitem-arrow {
    left: auto;
    right: -2px;
    transform: scale(-1, 1);
}

.gs-flexitem-arrow img {
    position: relative;
    z-index: 2;
}

.gs-flexitem:last-child .gs-flexitem-arrow::after {
    content: "";
    width: 100%;
    height: 110px;
    position: absolute;
    background: #FFFFFF;
    left: 0;
    transform: translateY(11px);
    z-index: 0;
}

@media(max-width:1199px){
	.gs-flexitem-boxtext img {
		max-width: 180px;
		width: auto;
		max-height: 65px;
		margin-bottom: 10px;
	}
}

@media(max-width:991px){
	.gs-flexbox:first-child .gs-flexitem.main .gs-flexitem-box {
		flex-direction: column;
	}
	.gs-flexitem-box {
		display: flex;
		gap: 10px;
		flex-direction: column;
	}
	.gs-flexitem:last-child .gs-flexitem-arrow::after {
		height: 217px;
	}
	.gs-flexitem.main .gs-flexitem-arrow::after {
		height: 217px;
	}
}

@media(max-width:767px){
	.gs-logo {
		max-width: 260px;
		margin: 0 auto 20px;
		margin-left: 0;
	}
	.gs-flexwrap {
		display: flex;
		flex-direction: column-reverse;
	}
	.gs-flexitem-box {
        display: flex;
        gap: 10px;
         flex-direction: row; 
    }
	.gs-flexbox {
		width: 100%;
	}
	.gs-flexbox:first-child .gs-flexitem.main .gs-flexitem-box {
		flex-direction: row;
	}
	.gs-flexbox:first-child .gs-flexitem.main {
		position: relative;
		display: flex;
		padding-left: 90px;
		padding-right: 0;
		border-left: 2px solid #25408F;
		border-right: 0;
		padding-bottom: 15px;
		padding-top: 20px;
		/* align-items: center; */
	}
	.gs-flexitem.main .gs-flexitem-arrow {
		right: auto;
		left: -2px;
		transform: scale(1);
	}
	
	.gs-flexbox:last-child {
		padding-left: 3px;
		border-left: 2px solid #25408F;
	}
/*
	.gs-flexitem.main .gs-flexitem-arrow::after {
		display: none;
	}
*/
	
	.gs-flexbox:last-child .gs-flexitem:last-child .gs-flexitem-arrow::after {
		height: 80px;
	}
	
	.gs-flexbox:first-child .gs-flexitem:nth-child(2), .gs-flexbox:first-child .gs-flexitem:nth-child(3) {
		margin-left: 80px;
	}
	
	.gs-flexitem-arrow {
		top: 65px;
		width: 60px;
	}
	
	.gs-flexitem, .gs-flexitem.main  { 		
		padding-left: 75px;
	}
}

@media(max-width:540px){
	.gs-flexbox:first-child .gs-flexitem:nth-child(2) .gs-flexitem-box , .gs-flexbox:first-child .gs-flexitem:nth-child(3) .gs-flexitem-box {
		flex-direction: column;
	}
}

@media(max-width:480px){
	.gs-flexbox:last-child .gs-flexitem-box , .gs-flexbox:first-child .gs-flexitem.main .gs-flexitem-box {
		flex-direction: column;
	}
}

@media(max-width:380px){
	.gs-flexbox:first-child .gs-flexitem:nth-child(2), .gs-flexbox:first-child .gs-flexitem:nth-child(3) {
        margin-left: 40px;
    }
}

/* gs-box css end */

/* Avishka css end */

/* Nethika CSS Start */

.intro_section {
  padding: 100px 0;
  position: relative;
}

.stripe_one {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
  height: auto;
  transform: translateX(20%);
  width: 30%;
}

.intro_triangle {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 20%;
  z-index: -3;
}

.stripe_three {
  position: absolute;
  top: -50%;
  left: -5%;
  height: auto;
  width: 30%;
  z-index: -2;
}

.stripe_two {
  position: absolute;
  top: -15%;
  left: -12.5%;
  width: 42.5%;
  height: auto;
  z-index: -1;
}

.intro_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}

.intro_text h2 {
  color: #000;
  font-size: 2.25rem;
  font-style: italic;
  font-weight: 500;
}

.intro_text p {
  color: #000;
  font-size: 1.25rem;
}

.intro_heading {
  position: relative;
  width: 30%;
}

.intro_circle {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-25%, -30%);
  width: 80%;
  height: auto;
  z-index: -3;
}

.intro_glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: auto;
  z-index: -4;
  transform: translate(-50%, -50%);
}

@media (max-width: 1399px) {
  .intro_heading {
    width: 40%;
  }
}

@media (max-width: 1199px) {
  .intro_heading {
    width: 40%;
  }
}

@media (max-width: 991px) {
  .intro_heading {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .intro_circle {
    width: 65%;
  }

  .intro_heading {
    width: 100%;
  }

  .stripe_two {
    top: -5%;
    left: -30.5%;
  }
}

/* Nethika CSS End */
