.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);
  transform: rotate(180deg);
  filter: grayscale(100%);
}

.carousel-control-next-icon {
  background-image:url('/static/img/newIcons/arrow-right.svg');
  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;
}
}

