  .blue-gradient {
      background: linear-gradient(to right, #0f328e, #16389154);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: inline-block;
    }

    .banner-pages {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 60px 15px 0;
      overflow: hidden;
    }

    .banner-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      pointer-events: none;
      object-fit: cover;
      object-position: center bottom;
          mix-blend-mode: darken;
      
    }

    .banner-pages .container {
      position: relative;
      z-index: 2;
    }

    .business-heading {
      padding-top: 124px;
      padding-bottom: 123px;
    }

    .banner-pages h1 {
      color: #3c3c3c;
      text-align: center;
      font-family: Syne;
      font-size: 56px;
      font-weight: 400;
      line-height: 110%;
    }

    @media (max-width: 576px) {
      .banner-pages h1 {
        font-size: 1.8rem;
      }
    }

    /*.tabs-container {*/
    /*  background: #fff;*/
    /*  border-radius: 12px;*/
    /*  padding: 30px;*/
    /*  margin: auto;*/
    /*}*/

    .nav-tabs {
    
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
    border-radius: 8px !important;
    background: #FFF;
    display: flex;
    height: 64px;
    justify-content: center;
    align-items: center;
    gap: 21px;
    flex-shrink: 0;
    border: none !important;
    position: sticky;
   
    top: 68px;
}

    .nav-tabs::-webkit-scrollbar {
      display: none;
    }

    .nav-tabs .nav-link {
     border-radius: 11.322px;
border: 0.944px solid #FFF;
background: rgba(233, 234, 237, 0.21);
backdrop-filter: blur(9.435355186462402px);
color: rgba(70, 70, 70, 0.69);
font-family: Syne;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 123%; /* 24.6px */
text-transform: lowercase;
cursor: pointer;
    }

    .nav-tabs .nav-link.active {
      border-radius: 11.322px;
border: 0.944px solid #FFF;
background: #0F328E;
backdrop-filter: blur(9.435355186462402px);
color: #FFF;
font-family: Syne;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 123%; /* 24.6px */
text-transform: capitalize;
display: flex;
width: 116px;
height: 38px;
justify-content: center;
align-items: center;
gap: 13.352px;
    }

    .gap-lg-5-custom {
      gap: 130px;
    }

    .mb-5-custom {
      margin-bottom: 130px;
    }

    @media (max-width: 768px) {
      .gap-lg-5-custom {
        gap: 3rem;
      }

      .mb-5-custom {
        margin-bottom: 60px;
      }
    }

    @media (max-width: 576px) {
      .tabs-container {
        padding: 0px;
      }

      .nav-tabs .nav-link {
        white-space: nowrap;
        font-size: 10px;
        padding: 8px 12px;
      }
    }

h5.fw-bold.text-primary-custom {
    color: #0F328E;
    font-family: Syne;
    font-size: 28px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    width: 800px;
    flex-shrink: 0;
}
p.text-muted-custom.small.mb-0 {
    color: rgba(0, 0, 0, 0.60);
    text-align: right;
    font-family: Syne;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    width: 254px;
    flex-shrink: 0;
}

img.img-fluid.rounded.shadow-sm {
    width: 433.102px;
    height: 433.102px;
    aspect-ratio: 1 / 1;
    border-radius: 12px !important;
    object-fit: cover;
}
p.text-secondary-custom {
    color: rgba(0, 0, 0, 0.40);
    font-family: Syne;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal !important;
}
.container-fluid.custom-blog {
    padding: 58px 62px 52px 62px;
    border-radius: 0 0 24px 24px;
    background: #FFF;
}


@media (max-width: 767.98px) {
  h5.fw-bold.text-primary-custom {
    width: 100% !important;
 
  }
  img.img-fluid.rounded.shadow-sm {
    width: 100%;
    height: 300px;
    border-radius: 12px !important;
    object-fit: cover;
}
.nav-tabs {
    padding: 13px;
    position: static;
}
p.text-muted-custom.small.mb-0 {
   
    width: 100%;
     text-align: left;
   
}
}

a.toggleBtn.text-primary {
    color: #0F328E !important;
    font-family: Syne;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pdf-link {
    color: rgb(255 1 1 / 71%);
    font-family: Syne, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
.pdf-link:hover {
    color: rgb(255, 0, 0);
    text-decoration: underline;
}
