.na-advisor-section{
    background-color: #D9E6FF;
    padding: 90px 0;
    position: relative;
    z-index: 0;
}
.tj-grid-shape-start {
    inset-inline-end: auto;
    inset-inline-start: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.na-invest-canada-section {
    background-color:#080c14;
    padding: 90px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.na-pills-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 25px;
}

.na-pill-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.na-pill-item i {
    color: #cda85f;
    margin-right: 10px;
    font-size: 16px;
}
.highlight-list1{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 15px;
}
.highlight-list1 li {
    display: flex;
    align-items: flex-start;
    color: #000;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 1.4;
}

.highlight-list1 li i {
    color: #c5a059; /* Gold Theme Color */
    font-size: 1.3vw;
    margin-top: 0px;
    margin-right: 12px;
}
@media (max-width: 991px) {
    .highlight-list1 {
        grid-template-columns: 1fr;
    }
    .highlight-list1 li {
        font-size: 18px;
    }
    .highlight-list1 li i {
        font-size: 18px;
    }
}

/*New 2nd below section design css*/
.tj-about-section {
  background-color:#d9e6ff;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tj-about-section::before {
  position: absolute;
  content: "";
  width: 97%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  border-radius: 0 0 0 0;
  background: #d9e6ff;
  z-index: -1;
  -webkit-transition: none;
  transition: none;
}
.tj-about-section .sec-heading {
  margin-bottom: 0px;
}
.tj-about-section .about-bg-images .about-shape-1 {
  position: absolute;
  max-width: 625px;
  width: 100%;
  height: 676px;
  top: 65%;
  inset-inline-start: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url(https://www.north-american.net/public/northamerican/theme0002/assets/images/backgrounds/about-mark-1.svg);
          mask-image: url(https://www.north-american.net/public/northamerican/theme0002/assets/images/backgrounds/about-mark-1.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  -webkit-mask-position: center;
          mask-position: center;
}
.tj-about-section .about-bg-images .about-shape-1 img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 97%;
}
.tj-about-section .about-bg-images .about-shape-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 187px;
  width: 100%;
  height: 185px;
  position: absolute;
  top: -1px;
  inset-inline-start: 35%;
  -webkit-mask-image: url(https://www.north-american.net/public/northamerican/theme0002/assets/images/backgrounds/about-mark-2.svg);
          mask-image: url(https://www.north-american.net/public/northamerican/theme0002/assets/images/backgrounds/about-mark-2.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  -webkit-mask-position: center;
          mask-position: center;
}
.tj-about-section .about-bg-images .about-shape-2 img {
  max-width: 74%;
  margin-top: 20px;
}
.tj-about-section .about-bg-images .about-shape-3 {
  position: absolute;
  inset-inline-start: 42%;
  bottom: 135px;
  max-width: 42px;
  width: 100%;
  z-index: -1;
}
@media(min-width: 1517px){
  .tj-about-section .about-bg-images .about-shape-1{
    max-width: 650px;
    height: 676px;
  }
}
@media(min-width: 1707px){
  .tj-about-section .about-bg-images .about-shape-1{
    max-width: 740px;
    height: 676px;
  }
}
@media(min-width: 1821px){
  .tj-about-section .about-bg-images .about-shape-1{
    max-width: 795px;
    height: 676px;
  }
}
@media(min-width: 2049px){
  .tj-about-section .about-bg-images .about-shape-1{
    max-width: 875px;
    height: 780px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tj-about-section .about-bg-images .about-shape-2, .tj-about-section .about-bg-images .about-shape-1 {
        display: none;
    }
}