@charset "utf-8";

.mc_container {
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

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;
}

.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;
}



/* Main css start */
.pageWrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0;
  justify-content: space-between;
}

.pageWrapper .Page_Lhs {
  width: 100%;
}

.pageWrapper .Page_Rhs {
  width:100%;
  margin-top: 1rem;
}

/* Error message */
.error_message{
    font: 500 1.2rem "Inter", sans-serif;
    margin: 0.4rem 0rem 0.4rem 0.7rem;
}


/* Stay Ahead with AI edge */
.stayAheadSec {
  background: #F6F8FC;
  height: auto;
  padding: 1.5rem;
  text-align: center;
  margin: 1rem auto 2rem;
  box-sizing: border-box;
  border-radius: 10px;
}

.stayAheadSec .stayAheadTitle {
  font: 800 2rem "Inter", sans-serif;
  color: #000;
  margin: 0 0 0.5rem 0;
  text-transform: capitalize;
  display: block;
}

.stayAheadSec .para {
  font: 400 1.6rem/2.4rem "Inter", sans-serif;
  color: #666;
  margin: 0;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.5rem 0;
  text-align: center;
}


/* Latest newsletter sec */

.latestNewsSec {
  margin: 2rem 0;
}

.latestNewsSec .latestNewsTitle {
  font: 700 1.8rem "Inter", sans-serif;
  color: #000;
  margin: 0 0 1.5rem 0;
  text-transform: capitalize;
}

.latestNewsSec .latestNewsList {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.latestNewsSec .latestNewsList a {
  display: inline-block;
}

.latestNewsSec .latestNewsList li {
  width: 47.7%;
  height: auto;
  min-height: 221px;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  padding: 0.5rem;
  box-sizing: border-box;
  background: #fff;
}

.latestNewsSec .latestNewsList li img {
  width: 100%;
  height: 87px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.latestNewsSec .newsTitle {
  font: 600 1.6rem/2rem "Inter", sans-serif;
  color: #000;
  margin: 0 0 1rem 0;
  padding: 0 0.3rem;
  /* text-transform: capitalize; */
  display: -webkit-box;
line-clamp: 2;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}

.latestNewsSec .newsDesc {
  font: 400 1.4rem/1.6rem "Inter", sans-serif;
  color: #000;
  margin: 0 0 1rem 0;
  padding: 0 0.3rem;
  /* text-transform: capitalize; */
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.latestNewsSec .publishDate{
  font: 400 1.2rem / 2rem "Inter", sans-serif;
    color: #666;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    display: inline-block;
    text-transform:capitalize;
}


/* Your AI edge sec */
.latestNewsSec .latestNewsList li.yourAiedgeSec {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #F6F8FC;
  height: auto;
  min-height: 151px;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  margin: 1rem auto;
  box-sizing: border-box;
  border-radius: 10px;
}

.yourAiedgeSec .lhscontent {
  width:100%;
  text-align: center;
}

.yourAiedgeSec .stayAheadTitle {
  font: 700 2rem "Inter", sans-serif;
  color: #000;
  margin: 0 0 0.5rem 0;
  text-transform: capitalize;
  display: block;
}

.yourAiedgeSec .para {
  font: 400 1.6rem/2rem "Inter", sans-serif;
  color: #666;
  margin: 0;
  padding: 0.5rem 0;
}

.yourAiedgeSec .rhscontent {
  width: 100%;
}

.subscribeForm {
  display: flex;
  align-items: flex-start;
}

.subscribeForm .emailInputBtn{width:57%;}

.yourAiedgeSec .emailInput, .yourAiedgeSec input[type="email"] {
  width: 100%;
  height: 42px;
  border-radius: 50px;
  background: #D4D9E3;
  padding: 1rem 1rem 1rem 2rem;
  box-sizing: border-box;
  font: 400 1.2rem "Inter", sans-serif;
  color: #000;
}

.yourAiedgeSec .emailInput::placeholder, .yourAiedgeSec input[type="email"]::placeholder {
  font: 400 1.2rem "Inter", sans-serif;
  color: #000;
}

.yourAiedgeSec .emailInput:focus,
.yourAiedgeSec .emailInput:active {
  outline: none;
  border: none;
}

.yourAiedgeSec .subscribeBtn {
  width: 40%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 37px;
  background: linear-gradient(90deg, #56A846 0%, #0095EE 100%);
  color: #fff;
  font: 700 1.4rem "Inter", sans-serif;
  line-height: 25px;
  text-align: center;
  text-transform: capitalize;
  border: none;
  cursor: pointer;
  margin: 0 0 0 1.4rem;
  padding: 1rem;
  box-sizing: border-box;
}

.freeNewsletter,
.freeNewsletter h3 {
  position: relative;
  font: 600 1.6rem "Inter", sans-serif;
  color: #000;
  text-transform: capitalize;
  display: block;
  text-align: center;
  width: 185px;
  margin: 2rem auto 0;
}

.freeNewsletter::before {
  content: "";
  position: absolute;
  width: 33px;
  height: 1px;
  background: #000;
  bottom: 8px;
  left: -42px;
  background: linear-gradient(90deg, #56A846 0%, #0095EE 100%);
}

.freeNewsletter::after {
  content: "";
  position: absolute;
  width: 33px;
  height: 1px;
  background: #000;
  bottom: 8px;
  right: -42px;
  background: linear-gradient(90deg, #56A846 0%, #0095EE 100%);
}


/* Latest AI News section */
.aiNewsSection {
  background: #fff;
  margin: 2rem 0;
}

.aiNewsSection .RHSsec_title {
  font: 700 1.8rem "Inter", sans-serif;
  color: #000;
  margin: 0 0 1.5rem 0;
  text-transform: capitalize;
}

.aiNewsSection .four_box_wrap {
  flex-direction: column;
  grid-gap: 0;
  margin-bottom: 2rem;
}

.aiNewsSection .story_box {
  width: 100%;
  border-top: 1px solid #DFDFDF;
}

.aiNewsSection .story_box:last-child {
  border-bottom: 1px solid #DFDFDF;
}

.aiNewsSection .story_box a {
  display: flex;
  padding: 1.5rem 0 1.2rem;
}

.aiNewsSection .story_box .newsLHS {
  width: calc(100% - 130px);
  margin: 0 0 0.4rem 0;
}

.aiNewsSection .story_box .newsLHS .newsPara {
  font: 600 1.4rem/1.8rem "inter", sans-serif;
  color: #0A0A0A;
  margin: 0 0 1rem 0;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.aiNewsSection .story_box .newsLHS .date {
  font: 400 1rem "Inter", sans-serif;
  color: #666;
  margin-bottom: 0;
}

.aiNewsSection .story_box .newsRHS {
  width: 115px;
  margin-left: 1.5rem;
}

.aiNewsSection .story_box .newsRHS img {
  width: 115px;
  height: 65px;
  border-radius: 5px;
}





















/***** 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;
  }

.desk-hide {display: none;}
.pageWrapper {flex-direction: row;gap:20px}
.pageWrapper .Page_Lhs {width: calc(100% - 330px);}
.pageWrapper .Page_Rhs {width: 300px;margin-top: 1rem;}

.stayAheadSec {height: 134px;margin: 1rem auto 2rem;}
.stayAheadSec .stayAheadTitle {font: 800 3rem "Inter", sans-serif;}
.stayAheadSec .para{max-width: 65%;}
.latestNewsSec {margin: 3rem 0;}
.latestNewsSec .latestNewsList {gap: 22px;}
.latestNewsSec .latestNewsTitle{font:700 2.2rem "Inter", sans-serif;}
.latestNewsSec .latestNewsList li {width: 295px;height: 332px;padding: 1rem;}
.latestNewsSec .latestNewsList li img {width: 275px;height: 155px;}
.latestNewsSec .newsDesc {font: 400 1.4rem / 2rem "Inter", sans-serif;}
.latestNewsSec .newsTitle {font: 600 1.6rem / 2.4rem "Inter", sans-serif;}
.latestNewsSec .latestNewsList li {
  width: 295px;
  height: 332px;
  min-height: 332px;min-height: 332px;

}
.latestNewsSec .latestNewsList li.yourAiedgeSec{padding: 1.5rem 3rem 1.5rem 1.5rem;height: 142px;
    min-height: 142px;gap: 40px;}
.yourAiedgeSec .lhscontent {width: calc(100% - 456px);text-align: left;}
.yourAiedgeSec .rhscontent {width: 400px;}
.yourAiedgeSec .emailInput, .yourAiedgeSec input[type="email"] {width: 100%;}
.yourAiedgeSec .subscribeBtn{line-height: 22px;}
.aiNewsSection { margin: 3rem 0;}

/* Error message */
.error_message{
    font: 500 1.12rem "Inter", sans-serif;
    margin: 0.4rem 0.5rem 0.4rem 0.7rem;
}

}


@media all and (max-width:359px) {
.latestNewsSec .latestNewsList li{width: 47.6%;}
}