.main-blog{
  background: var(--Teal-light, #E5FFFB);
  padding: 20px 0px 56px;
}

.breadcrumb-div .breadcrumb {
  padding: 0;
  background-color: #e9ecef00;
  font-family: Manrope;
  margin-bottom: 8px;
}

.main-blog h1{
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
.blog-heading{
  color: var(--Grey-900, #101828);
  /* Semibold (Heading)/H4 */
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
  }

  .blog-text{
    color: var(--Grey-900, #101828);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
  }

.main-encyclopedi-right{
  display:flex;
justify-content:flex-start;
  align-items:center
}

  .min-read{
    color: var(--Grey-500, #667085);
    /* Regular/16 regular */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-bottom: 8px;
  }

  .post-date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--Grey-400, #98A2B3);
    font-feature-settings: 'salt' on, 'liga' off;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
 .post-read-more {
  color: var(--Pink-Dark, #D57BC8);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.post-read-more a{
  color: var(--Pink-Dark, #D57BC8) !important;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}


.main-blog .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #667085;
}

.main-blog .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -48px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 0%;
  margin-left: 0%;
  width: 8.2%;
  list-style: none;
}

.carousel-box{
  padding: 0;
}

.blog-nav-tab{
  margin-bottom: 18px;
  margin-top: 36px;
}


.blog-nav-tab h1{
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 28px;
}

.blog-nav-tab .nav-tabs {
  border-top: 1px solid #dee2e6;
  border-bottom: 0;
}

.blog-nav-tab .nav-tabs .nav-item.show .nav-link,
.blog-nav-tab .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  position: relative;
}

.blog-nav-tab .nav-tabs .nav-link.active::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  background: var(--Grey-900, #101828);
  height: 6px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.blog-nav-tab .nav-tabs .nav-link {
  display: block;
  padding: 24px 16px;
  color: var(--Grey-400, #98A2B3);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: white;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: white;
}


.listrecent .post-card{
  margin-bottom:36px;
}



.listrecent .card{
  border: 0;
}

.listrecent .card .card-body{
  padding: 0;
}

.maxthumb{
  margin-bottom: 16px;
}

.post-title {
  color: var(--Grey-900, #101828);
  /* Semibold (Heading)/20 */
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
  margin-top: 16px;
  height: 50px;
  display: inherit;
}

.post-name{
  display: flex;
  justify-content: space-between;
  color: var(--Grey-400, #98A2B3);
  font-feature-settings: 'salt' on, 'liga' off;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
  margin-bottom: 6px;
  margin-top: 8px !important;
}
.post-text-description{
  color: var(--Grey-500, #667085);
  /* Regular/16 regular */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-top: 10px;
  margin-bottom: 6px;
}

.truncate {
  width:100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  background:#fff;
}


.listrecent .card .card-footer{
  padding: 0;
  background: white;
  border-top: 0;
}

.card-footer {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.03);
  border-top: 0
}
.wrapfooter{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ai-Risk-Modeling{
  padding: 36px 140px;
  background: var(--Purple-Light, #EFEBFF);
}

.blog-div-right{
  padding: 0px 16px 0px 0px;
}


.blog-div-right .card{
  padding: 16px;
  border-radius: 16px;
  height: 100%;
}
.blog-div-right .card-body{
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.blog-div-right .card-body p{
  margin-bottom: 0;
}

.blog-heading-ai{
  color: var(--Grey-900, #101828);

/* Medium/18 */
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 48px;
}

.blog-div-right .card .ai-top-img{
  width: 100%;
  border-radius: 8px;
  margin-bottom: 16px;
}

.read{
  color: var(--Grey-400, #98A2B3);
font-feature-settings: 'salt' on, 'liga' off;
/* Semibold (Heading)/14 semibold */
font-family: Manrope;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 171.429% */
}

.blog-text-ai{
  color: var(--Grey-500, #667085);

/* Regular/16 regular */
font-family: Manrope;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
}

.card-footer {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.03);
  border-top: 0;
}

.blog-div-right .card-footer a{
  color: var(--Pink-Dark, #D57BC8);
  /* Semibold (Heading)/16 semibold */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.other-blog-section .col-md-3 .carousel-control-prev {
  left: 22px;
  opacity: 1;
  max-height: 100%;
  bottom: 33px !important;
}
.other-blog-section .col-md-3 .carousel-control-next{
  left: 90px;
  opacity: 1;
  max-height: 100%;
  bottom: 33px !important;
}

.next-back-icons{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background: white;
  padding: 14px 17px;
  border-radius: 50%;
}

.carousel-control-prev-icon {
  background-image: url(/static/img/newIcons/arrow-right.svg?371023e665b1);
  transform: rotate(180deg);
  filter: grayscale(100%);
}

.carousel-control-next-icon {
  background-image:url('/static/img/newIcons/arrow-right.svg?371023e665b1');
  filter: grayscale(100%);
}


.podcast-section{
  padding: 36px 140px;
  background: var(--Teal-light, #E5FFFB);
}

.podcast-text-des{
  color: var(--Grey-900, #101828);

/* Regular/20 regular */
font-family: Manrope;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 140% */
}

.Popular-Videos{
  padding: 36px 0px;
}

.Popular-Videos h2{
  color: var(--Grey-900, #101828);
  /* Semibold (Heading)/H4 */
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 28px;
}


.popular-livestreame{
  padding: 36px 140px;
  background: var(--Purple-Light, #EFEBFF);
}


.editor-recommendation{
  padding: 36px 140px;
  background: var(--Pink-light, #FFEBFC);
}






.news-letter-subscribe {
  padding: 48px 0px;
  position: relative;
}

.news-letter-subscribe h2 {
  font-size: var(--font-size-42);
  font-weight: 400;
  color: #1D2939;
}

.news-letter-subscribe p {
  font-size: var(--font-size-16);
  font-weight: 400;
  color: #667085;
  margin: 1.5rem 0rem 2rem;
  font-family: manrope;
}

.news-letter-subscribe .form-control {
  height: 52px;
  border-radius: 14px;
}

.news-letter-subscribe .input-group-text {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 14px;
  border-top-right-radius: 14px;
  font-family: manrope;
}

.news-letter-subscribe .input-group-append {
  background: #1D2939;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 14px;
  border-top-right-radius: 14px;
  border: 1px solid #1d2939;
}

.news-letter-subscribe .input-group-text {
  font-size: var(--font-size-16);
  font-weight: 600;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #1d2939;
  padding: 0 2rem;
}

.news-letter-subscribe img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.blog-fix-container{
  max-width: 1224px;
}



@media screen and (max-width:1450px){
  .main-blog .carousel-indicators {
    width: 8.5%;
}
}


@media screen and (max-width:1366px) {
  .breadcrumb-div .breadcrumb {
    margin-bottom: 6px;
}

  .breadcrumb li{
    font-size: 12px;
  }
  .main-blog h1 {
    font-size: 24px;
    margin-bottom: 12px;
}

.main-blog {
  padding: 14px 120px 42px;
}
.main-blog-right{
  padding-left: 0;
}

.main-blog-img{
  height: 260px;
}
.main-blog .carousel-indicators {
  width: 13%;
  bottom: -52px;
}


.post-read-more {
  font-size: 14px;
}

.blog-text {
  font-size: 14px;
  margin-bottom: 12px;
}


.min-read {
    font-size: 14px;
    margin-bottom: 8px;
}


.main-blog .post-date {
    font-size: 12px;
    margin-bottom: 18px;
}

.post-read-more img{
  width: 16px;
}
.blog-nav-tab h1 {
  font-size: 24px;
  margin-bottom: 16px;
}

.blog-nav-tab {
  margin-bottom: 24px;
  margin-top: 24px;
  padding: 0px 120px;
}
.blog-nav-tab .nav-tabs .nav-link {
  padding: 14px 16px 0px;
  font-size: 14px;
}
.recent-posts{
  padding: 0px 120px;
}
.recent-posts .maxthumb img{
  height: 170px;
  width: 100%;
}
.post-title {
  font-size: 14px;
  margin-bottom: 8px;
  margin-top: 10px;
}
.post-name {
  font-size: 10px;
}
.card .card-footer a {
  font-size: var(--font-size-12) !important;
}

.post-card{
  margin-bottom: 32px !important;
}

.blog-nav-tab .nav-tabs .nav-link.active::after {
  height: 4px;
}

.blog-div-right .card-body {
  gap: 4px;
}
.blog-div-right .card .ai-top-img {
  width: 100%;
  /* height: 100%; */
  margin-bottom: 8px;
}
.blog-heading-ai {
  font-size: 14px;
}
.blog-text-ai {
  font-size: 12px;
  line-height: 150%;
}
.post-text-description{
  font-size: var(--font-size-12);
}
.blog-div-right .card .card-footer a {
  font-size: var(--font-size-14);
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  color: #d57bc8;
}
.read {
  font-size: 12px;
  line-height: 24px;
}
.Popular-Videos {
  padding: 36px 120px;
}

.other-blog-section .col-md-3 h2{
  font-size: var(--font-size-24);
}
.podcast-text-des {
  font-size: 14px;
}
.Popular-Videos .btn-light-wright {
  width: 250px;
  height: 44px;
  font-size: 16px;
}
.news-letter-subscribe p {
  font-size: var(--font-size-14);
}
.news-letter-subscribe h2 {
  font-size: var(--font-size-36);
}

}

@media (max-width: 910px){
  .blog-heading{
    font-size: 22px;
  }
}

/* Mobile view styles for AI & Risk Modelling section */
@media (max-width: 767px) {
  /* Container styles */
  #aiRiskModeling .container {
    padding: 5px 40px;
  }

  /* Header row configuration */
  #aiRiskModeling .row.mb-3 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 15px !important;
  }

  /* Text alignment for mobile heading */
  #aiRiskModeling .col-12.text-center {
    text-align: left !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 20px;
  }

  /* Heading styles */
  #aiRiskModeling .mobile-only {
    font-size: 20px;
    margin-bottom: 0;
    text-align: left;
    font-weight: 600;
  }

  /* Control container for mobile */
  #aiRiskModeling .mobile-controls-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 40%;
    gap: 20px;
  }

  /* Navigation controls styling */
  #aiRiskModeling .carousel-control-prev,
  #aiRiskModeling .carousel-control-next {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0;
    background-color: #f2f4f7;
    border-radius: 50%;
    opacity: 1;
  }

  /* Hide original control containers */
  #aiRiskModeling .position-relative .col-1 {
    display: none !important;
  }

  /* Make carousel take full width */
  #aiRiskModeling .position-relative .col-10 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .carousel_display_none{
    display: none !important;
  }
}

/* @media screen and (min-width:1200px){
  .container{
    min-width: 80vw;
}
} */

@media screen and (min-width: 768px){
  .mobile-controls-container {
    display: none;
  }
}
@media screen and(max-width: 884px) {
.ai-Risk-Modeling{
  padding: 36px 100px;
}
}

/* Mobile view styles for AI & Risk Modelling section */
@media (max-width: 767px) {
  /* Container styles */
  #aiRiskModeling .container {
    padding: 5px 40px;
  }

  /* Header row configuration */
  #aiRiskModeling .row.mb-3 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 15px !important;
  }

  /* Text alignment for mobile heading */
  #aiRiskModeling .col-12.text-center {
    text-align: left !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 20px;
  }

  /* Heading styles */
  #aiRiskModeling .mobile-only {
    font-size: 20px;
    margin-bottom: 0;
    text-align: left;
    font-weight: 600;
  }

  /* Control container for mobile */
  #aiRiskModeling .mobile-controls-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 40%;
    gap: 20px;
  }

  /* Navigation controls styling */
  #aiRiskModeling .carousel-control-prev,
  #aiRiskModeling .carousel-control-next {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0;
    background-color: #f2f4f7;
    border-radius: 50%;
    opacity: 1;
  }

  /* Hide original control containers */
  #aiRiskModeling .position-relative .col-1 {
    display: none !important;
  }

  /* Make carousel take full width */
  #aiRiskModeling .position-relative .col-10 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .carousel_display_none{
    display: none !important;
  }
}

/* @media screen and (min-width:1200px){
  .container{
    min-width: 80vw;
}
} */

@media screen and (min-width: 768px){
  .mobile-controls-container {
    display: none;
  }
}
@media screen and(max-width: 884px) {
.ai-Risk-Modeling{
  padding: 36px 100px;
}
}


@media screen and  (max-width:768px) {
  .main-blog {
    padding: 14px 20px 35px;
}

.main-blog .col-md-12 , .main-blog .col-4{
  padding: 0;
}
.main-blog-right {
  padding-left: 15px;
}
.blog-text, .min-read,.post-date{
  display: none;
}
.blog-heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 4px;
}

.main-blog-img {
  height: 82px !important;
}
.main-blog h1 {
  font-size: 20px;
  margin-bottom: 32px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.main-blog .carousel-indicators {
  width: 18.5%;
  bottom: -40px;
  left: -4px;
}

.blog-nav-tab {
  margin-bottom: 24px;
  margin-top: 24px;
  padding: 0px 5px;
}
.blog-nav-tab h1 {
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: 600;
}
.recent-posts {
  padding: 0px 5px;
}

.post-title {
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 10px;
}
.blog-nav-tab .nav-tabs {
  border-top: 1px solid #dee2e6;
  border-bottom: 0;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  height: 40px;
  overflow-y: hidden;
}
.recent-posts .card-footer , .blog-div-right .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgb(255 255 255 / 3%);
  border-top: 0px solid rgba(0,0,0,.125);
}
.wrapfooter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.post-name {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 10px !important;
}
.post-text-description {
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: var(--font-size-14);
}

.blog-div-right {
  padding: 36px 15px 0px;
}
.ai-Risk-Modeling {
  padding: 36px 0px;
  height: 510px;
}

.blog-div-right .carousel-item .row{
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
}
.blog-div-right .card {
  width: 258px;
}
.blog-heading-ai {
  font-size: 14px;
  white-space: normal;
}
.blog-text-ai {
  font-size: 12px;
  line-height: 150%;
  white-space: normal;
  margin-bottom: 16px !important;
}
.other-blog-section .col-md-3 .carousel-control-prev {
  left: 0;
  opacity: 1;
  max-height: 100%;
  bottom: 0px !important;
  width: 130%;
}
.other-blog-section .col-md-3 .carousel-control-next {
  left: auto;
  opacity: 1;
  max-height: 100%;
  bottom:0px !important;
  width: 35%;
}
.other-blog-section .col-md-3 h2 {
  font-size: var(--font-size-20);
  font-weight: 600;
}
.next-back-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: white;
  padding: 10px;
  border-radius: 50%;
}
.podcast-text-des {
  font-size: 14px;
  margin-bottom: 0;
}
.podcast-section {
  padding: 36px 0px;
  background: var(--Teal-light, #E5FFFB);
}
.Popular-Videos {
  padding: 36px 0px;
}

.Popular-Videos .btn-light-wright {
  width: 100%;
}
.Popular-Videos .col-md-4{
  padding: 0;
}

.Popular-Videos .col-md{
  padding: 0;
}

.Popular-Videos h2 {
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: 600;
  margin-left: 20px;
}

.popular-livestreame {
    padding: 36px 20px;
}

.popular-livestreame .blog-div-right , .editor-recommendation .blog-div-right {
  padding: 36px 0px 0px;
}

.editor-recommendation {
  padding: 36px 20px;
}

.news-letter-subscribe {
  padding: 48px 20px;
}
.news-letter-subscribe p {
  font-size: var(--font-size-16);
  margin-bottom: 16px;
}

.news-letter-subscribe h2 {
  font-size: var(--font-size-20);
  margin-bottom: 16px;
  font-weight: 600;
}

.mobile-control-view-with-titte{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 24px;
}

}
:root {
    /* new color palletes */
     --White: #FFF;
     --pink-light: #FFEBFC;
     --pink-Dark: #D57BC8;
     --pink-medium:#FAA8F1;
    
     --Teal-light: #E5FFFB;
     --teal-medium: #96DDCC;
     --teal-dark: #579888;
    
     --purple-light: #EFEBFF;
     --purple-medium: #D9D0FC;
     --purple-dark: #C0B1F8;
    
     --grey-50: #F9FAFB;
     --grey-100: #F2F4F7;
     --grey-200: #EAECF0;
     --grey-300:#D0D5DD;
     --grey-400: #98A2B3;
     --grey-500: #667085;
     --grey-600: #475467;
     --grey-700: #344054;
     --grey-800: #1D2939;
     --grey-900: #101828;
    
     --Success-Light: #EAFFEC;
     --Success-Medium:#41B873;
     --Error-Light: #FFEAEA;
     --Error-Medium: #D92F2F;
     --Sage-light: #F8FFE5;
     --Sage-Medium: #9EA683;
      /* new color palletes */
    
    
      --font-size-8: 8px;
      --font-size-10: 10px;
      --font-size-12: 12px;
      --font-size-14: 14px;
      --font-size-15: 15px;
      --font-size-16: 16px;
      --font-size-18: 18px;
      --font-size-20: 20px;
      --font-size-22: 22px;
      --font-size-24: 24px;
      --font-size-26: 26px;
      --font-size-28: 28px;
      --font-size-30: 30px;
      --font-size-32: 32px;
      --font-size-34: 34px;
      --font-size-36: 36px;
      --font-size-38: 38px;
      --font-size-40: 40px;
      --font-size-42: 42px;
    
    }
    
    .btn-dark-wright{
        border-radius: 8px;
        font-weight: 600 !important;
        background: #1D2939;
        border: 1px solid var(--Grey-600, #475467);
        font-family: manrope;
        color: var(--White, #FFF);
    }

    .btn-dark-wright:hover{
        background-color: var(--White, #FFF);
        color: var(--Grey-800, #1D2939);
    }

    @keyframes shine {
        0% {left: -100px}
        20% {left: 100%}
        100% {left: 100%}
    }
    
    .btn-outline-wright{
        border-radius: 10px;
        border: 1px solid var(--Grey-600, #475467);
        background: rgba(29, 41, 57, 0.20);
        display: inline-flex;
        padding: 10px 32px 10px 48px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        color: var(--Grey-50, #F9FAFB);
        text-align: center;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 171.429% */
    }
    
    .btn-outline-wright:hover{
        background-color: var(--Grey-50, #F9FAFB); 
        border-color: rgba(29, 41, 57, 0.20); 
    }
    
    
    .btn-light-wright{
        display: flex;
        width: 330.333px;
        height: 50px;
        padding: 14px 24px;
        justify-content: center;
        align-items: center;
        gap: 12px;
        flex-shrink: 0;
        color: var(--Grey-900, #101828);
        text-align: center;
        font-family: Manrope;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        border-radius: 8px;
        background: var(--Grey-100, #F2F4F7);
    }
    
    
    .btn-white-wright{
        background-color: white;
        border-radius: 8px;
        font-family: manrope;
        padding: 14px 32px;
        font-weight: 600;
        border: 0;
        color: var(--Grey-900, #101828);
    }
    
    .btn-grey-wright{
        border-radius: 8px;
        background: var(--Grey-100, #F2F4F7);
        display: inline-flex;
        height: 50px;
        padding: 14px 24px;
        justify-content: center;
        align-items: center;
        gap: 18px;
        flex-shrink: 0;
        color: var(--Grey-900, #101828);
        text-align: center;
        border-radius: 8px;
        background: var(--Grey-100, #F2F4F7);
        display: inline-flex;
        height: 50px;
        padding: 14px 24px;
        justify-content: center;
        align-items: center;
        gap: 18px;
        flex-shrink: 0;
        color: var(--Grey-900, #101828);
        text-align: center;
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    
    
    .btn-white-wright{
        border-radius: 8px;
        border: 1px solid #fff;
        background: var(--White, #ffffff);
        color: #151414;
        font-feature-settings: 'salt' on, 'liga' off;
        /* Medium/14 medium */
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        line-height: 24px; /* 171.429% */
    }
    
    
    .btn-yellow-wright{
        background: linear-gradient(94.03deg, #C3A639 0%, #F9DE7A 52.62%, #C3A639 100%);
        color: var(--grey-900);
        font-family: manrope;
        box-shadow: -4px 6px 8px 0px rgba(255, 255, 255, 0.4) inset;
        /* box-shadow: 4px 4px 16px 0px rgba(131, 110, 35, 0.2); */
        /* box-shadow: -4px -4px 10px 0px rgba(201, 179, 103, 0.1); */
        font-weight: 600;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--grey-900);
        
    }

    .pms-get-started {
        position: relative;
        overflow: hidden;
    }

    .pms-get-started:before {
            content: '';
            position: absolute;
            width: 100px;
            height: 100%;
            background-image: linear-gradient(
                120deg,
                rgba(255,255,255, 0) 30%,
                rgba(255,255,255, .8),
                rgba(255,255,255, 0) 70%
            );
            top: 0;
            left: -100px;
            animation: shine 3s infinite linear;
        }
    
    
    .btn-yellow-outline-wright{
        background: linear-gradient(94.03deg, #C3A639 0%, #F9DE7A 52.62%, #C3A639 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        font-size: var(--font-size-14);
        font-weight: 600;
        font-weight: 400;
        border: 1px solid #F9DE7A;
        border-radius: 4px !important;
        font-family: manrope;
        padding: 0px 24px;
    }
    

    .btn-teal-wright{
        background: linear-gradient(180deg, rgb(87, 152, 136) 29%, rgba(229,255,251,1) 50%, rgba(87,152,136,1) 71%);
        color: var(--grey-900);
        font-family: manrope;
        box-shadow: -4px 6px 8px 0px rgba(255, 255, 255, 0.4) inset;
        /* box-shadow: 4px 4px 16px 0px rgba(131, 110, 35, 0.2); */
        /* box-shadow: -4px -4px 10px 0px rgba(201, 179, 103, 0.1); */
        font-weight: 600;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--grey-900);
    }

    .btn-teal-outline-wright{
        background: linear-gradient(180deg, rgba(87,152,136,1) 29%, rgba(229,255,251,1) 50%, rgba(87,152,136,1) 71%);
        -webkit-background-clip: text;
        background-clip: text;
        color: var(--grey-300) !important;
        font-size: var(--font-size-14);
        font-weight: 600;
        font-weight: 400;
        border: 1px solid #579888;
        border-radius: 4px !important;
        font-family: manrope;
        padding: 0px 24px;
    }

    .btn-purple-wright{
        background: linear-gradient(90deg, #D57BC8, #693A64);
        color: white;
        font-family: manrope;
        box-shadow: -4px 6px 8px 0px rgba(255, 255, 255, 0.4) inset;
        /* box-shadow: 4px 4px 16px 0px rgba(131, 110, 35, 0.2); */
        /* box-shadow: -4px -4px 10px 0px rgba(201, 179, 103, 0.1); */
        font-weight: 600;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    /* button class */