/* CSS for New Design Start */
a.scrollClass {
    color: #49CC79;
    font-family: 'graphikmedium';
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    text-align: left;
}
.sectionHeading {}
.line {
    background-color: #51d581;
    width: 52px;
    height: 5px;
    display: block;
    margin-bottom: 20px;
}
.secHeading {
    font-size: 32px;
    line-height: 40px;
    color: #212121;    
    font-family: 'graphikbold';
    text-align: left;
}
.secHeadH3 {
  color: #212121;
  font-family: 'graphiksemibold';
  font-size: 32px;
  line-height: 34px;
  text-align: left;
}
.secPara {
    font-size: 16px;
    color: #424242;
    font-family: 'graphikregular';
    text-align: left;
    line-height: 20px;
}
.editorialSection {
  margin-top: 60px;
}
.editorialWrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.07);
  margin-top: 40px;
}
.editorialWrapper .secHeadH3 {
  line-height: 38px;
  margin-top: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.editorialWrapper .box {
  border-radius: 10px;
  flex-basis: 100%;
}
.editorialWrapper .box:first-child {
  padding: 32px 32px 16px 32px;
  border: 1px solid #49CC79;
  border-right: none;
  border-radius: 10px 0 0 10px;
}
.editorialContent .secPara {
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* Adjust the number of lines here */
  -webkit-box-orient: vertical; 
}
.editorialContent .editedDate {
  margin-bottom: 27px;
}
.editorialContent .scrollClass {
  margin-bottom: 32px;
  display: inline-block;
}
.publishedBy {
  color: #9B9B9B;
  font-family: 'graphikregular';
  font-size: 12px;
  text-align: left;
  /* background-color: #F7FFFA;
  border: 1px solid rgba(73, 204, 121, 0.17); */
  display: inline-block;
}
.publishedBy a {
  color: #212121;
  text-decoration: underline;
}
.editedDate {
  color: #9B9B9B;
  font-family: 'graphikmedium';
  font-size: 12px;
  line-height: 14px;
  text-align: left;
}
.editedDate span {
  color: #424242;
}
.editorialImg {
  position: relative;
  width: 100%;
  height: 100%;
}
.aspect-ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aspect-ratio-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 10px 10px 0px;
}
.likeNDshare {
  border-top: 1px solid #EDEDED;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 11px;
  color: #8A8A8A;
  font-family: 'graphikmedium';
  font-size: 12px;
  line-height: 14px;
  text-align: left;
}
.likeNDshare .like {
  background: #FFFFFF url(../images/news/like.svg) 0 0 no-repeat;
  background-size: 34%;
  padding-left: 17px;
}
.likeNDshare .share {
  background: #FFFFFF url(../images/news/share.svg) 0 0 no-repeat;
  background-size: 34%;
  padding-left: 17px;
}
.likeNDshare .view {
  background: #FFFFFF url(../images/news/view.svg) 0 center no-repeat;
  background-size: 34%;
  padding-left: 17px;
}

.latestNewsSection {
  margin-top: 104px;
  margin-bottom: 52px;
}
.latestNewsWrapper {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  gap: 0 20px;
  justify-content: space-between;
}
.ltNewsBox {
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 23%;
  height: 400px;
  max-height: 400px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.07);
}
.ltNewsBox .ltNewsImg {
  width: 100%;
  max-height: 156px;
  height: 156px;
}
.ltNewsBox .ltNewsImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ltNewsBox .secHeadH3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ltNewsBox .secPara {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ltNewsContent {
  padding: 16px 12px;
}
.ltNewsContent .publishedBy {
  margin-bottom: 8px;
}
.ltNewsContent .secHeading {
  margin-bottom: 10px;
}
.ltNewsContent .secPara {
  margin-bottom: 24px;
}
.ltNewsBox .likeNDshare {
  margin-top: auto;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.pressReleaseSection {
  background-color: #F8F7FC;
  padding: 52px 0;
}
.pressReleaseWrapper {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.techPressBox {
  display: inline-flex;
  flex-direction: row;
  flex: 0 0 48.7%;
  gap: 0 12px;
  height: 138px;
  max-height: 138px;
  padding: 12px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.07);
}
.techPressBox .techPressImg {
    height: 100%;
    flex: 0 0 25%;
}
.techPressBox .techPressImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.techPressContent {
  display: flex;
  flex-direction: column;
}
.techPressContent .publishedBy {
  width: fit-content;
  margin-top: auto;
}
.techPressContent .secHeadH3 {
  font-size: 16px;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  max-height: 60px;
  height: 60px;
}
.techPressContent .secPara {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.techPressContent .editedDate {
  margin-bottom: 10px;
  width: fit-content;
}
.pressReleaseSection nav {
  margin-top: 40px;
}
.pressReleaseSection .page-item.active .page-link {
  background-color: #49CC79;
  border-color: #49CC79;
}

.stayup-to-date {
  margin-top: 52px;
}
.stayup-to-date-Wrapper {
  background-color: #FFFFFF;
  border: 1px solid #49CC79;
  box-shadow: 0 12px 74px 20px rgba(0, 0, 0, 0.03);
  height: 163px;
  max-height: 163px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.stayup-to-date-Wrapper .scrollClass {
  background-color: #49CC79;
  border-radius: 4px;
  width: 257px;
  height: 50px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 15px 22px;
  margin-top: 23px;
}
.stayup-to-date-Wrapper .scrollClass polyline {
  stroke: #FFFFFF;
}

.upcomingEventsSection {
  margin-top: 100px;
}

/* ========================================== */
.upcomingBNR {
  position: relative;
  max-height: 530px;
  height: 530px;
  margin-top: 40px;
  /* background-image: url(../images/news/upcoming-banner.webp); */
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 100px 50px 80px;
  display: flex;
  flex-direction: row;
  color: #fff;
}
.upcomingBNR::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 70%);
}
.upcomingBNR .upcomingBox {
  position: relative;
}
.upcomingBNR .upcomingBox:first-child {
  flex: 0 0 70%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  background: transparent url(../images/news/frame.svg) 0 0 no-repeat;
  background-size: 29%;
  padding-left: 110px;
  padding-right: 15%;
}
.upcomingBNR .upcomingBox:first-child h4 {
  color: #ABABAB;
  font-family: 'graphikregular';
  font-size: 16px;
  line-height: 21px;
  text-align: left;
}
.upcomingBNR .upcomingBox:first-child h3 {
  color: #FFFFFF;
  font-family: 'graphiksemibold';
  font-size: 48px;
  line-height: 50px;
  text-align: left;
  padding-bottom: 11px;
}
.upcomingBNR .upcomingBox:first-child p {
  color: #FFFFFF;
  font-family: 'graphikregular';
  font-size: 16px;
  line-height: 21px;
  text-align: left;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 84px;
}
.upcomingBNR .upcomingBox:first-child .scrollClass {
  background-color: #49CC79;
  border-radius: 4px;
  width: 168px;
  height: 50px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 15px 22px;
  margin-top: 0;
}
.upcomingBNR .upcomingBox:first-child polyline {
    stroke: #FFFFFF;
}
.upcomingBNR .upcomingBox:last-child {
  flex: 0 0 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.upcoming-dateTime {
  display: flex;
  flex-direction: row;
  background-image: linear-gradient(180deg, rgba(255, 133, 133, .6), rgba(255, 213, 128, .6) 100%);
  width: 163px;
  color: #FFFFFF;
  padding: 22px;
}
.upcoming-dateTime .dateBox {
  flex: 0 0 60%;
  font-size: 38px;
  line-height: 40px;
  font-family: 'graphiksemibold';
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  border-right: 1px solid #ffffff4f;
  padding-right: 10px;
}
.upcoming-dateTime .dateBox>span {
  font-family: 'graphikregular';
  font-size: 16px;
  letter-spacing: 4px;
  line-height: normal;
  text-transform: uppercase;
}
.upcoming-dateTime .timeBox {
  flex: 0 0 40%;
  font-size: 38px;
  line-height: 40px;
  font-family: 'graphiksemibold';
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  padding-left: 15px;
}
.upcoming-dateTime .timeBox>span {
  font-family: 'graphikregular';
  font-size: 16px;
  letter-spacing: 4px;
  line-height: normal;
  text-transform: uppercase;
}
.upcomingEventsSection .pressReleaseSection.pastEventsSection {
  margin: 0;
}
.upcomingSlider {
  position: relative;
}
.upcomingSlider .swipperButton {
  left: unset;
  margin-left: unset;
  right: 0;
  margin-right: 0;
  bottom: 45%;
  top: 45%;
  transform: translate(0%, -45%);
  width: 100%;
  justify-content: space-between;
}
.upcomingSlider .swipperButton .swiper-button-prev2 {
  background: url(../images/svg/slider-bt.svg) 0 0 no-repeat;
  background-size: 100%;
  margin-right: 0;
  margin-left: -25px;
  width: 46px;
  height: 46px;
}
.upcomingSlider .swipperButton .swiper-button-next2 {
  background: url(../images/svg/slider-bt.svg) 0 0 no-repeat;
  background-size: 100%;
  width: 46px;
  height: 46px;
  margin-right: -25px;
}
/* ================================== */


.discoverMore {
  background-color: #FFFFFF;
  border: 1px solid #E7EAF1;
  width: 100%;
  padding: 16px 30px 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.discoverMore .discoverBox {
  flex: 0 0 70%;
}
.discoverMore .discoverBox:last-child {
  text-align: right;
  flex: 0 0 30%;
}
.discoverText {
  font-family: 'graphiksemibold';
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #212121;
}
.discoverText span {
  color: #424242;
  font-family: 'graphikregular';
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  padding-top: 8px;
  display: inline-block;
}
.discoverText .dateNtime,
.discoverText .dateNtime span {
  color: #9B9B9B;
  font-family: 'graphikregular';
  font-size: 12px;
  line-height: 14px;
  text-align: left;
}
.discoverMore .discoverBox .scrollClass {
  background-color: #49CC79;
  border-radius: 4px;
  width: 190px;
  height: 50px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 15px 22px;
  margin-top: 0;
  display: inline-block;
}
.discoverMore .discoverBox .scrollClass polyline {
    stroke: #FFFFFF;
}


.pressReleaseSection.pastEventsSection {
  background-color: unset;
  padding: 0;
  margin: 100px 0 80px;
}
.pressReleaseSection.pastEventsSection .secHeadH3,
.pressReleaseSection.pastEventsSection .secPara {
  margin-bottom: 8px;
  -webkit-line-clamp: 2;
  max-height: 60px;
  height: 60px;
}
.pressReleaseSection.pastEventsSection .editedDate {
  margin-top: auto;
  margin-bottom: unset;
  font-family: 'graphikregular';
}
.pressReleaseSection.pastEventsSection .editedDate span {
  color: #9B9B9B;
}
.pressReleaseSection.pastEventsSection .scrollClass {
  margin-top: auto;
}
.editedDate span.eventTime {
  color: #9B9B9B;
}

.pressReleaseSection.pastEventsSection .techPressImg {
  position: relative;
}
.pressReleaseSection.pastEventsSection .techPressImg .dateTag {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
  font-size: 24px;
  font-family: 'graphiksemibold';
  background-image: linear-gradient(180deg, #FF8585 0.05%, #FFD580 100%);
  width: 42px;
  height: 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pressReleaseSection.pastEventsSection .techPressImg .dateTag span {
  font-size: 14px;
  text-transform: uppercase;
}
/* CSS for New Design End */


@media(max-width:1199px) {
    .insight-banner-content .img-info{
  width:calc(100% - (70px + 100px));
  min-width: calc(100% - (70px + 100px));
}
  .upcomingBNR {
    padding: 50px 30px 50px;
  }
  .upcomingBNR .upcomingBox:first-child {
    background-size: 33.5%;
    padding-right: 0;
  }

  .upcomingSlider .leftSection .swiper-slide {
    margin-bottom: 0;
  }

  .upcomingEventsSection {
    margin-top: 52px;
  }

  .pressReleaseSection.pastEventsSection {
    margin-top: 52px;
  }
}
@media (max-width: 991px) {
  /* NEW DESIGN CSS */
  .techPressBox {
    flex: 1 1 auto;
    height: 158px;
    max-height: 158px;
  }
  .latestNewsWrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
  .ltNewsBox {
    flex: 0 0 48%;
  }

  .upcomingBNR {
      padding: 20px;
      flex-direction: column;
  }
  .upcomingBNR .upcomingBox:last-child {
    justify-content: flex-end;
    align-items: flex-end;
  }
  .upcomingBNR .upcomingBox:first-child {
    background-size: 26%;
    padding-left: 90px;
  }
  .pressReleaseSection.pastEventsSection .secHeadH3, 
  .pressReleaseSection.pastEventsSection .secPara {
    max-height: 40px;
    height: 40px;
  }
}

@media (max-width: 767px) {
    /* CSS for New Design Start */
    .techPressContent .secHeadH3 {
      max-height: 65px;
      height: 65px;
    }
    .insight-banner-content .img-info {
        width: 100%;
        min-width: 100%;
    }
    .line {
      margin-bottom: 12px;
    }
    .secHeading {
      font-size: 28px;
    }
    .insight-banner .untill-text {
        font-size: 18px;
        line-height: 30px;
    }
    .editorialSection {
      margin-top: 40px;
    }
    .editorialWrapper {
      flex-direction: column;
      margin-top: 20px;
      border: 1px solid #49CC79;
    }
    .editorialWrapper .secHeadH3 {
      line-height: 28px;
      font-size: 24px;
    }
    .editorialImg {
      height: 200px;
    }
    .editorialWrapper .box:first-child {
      border: none;
      border-radius:unset;
      padding: 16px;
    }
    .aspect-ratio-content img {
      border-radius: 10px 10px 0px 0px;
    }
    .likeNDshare {
      margin: 0 -16px;
      padding-left: 16px;
      padding-right: 16px;
    }

    .latestNewsSection {
      margin-top: 40px;
      margin-bottom: 40px;
    }
    .latestNewsWrapper {
      flex-direction: column;
      margin-top: 20px;
    }
    .ltNewsBox {
      box-shadow: 0 2px 20px 2px rgb(0 0 0 / 15%);
      margin-bottom: 20px;
    }
    .ltNewsBox:last-child {
      margin-bottom: 0px;
    }
    .ltNewsBox .likeNDshare {
      margin: 0;
    }
    .pressReleaseSection {
      padding: 40px 0px;
    }

    .pressReleaseWrapper {
      margin-top: 20px;
    }
    .techPressBox {
      max-height: none;
      height: auto;
      flex-direction: column;
    }
    .techPressBox .techPressImg {
      height: 127px;
      max-height: 127px;
    }
    .techPressContent {
      margin-top: 15px;
    }
    .techPressContent .secHeading {
        margin-bottom: 10px;
    }
    .techPressContent .secPara {
      margin-bottom: 15px;
    }

    .stayup-to-date {
      margin-top: 40px;
    }
    .stayup-to-date-Wrapper .secHeading {
      text-align: center;
    }

    .upcomingEventsSection {
      margin-top: 40px;
    }
    .pressReleaseSection .pagination {
        gap: 0 16px;
    }

    .pressReleaseSection.pastEventsSection {
      margin: 40px 0px;
    }
    .pressReleaseSection.pastEventsSection .techPressBox {
      box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.15);
    }
    .pressReleaseSection.pastEventsSection .scrollClass {
        margin-top: 15px;
    }

    .upcomingBNR {
      margin-top: 20px;
    }
    .upcomingBNR .upcomingBox:first-child {
      background: none;
      padding: 0;
    }
    .upcomingBNR .upcomingBox:first-child h3 {
      font-size: 28px;
      line-height: 35px;
    }
    .upcomingBNR .upcomingBox:last-child {
        align-items: flex-start;
        justify-content: center;
        margin-top: 15px;
    }
    .upcoming-dateTime {
      padding: 15px;
    }
    .upcomingSlider .swipperButton {
      width: auto;
      right: 0;
      left: 0;
      bottom: 63%;
      top: 63%;
      margin: 0;
      justify-content: center;
      transform: translate(0, 63%);
      gap: 0 50px;
    }

    .discoverMore {
      flex-direction:column;
      gap: 20px 0;
      padding: 15px 15px 30px;
    }
    .discoverText {
      line-height: 30px;
    }
    .discoverMore .discoverBox:last-child {
      text-align: center;
  }
    /* CSS for New Design End */
}

@media (max-width: 320px) {
  .upcoming-dateTime {
      padding: 4px 8px;
  }
  .upcomingSlider .swipperButton {
    top: 60%;
    bottom: 60%;
    transform: translate(0, 60%);
  }
}