@charset "utf-8";

.mc_container {
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

.inner_wrapper {
  width: 100%;
  margin: 0 auto;
}

html {
  font-size: 9px !important;
  height: 100%;
  overscroll-behavior: none;
  overflow-x: hidden;
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  list-style: none;
  border: none;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

body,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  list-style: none
}

body {
  font-family: "Inter", sans-serif;
}

.titleWrap {
  margin: 0 auto;
  text-align: center;
}

.secTitle {
  position: relative;
  color: #0095EE;
  font: 500 2.2rem "Inter", sans-serif;
  margin: 1rem 0;
  text-align: center;
  background: #fff;
  display: inline-block;
}

.secTitle::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: url("	https://images.moneycontrol.com/images/2025/Line.png") no-repeat;
  left: -60px;
  top: 12px;
}

.secTitle::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: url("	https://images.moneycontrol.com/images/2025/Line.png") no-repeat;
  right: -60px;
  top: 12px;
}

.showMoreBtnWrap {
  margin: 3rem auto;
  text-align: center;
}

.showMoreBtn {
  color: #000;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 9px;
  font: 400 1.1rem 'inter', sans-serif;
  text-transform: capitalize;
}

.showMoreBtn:hover, .showMoreBtn:active, .showMoreBtn:focus{
  color: #000;
}

.showMoreBtn svg {
  margin-left: 0.5rem;
}

.mob-hide {
  display: none !important;
}

.desk-hide {
  display: block;
}

/* Error message */
.error_message{
    font: 500 1rem "Inter", sans-serif;
    margin: 0.4rem 0.5rem;
}


/* Main css start */

/* Top Banner Section */
.topBannerSec{
  background: url("https://images.moneycontrol.com/images/2025/AI_background_wap.png") no-repeat;
  background-size: cover;
  height: auto;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:2rem -1.7rem;
  padding: 1.5rem 0 5rem;
}
.topBannerSec img {
    width: 250px;
    height: 77px;
}



/* Previous next editions section */
.editionSec {
  margin:-5rem 0 3rem;
}

.editionSec .termWeekWrap {
  background: #fff;
  border: 1px solid #43434380;
  height: 40px;
  border-radius: 5px;
  padding: 0 1.5rem ;
  margin:  0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.editionSec .Lhs-content, .editionSec .Rhs-content {
  font: 500 1.4rem "inter", sans-serif;
  text-decoration: none;
  color: #000;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  width: 20%;
}

.editionSec .Lhs-content svg{
  width:18px;
  height:18px;
  margin-right: 0.5rem;
}
.editionSec .Rhs-content{
    margin-left: auto;
    text-align: right;
    justify-content: flex-end;
}

.editionSec .Rhs-content svg{
  width:18px;
  height:18px;
  margin-left: 0.5rem;
  rotate: 180deg;
}

.midContentWrap{
  width: 60%;
  justify-content: center;
  display: flex;
}

.editionSec .mid-content{
  width: 137px;
  height: 25px;
  border:1px solid #44334433;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  font:600 1.4rem "inter", sans-serif;
  color:#000;
  box-sizing: border-box;
  text-decoration: none;
}


/* The led sec */
.theLedeSec {
  margin: 3rem auto 2rem;
}

.theLedeSec .date {
  font: 500 1.6rem "inter", sans-serif;
  color: #000;
  margin: 1rem auto 0.5rem;
  text-align: center;
  display: block;
}

.theLedeSec .secheading {
  font: 700 2rem "inter", sans-serif;
  color: #000;
  margin: 0.7rem auto 0.5rem;
  /* text-transform: capitalize; */
  display: block;
  text-align: center;
  max-width: 100%;
}
.theLedeSec .edgeLargeImg {
    width: 100%;
    max-width: 100%;
    height: 181px;
     border-radius: 6px;
  margin: 1rem 0;
}

.theLedeSec .para, .theLedeSec span, .theLedeSec p,  .theLedeSec i{
  font: 300 1.8rem/2.6rem "inter", sans-serif;
  color: #030303;
  margin: 0 auto 1rem;
  /* text-transform: capitalize; */
  letter-spacing: -0.3px;
  /* display: inline-block; */
  display: block;
}

blockquote p {
    padding-bottom: 1rem;
}

.theLedeSec strong, .theLedeSec strong a{
  font-weight:700;
}

 .theLedeSec a{
  color: #0165A2;
  text-decoration: underline !important;
  font: 500 1.8rem/2.6rem "inter", sans-serif;
  margin: 0 auto 1rem;
  /* text-transform: capitalize; */
  letter-spacing: -0.3px;
  display: inline;
 }


.theLedeSec ul, .theLedeSec ol {
  display: block;
    list-style-type: disc;
    margin-block-start: 5px;
    margin-block-end: 5px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.theLedeSec ul li, .theLedeSec ol li {
  font: 300 1.8rem/2.6rem "inter", sans-serif;
  color: #030303;
  margin: 0 auto 1rem;
  /* text-transform: capitalize; */
  letter-spacing: -0.3px;
  display: list-item !important;
    text-align: -webkit-match-parent !important;
    unicode-bidi: isolate;
        list-style-type: disc;
    }

.theLedeSec ol li{
    list-style-type: decimal !important;
}




/* From the newsroom sec */
.fromNewsroomSec {
  margin: 2rem 0;
}

.fromNewsroomSec .listingWrap li {
  border: 1px solid #4E4E4E80;
  padding: 0.7rem 2rem 0.7rem 0.7rem;
  border-radius: 10px;
  margin: 1.5rem 0;
}

.fromNewsroomSec .listingWrap li a{
display: flex;
  gap: 10px;
  text-decoration: none;
}

.fromNewsroomSec .listingWrap li figure {
  width: 110px;
  flex-shrink: 0;
}

.fromNewsroomSec .listingWrap li figure img {
  width: 100%;
  height: 62px;
  border-radius: 3px;
}

.fromNewsroomSec .listingWrap li .description {
  font: 600 1.8rem/2.6rem "inter", sans-serif;
  color: #000;
  /* text-transform: capitalize; */
  width: calc(100% - 120px);
  flex-grow: 1;
  height:100%;

  display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
      text-overflow: ellipsis;
}

/* Tool of the week section */
.toolWeekSec {
  margin: 2rem 0;
}

.toolWeekSec .toolOfWeekWrap {
  background: #1C1C1C;
  height: auto;
  border-radius: 5px;
  padding: 1rem 1rem;
  margin: 1rem 0;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.toolWeekSec .toolOfWeekWrap .secHeading {
  font: 600 2.2rem "inter", sans-serif;
  color: #fff;
  text-transform: capitalize;
  margin: 0 0 1rem 0;
}

.toolWeekSec .toolOfWeekWrap .para {
  font: 300 1.8rem/2.6rem "inter", sans-serif;
  color: #C7C7C7;
  margin: 0;
}


/* AI personality section */
.aiPersonalitySec{margin:2rem 0;}
.aiPersonalitySec .contentWrap{
  border: 1px solid #4E4E4E80;
    padding: 1rem 2rem 1rem 1rem;
    border-radius: 10px;
    margin: 1.5rem 0;
    display: flex;
    gap:15px;
}
.aiPersonalitySec .contentWrap a{
  display: flex;
    gap: 10px;
    text-decoration: none;
}
.aiPersonalitySec .contentWrap figure {
    width: 115px;
    flex-shrink: 0;
}
.aiPersonalitySec .contentWrap figure img {
    width: 100%;
    height: 62px;
    border-radius: 3px;
}
.aiPersonalitySec .contentWrap .description {
    font: 500 1.4rem / 1.8rem "inter", sans-serif;
    color: #000;
    /* text-transform: capitalize; */
    width: calc(100% - 130px);
    flex-grow: 1;
    height: 90%;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis; */
}

/* Term week section */
.termWeekSec {
  margin: 2rem 0;
}

.termWeekSec .termWeekWrap {
  background: #fff;
  border: 1px solid #43434380;
  height: auto;
  border-radius: 5px;
  padding: 1rem 1rem 1rem;
  margin: 1rem 0;
  box-sizing: border-box;
  text-align: left;
}

.termWeekSec .termWeekWrap .secHeading {
  font: 700 2.2rem "inter", sans-serif;
  color: #000;
  text-transform: capitalize;
  margin: 0 0 1rem 0;
}

.termWeekSec .termWeekWrap .para {
  font: 300 1.8rem/2.6rem "inter", sans-serif;
  color: #000;
  margin: 0;
}


/* What we are reading section */
.whatReadSec {
  margin: 2rem 0 2rem;
}

.whatReadSec .listingWrap {
  margin: 1rem 0;
}

.whatReadSec .listingWrap li {
    border-bottom: 1px solid #43434380;
    padding: 1.5rem 3rem 1.5rem 0;
    text-align: left;
    font: 600 1.8rem / 2.6rem "inter", sans-serif;
    color: #000;
    margin: 0;
    text-transform: capitalize;
}




/* Social Connect Section */

.socialConnectSec {
  background: #000;
  height: auto;
  border-radius: 5px;
  padding: 1rem 3rem;
  margin: 1rem 0;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.socialConnectSec .connectUs {
    width: 160px;
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 1rem auto;
}


.socialConnectSec .connectUs li img {
  width: 20px;
  height: 20px;
}

.socialConnectSec .downloadApp {
  width: 192px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.socialConnectSec .downloadApp li img {
    width: 90px;
    height: 27px;
}

/* Previous next block */
.preNextSec {
  margin: 2rem 0;
  background: #fff;
  border: 1px solid #43434380;
  height: auto;
  border-radius: 5px;
  padding: 1rem 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.preNextSec .Lhs-content,
.preNextSec .Rhs-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 0 1.5rem 0;
}

.preNextSec .previousWrap {
  display: flex;
  align-items: flex-start;
  font: 500 1.4rem "inter", sans-serif;
  text-decoration: none;
  color: #000;
  text-transform: capitalize;
}

.preNextSec .Lhs-content svg {
  width: 14px;
  height: 14px;
  margin-right: 0.5rem;
}

.preNextSec .artificially-inform {
  font: 600 1.4rem "inter", sans-serif;
  color: #000;
  text-transform: capitalize;
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
}

.preNextSec .date {
  font: 400 1.2rem "inter", sans-serif;
  color: #000;
}

.preNextSec .Rhs-content {
  margin-left: auto;
  text-align: right;
  justify-content: flex-end;
}

.preNextSec .Rhs-content svg {
  width: 18px;
  height: 18px;
  margin-left: 0.5rem;
  rotate: 180deg;
}

.preNextSec .Rhs-content .previousWrap {
  text-align: right;
  justify-content: flex-end;
}



/* Recent Newsletter slider */
.NewslettrSec{margin:2rem 0;padding-bottom: 1rem;}
.NewslettrSec .heading2{
  font: 700 2rem "inter", sans-serif;
  color: #000;
  margin: 0 0 1.5rem 0;
}
.NewslettrSec .NewsletterSlider{position: relative;margin:2rem 0 0 -0.7rem;}
.NewslettrSec .slick-dots{margin-top: 1rem;}
.NewslettrSec .slick-dots li.slick-active button{background-color: #0095EE;}
.NewslettrSec .slick-dots button{background-color: #D9D9D9;}
.NewslettrSec .slick-slide{margin:0 0.7rem; cursor: pointer;}
.NewslettrSec .slider-box{height:240px;background: #fff;border-radius: 7px;border:1px solid #E5E7EB;padding: 0.7rem;}
.NewslettrSec .slider-box img{width:100%;height:85px;border-radius:7px;margin-bottom: 0.7rem;}
.NewslettrSec .slider-box .secHeading{
  font: 600 1.6rem/2rem "inter", sans-serif;
  color: #000;
  margin: 0 0 0.7rem 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.NewslettrSec .slider-box .secPara{ 
  font: 400 1.4rem/1.8rem "inter", sans-serif;
  color: #000;
  display:-webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

 











/***** Responsive Css start ******/

@media all and (min-width:980px) {

  html {
    font-size: 10px !important;
  }

  .mc_container {
    width: 1260px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }

  .inner_wrapper {
  width: 700px;
  margin: 0 auto;
}

  .desk-hide {
    display: none;
  }


  .topBannerSec {
    background: url(https://images.moneycontrol.com/images/2025/top-banner-bg.png) no-repeat;
    background-size: cover;
    height: auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
    padding: 1.5rem 0 5rem;
}
.topBannerSec img{
  width: 413px;
  height: 127px;
}
.theLedeSec {
    margin: 3rem auto;
}
.theLedeSec .secheading {
    font: 700 2.4rem "inter", sans-serif;
    max-width: 75%;
    margin: 0.7rem auto 1rem;
}
.theLedeSec .edgeLargeImg {
  width: 100%;
  /* height: 280px; */
  height:auto;
  max-height: 465px;
  border-radius: 10px;
  margin: 1rem 0;
}
.editionSec .termWeekWrap {
  height: 54px;
  border-radius: 10px;
}
.editionSec .mid-content {
    height: 37px;
}
.fromNewsroomSec .listingWrap li figure {
  width: 168px;
  flex-shrink: 0;
}
.fromNewsroomSec .listingWrap li figure img {
  height: 95px;
  border-radius: 5px;
}
.fromNewsroomSec .listingWrap li .description {
  font: 600 1.8rem/2.6rem "inter", sans-serif;
  width: calc(100% - 183px);
}
.fromNewsroomSec .listingWrap li a{
gap: 15px;
}
.toolWeekSec .toolOfWeekWrap {
    height: auto;
    padding: 2rem 1.5rem;
    border-radius: 10px;
}
.termWeekSec .termWeekWrap {
    height: auto;
    border-radius: 10px;
    padding: 1.5rem 3rem 1.5rem;
}
.toolWeekSec {
  margin: 3rem 0;
}
.termWeekSec {
    margin: 3rem 0;
}
.aiPersonalitySec {margin:3rem 0;}
.aiPersonalitySec .contentWrap{
  padding:1.5rem 2rem 1.5rem 1.5rem;
}
.aiPersonalitySec .contentWrap a{
  gap:15px;
}
.aiPersonalitySec .contentWrap figure{
  width: 175px;
  flex-shrink: 0;
}
.aiPersonalitySec .contentWrap figure img{
  height: 120px;
  border-radius: 5px;
}
.aiPersonalitySec .contentWrap .description {
       font: 500 1.6rem / 2.2rem "inter", sans-serif;
        width: calc(100% - 190px);
        /* -webkit-line-clamp: 4;
        line-clamp: 4; */
        height:100%;
        text-transform: none;
}

.whatReadSec .listingWrap li {
  border-bottom: 1px solid #43434380;
  padding: 2rem 4rem 2rem 0;
  text-align: left;
  font: 600 1.8rem/2.6rem "inter", sans-serif;
}
.whatReadSec {
    margin: 3rem 0 5rem;
}
.socialConnectSec {
   height: 131px;
  border-radius: 10px;
  padding: 2rem 3rem;
}
.socialConnectSec .connectUs {
  width: 204px;
  display: flex;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 1.5rem auto;
}
.socialConnectSec .connectUs li img {
    width: 26px;
    height: 26px;
}
.socialConnectSec .downloadApp {
    width: 235px;
}
.socialConnectSec .downloadApp li img {
    width: 109px;
    height: 33px;
}
.preNextSec {
    margin: 3rem 0;
    height: 104px;
    border-radius: 10px;
}
.preNextSec .Lhs-content, .preNextSec .Rhs-content {gap:5px;} 
.preNextSec .Lhs-content svg {
    width: 18px;
    height: 18px;
}
.NewslettrSec .slider-box{height:260px;}
.NewslettrSec .slider-box img {
    width: 100%;
    height: 115px;
}
.NewslettrSec {
    margin: 3rem 0;
}



}