*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --primary-clr: #9c1d26;
  --bg-primary: #9c1d26;
  --bg-secondary: #00b7b2;
  --font-inter: "Inter", sans-serif;
}

a {
  color: #000;
  line-height: 22px;
}

body,
html {
  margin: 0;
  padding: 0;
  color: #000 !important;
  font-size: 16px;
  font-family: var(--font-inter) !important;
  background: #fff !important;
  font-weight: 400;
}

.custom_theme .nshp_min_nav .mainnav_1260 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1330px;
  width: 100%;
}

a,
body,
form,
li,
p,
span,
ul {
  font-family: var(--font-inter);
}

a,
body,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  font-family: var(--font-inter);
  letter-spacing: -0.5px;
}

img {
  max-width: 100%;
}

.ndtv-spl .nshp_header {
  margin-top: 0;
  margin-bottom: 0px;
}

.ndtv-spl .nshp_min_nav,
.nshp_min_nav.b_scn1.mobile_menu.m_nav_sty.search_fix.share_fix,
.search_fix.share_fix.ndtv_nav_sticky {
  background: 0 0;
  min-height: auto;
  position: relative;
  top: 0 !important;
  left: 0;
  padding: 10px 0;
}

.ndtv-spl .nshp_min_nav {
  background: transparent;
  min-height: auto;
  position: absolute;
  top: 0 !important;
  left: 0;
  padding: 48px 0 25px 0;
}

.custom_theme .nshp_mobtopnav_link {
  box-shadow: none;
  background: 0 0;
  display: block !important;
}

.brgMnLg {
  display: flex;
  align-items: center;
  gap: 0 20px;
  line-height: 1;
}   

#bug_menu {
  width: 24px;
  height: 24px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  line-height: 1;
}
#bug_menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #fff !important;
  opacity: 1;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.custom_theme .mobileNavOuter {
  z-index: 99999999;
}

.custom_theme #bug_menu span:nth-child(2n) {
  left: 50%;
}

.custom_theme #bug_menu span:nth-child(odd) {
  left: 0;
}

#bug_menu span:nth-child(2),
.custom_theme #bug_menu span:first-child {
  top: 5px;
}

#bug_menu span:nth-child(4),
.custom_theme #bug_menu span:nth-child(3) {
  top: 13px;
}

#bug_menu span:nth-child(6),
.custom_theme #bug_menu span:nth-child(5) {
  top: 21px;
}

#bug_menu.open span:nth-child(6),
.custom_theme #bug_menu.open span:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#bug_menu.open span:nth-child(5),
.custom_theme #bug_menu.open span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.custom_theme #bug_menu.open span:first-child {
  left: 0;
  top: 6px;
}

.custom_theme #bug_menu.open span:nth-child(2) {
  left: calc(50% - 4px);
  top: 6px;
}

.custom_theme #bug_menu.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.custom_theme #bug_menu.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.custom_theme #bug_menu.open span:nth-child(5) {
  left: 0;
  top: 17px;
}

.custom_theme #bug_menu.open span:nth-child(6) {
  left: calc(50% - 4px);
  top: 17px;
}

.b_scn1 .rytBtns {
  border: 0;
  box-shadow: none;
  padding: 0;
}

.custom_theme .bmmactive .bdm_arrow,
.custom_theme .vid_socwid_wrap,
.heroLogo_mobile,
.nshp_qoute_thumb:not(:has(img)),
.rytBtns .bckBtn.bckArw::after,
.thankyou-page .nshp_bdmcrum,
.videoicon {
  display: none;
}

.mobileNavOuter {
  position: fixed;
  width: 300px;
  left: -1200px;
  height: 100vh;
  background: #5e080e;
  /* backdrop-filter:blur(10px); */
  top: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
}

.mobileNavOuter.visible::after {
  content: "";
  position: fixed;
  width: calc(100% - 300px);
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 300px;
  backdrop-filter: blur(5px);
}

.custom_theme .nshp_min_nav ul {
  background: 0 0;
  border-left: 0;
  border-right: 0;
  width: 100%;
  margin: 50px 0 0;
  position: relative;
  z-index: 9999 !important;
  display: block;
  overflow-x: hidden;
  border-radius: 0 10px 10px 0;
  padding: 10px;
}

.nshp_nglobalnav_mwrap .nshp_top_navmview {
  background: 0 0;
}

.mobileNavOuter ul {
  position: relative;
  left: 0;
  top: 0;
}

.search_fix.share_fix.ndtv_nav_sticky,
.custom_theme .nshp_mobtopnav_link.ndtv_nav_sticky,
.custom_theme .nshp_top_storywidg {
  position: relative;
}

.custom_theme .search_fix.share_fix.ndtv_nav_sticky {
  background: var(--bg-primary) !important;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  position: fixed;
  z-index: 999;
}

.custom_theme .shrBtn,
.topnav_rhs a:hover {
  background-color: transparent;
}

.custom_theme .nshp_min_nav li a,
.custom_theme .nshp_min_nav ul li {
  display: block;
  float: none;
  width: 100%;
  padding: 0;
}

.custom_theme .ndtv_nav_sticky ul {
  top: 0 !important;
}

.custom_theme .nshp_min_nav li a {
  border: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-family: var(--body-font);
  font-weight: 400;
  margin-top: 5px;
  border-radius: 6px;
}

.custom_theme .nshp_min_nav li a.active,
.custom_theme .nshp_min_nav li a:hover {
  background-color: var(--bg-primary) !important;
  border: 0;
  color: #fff;
}

.custom_theme .nshp_min_nav ul li,
.custom_theme .nshp_min_nav ul li:last-child {
  border-bottom: 0;
}

.custom_theme .nshp_min_nav li a {
  color: #fff;
  padding: 10px !important;
  line-height: 22px;
}

.custom_theme .topnav_rhs {
  height: auto;
  top: 0;
  margin-left: auto;
  position: relative;
}

.custom_theme .shrBtn {
  display: inline-block;
  position: relative;
  z-index: 1;
  background-image: none;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
}

.custom_theme .shrBtn:before {
  content: "";
  mask: url(https://cdn.ndtv.com/ui/special/2024/kumbh/images/share-icn.svg)
    center center no-repeat;
  background-color: #fff;
  mask-size: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.custom_theme .ntv_vid_slink .sclBtn {
  margin: 0 10px;
}

.custom_theme .ntv_vid_slink .sclBtn {
  background-size: auto;
  background-image: none;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin: 0 6px;
  position: relative;
  overflow: hidden;
}

.ntv_vid_slink .sclBtn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: #fff;
}

.ntv_fb:before {
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z"/></svg>')
    center center no-repeat;
  mask-size: 52%;
}

.ntv_vid_slink .sclBtn.ntv_tw::before {
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg>')
    center center no-repeat;
  mask-size: 78%;
}

.ntv_vid_slink .sclBtn.ntv_lnk::before {
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M100.3 448H7.4V148.9h92.9zM53.8 108.1C24.1 108.1 0 83.5 0 53.8a53.8 53.8 0 0 1 107.6 0c0 29.7-24.1 54.3-53.8 54.3zM447.9 448h-92.7V302.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V448h-92.8V148.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V448z"/></svg>')
    center center no-repeat;
  mask-size: 70%;
}

.ntv_vid_slink .sclBtn.ntv_pin::before {
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z"/></svg>')
    center center no-repeat;
  mask-size: 66%;
}

.rytBtns .bckBtn:last-child {
  margin-right: 0;
  background-image: none;
  font-size: 14px;
  font-weight: 400;
  padding: 0 11px 0 0;
  letter-spacing: 0;
  font-family: var(--font-inter);
  display: flex;
  align-items: center;
  color: #fff;
  border: 1px solid #d4d4d4;
  width: 100px;
  height: 30px;
  border-radius: 23px;
  justify-content: end;
  position: relative;
  overflow: hidden;
  transition: all ease-in 0.3s;
}

.rytBtns .bckBtn:last-child::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 12px;
  mask: url(https://cdn.ndtv.com/ui/special/2025/idfc/images/arw-bck_icn.svg) center center no-repeat;
  mask-size: 75%;
  left: 7px;
  z-index: 99;
  background-color: #fff;
}

.custom_theme .ntv_vid_slink .sclBtn:hover {
  background-color: transparent;
}

.custom_theme .ntv_vid_slink .sclBtn:hover::before {
  background: #fff;
}

.rytBtns .bckBtn.bckArw::after {
  display: none;
}

.rytBtns .btnTp:not(.noBtn):hover {
  background-position: 8px center;
  background-color: transparent;
}

.rytBtns .bckBtn:last-child:hover,
.custom_theme .shrBtn:hover {
  border-color: var(--bg-primary);
}
.shrBtn:hover::before,.rytBtns .bckBtn:last-child:hover::before  {
	background-color: var(--bg-primary);
}
.rytBtns .bckBtn:last-child:hover {
	color: var(--bg-primary);
}
.custom_theme .topnav_rhs a.actvbtn,
.custom_theme .topnav_rhs div.actvbtn {
  background-color: transparent;
  border-color: transparent;
  filter: none;
}

.custom_theme .ntv_vid_slink {
  position: absolute;
  right: -3px;
  background: transparent;
  transform: scaleX(0);
  opacity: 0;
}

.custom_theme .ntv_vid_slink.animated {
  display: flex;
  border-radius: 30px;
  padding: 4px 26px 4px 0;
  top: 0;
  right: 0;
  transform: scaleX(1);
  opacity: 1;
  border: 1px solid var(--bg-secondary);
  background: transparent;
  z-index: 1;
}

.custom_theme .ndtv-wSummit-livePlrSec .nshp_widget_mid {
  max-width: 1330px;
  margin: 0 auto;
  float: none;
  clear: both;
}

.custom_theme .ndtv-wSummit-livePlrSec .nshp_watchvid_headline {
  color: #fff;
  font-weight: 700;
  font-size: 38px;
  padding: 20px 0 30px;
  text-align: center;
}

.rytBtns .btnTp:not(.noBtn):hover {
  background-position: 8px center;
  background-color: transparent;
}

.closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 999999999;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.3);
  padding: 15px;
}

.closeBtn::after,
.closeBtn::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background: #fff;
  inset: 0;
  margin: auto;
  transform: rotate(-45deg);
  border-radius: 0;
}

.closeBtn::after {
  transform: rotate(45deg);
}

.nshp_widget_boxwrap,
.custom_theme .tp_vdbox {
  margin-bottom: 0;
}

/* Header End */

/* Common Styles */
.nshp_wrap1260 {
  max-width: 1330px;
  width: 100%;
  padding: 0;
}

.nshp_top_headline h1,
.nshp_top_headline h2 {
  font-size: 40px;
  color: var(--primary-clr) !important;
  font-weight: 600;
  font-family: var(--font-inter) !important;
  text-transform: capitalize;
  margin-top: 60px;
  margin-bottom: 30px;
  float: none;
  width: 100%;
  text-align: center;
}

.full_width {
  width: 100vw;
  margin-left: calc(-50vw + 50%) !important;
  float: left;
  clear: both;
}

.nshp_wrap1260 {
  padding-top: 0;
}

.nshp_top_headline,
.nshp_rhswidget_mid,
.nshp_widget_mid {
  padding: 0 !important;
  background: transparent !important;
}

.nshp_widget_boxwrap {
  margin: 0;
}

.ndtv_nav_sticky {
  position: fixed;

  transform: translateY(100px);
  /* Slide down to top: 0 */
  animation: slideDown 0.3s ease-in-out forwards;
  z-index: 1000;
}

@keyframes slideDown {
  from {
    transform: translateY(-100px);
  }

  to {
    transform: translateY(0);
  }
}

/*====About Us Section====*/
.about_widget {
  width: 100vw;
  margin-left: calc(-50vw + 50%) !important;
  float: left;
  clear: both;
  background: #9c1d26 url(https://cdn.ndtv.com/ui/special/2025/idfc/images/about-bg.svg);
  padding-bottom: 60px;
}

.ndtv-spl .nshp_abtexpt_box {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  margin-top: 10px;
}

.nshp_abtexpt_pic_thumb {
  width: min(435px, 100%);
  flex-shrink: 0;
  margin-right: 30px;
  height: auto;
  overflow: hidden;
  background: #2d0b82;
  border-radius: 12px;
}

.about_widget .nshp_rhswidget_mid {
  margin: 0 auto;
  float: none;
  max-width: 1330px;
}

.nshp_abtexpt_box p {
  padding: 0;
  font-size: 18px;
  line-height: 30px;
}

.nshp_abtexpt_box p {
  color: #fff;
}

.nshp_abtexpt_box p:nth-child(2) {
  margin: 30px 0;
}

.impct_plr-list {
  display: flex;
  gap: 10px;
}

.impct_plr-item {
  background: #f4f4f4;
  border-radius: 10px;
  width: calc(100% / 7);
  text-align: center;
  padding: 30px 0;
}

.impct_plr-icn {
  width: 50px;
  display: inline-block;
  margin-bottom: 12px;
}

.impct_plr-item h6 {
  font-size: 16px;
  font-weight: 600;
}

.impct_plr-item:hover {
  background: var(--bg-primary);
}

.impct_plr-item:hover .impct_plr-icn {
  filter: invert();
}

.impct_plr-item:hover h6 {
  color: #fff;
}

.about_widget .nshp_top_headline h2 {
  color: #fff !important;
}

.impct_plr-item:hover {
  transform: translateY(-5px);
}

.impct_plr-item:hover::before {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}

.impct_plr-item:hover .impct_plr-icn img {
  transform: scale(1.1);
}

.impct_plr-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-primary);
  border-radius: 8px;
  transform: rotateY(0deg) translateZ(-10px) scale(0.9);
  opacity: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: -1;
}

.impct_plr-item:hover::after {
  transform: rotateY(10deg) translateZ(-5px) scale(1);
  /* 3D effect with closer depth */
  opacity: 1;
}

.impct_plr-list:hover .impct_plr-item:not(:hover) {
  transform: scale(0.95);
  opacity: 0.4;
  transition: transform 0.3s ease, opacity 0.3s ease;
  filter: blur(0.7px);
}

/* Video section styles */

.custom_theme .ndtv-wSummit-livePlrSec {
  background:url(https://cdn.ndtv.com/ui/special/2025/idfc/images/hero-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 110px 0 30px;
  position: relative;
}

.custom_theme .nshp_wrap1260 .videobox {
  width: 100%;
  box-sizing: border-box;
  max-width: 1330px;
  margin: 0 auto;
  float: none;
}

.custom_theme .ndtv-wSummit-livePlrSec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 opacity: 0.8;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(180deg, #D4AF7D 0%, rgba(212, 175, 125, 0.50) 47.12%, rgba(145, 126, 124, 0.00) 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.custom_theme .ndtv-wSummit-livePlrSec .videobox {
  width: 100%;
  margin: 0 auto;
  float: none;
}

.nshp_wrap1260 .nshp_widget_mid .videobox div {
  float: none;
  width: 880px;
  padding-bottom: 37.2% !important;
  border-radius: 20px;
  overflow: hidden;
  margin: 180px auto 0 auto;
}

.custom_theme .ndtv-wSummit-livePlrSec .videobox::before {
	content: "";
	display: block;
	background: url(https://cdn.ndtv.com/ui/special/2025/idfc/images/ILU.png) 0 0/100% no-repeat;
	width: 258px;
	height: 200px;
	top: 27%;
	margin: 0 auto;
	position: absolute;
	top: 52px;
	left: 50%;
	margin-left: -129px;
	background-size: cover;
}

/* video listing */

.ndtv-wSummit-videolist {
  background: var(--bg-primary);
  padding-bottom: 100px;
  margin-top: 60px;
  position: relative;
}

.ndtv-wSummit-videolist .nshp_widget_mid {
  max-width: 1330px;
  margin: 0 auto;
  float: none;
}

.ndtv-wSummit-videolist .nshp_top_headline h2 {
  color: #fff !important;
}

.home .nshp_wrap1260 .nshp_video_box {
  width: calc((100% / 4) - 1.8%);
  max-width: none;
  margin-right: 2.3%;
  margin-bottom: 10px !important;
}

.home .nshp_wrap1260 .nshp_video_box:last-child {
  margin-right: 0;
}

.custom_theme .nshp_vid_bxthumb {
  height: auto !important;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.custom_theme .nshp_vid_bxthumb .nshp_vid_playbx {
  font-size: 11px;
  position: absolute;
  bottom: 5px;
  left: 5px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  line-height: 22px;
  width: 50px;
  padding: 0 5px;
  display: flex;
  pointer-events: none;
}

.custom_theme [class^="nshp_video_slideboxhome_"] .nshp_video_box img {
  margin-top: 0;
  transform: scale(1) translateZ(0);
  transition: cubic-bezier(0.3, 0.58, 0.42, 0.9),
    transform 0.6s cubic-bezier(0.3, 0.58, 0.42, 0.9);
}

.custom_theme [class^="nshp_video_slideboxhome_"] .nshp_video_box:hover img {
  transform: scale(1.05);
  transform: scale(1.06) translateZ(0);
}

.custom_theme .nshp_vid_bxthumb span {
  display: inline-block;
  position: relative;
  width: 13px;
  height: 9px;
  overflow: hidden;
  top: 1px;
  background-image: none;
  margin-right: 3px;
}

.custom_theme .nshp_vid_bxthumb .nshp_vid_playbx span::after,
.custom_theme .nshp_vid_bxthumb .nshp_vid_playbx span::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path fill="%23ffffff" d="m11.596 8.697-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393"/></svg>')
    center center no-repeat;
  background-size: 12px;
  width: 13px;
  height: 7px;
  left: 4px;
  top: 0;
  transition: all ease 0.4s;
  opacity: 0;
}

.custom_theme .nshp_vid_bxthumb .nshp_vid_playbx span::before {
  left: 0;
  opacity: 1;
}

.custom_theme .nshp_vid_bxthumb .nshp_vid_playbx span::after {
  left: -20px;
}

.custom_theme .nshp_video_box:hover .nshp_vid_playbx span::before {
  left: 100%;
  opacity: 0;
}

.custom_theme .nshp_video_box:hover .nshp_vid_playbx span::after {
  left: 0;
  opacity: 1;
}

.nshp_vid_playbx a {
  display: flex;
  align-items: center;
}

.ndtv-wSummit-videolist .nshp_vid_bxinfo a {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
}

.ndtv-wSummit-videolist .nshp_top_headline {
  position: static;
}

.ndtv-wSummit-videolist .nshp_top_headline span {
  position: absolute;
  bottom: 50px;
  width: 100%;
  height: 30px;
  left: 0;
  text-align: center;
}

.ndtv-wSummit-videolist .nshp_top_headline span .rmore_btn {
  float: none;
  display: inline-block;
  border: 0.5px solid #f4f4f4;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 300;
  font-family: var(--font-inter);
  text-transform: capitalize;
  color: #fff !important;
  width: 116px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.ndtv-wSummit-videolist .nshp_top_headline span .rmore_btn:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 400%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--bg-secondary);
  border-radius: 300px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  z-index: -1;
  top: 105%;
  bottom: 0%;
  left: -51%;
  right: 0%;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ndtv-wSummit-videolist .nshp_top_headline span .rmore_btn:hover:before {
  transform: translate3d(0px, -152px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

/*footer styles */
.ndtv-spl .ft-sticky {
  background-color: #1f212b;
  box-shadow: none;
  margin-top: 50px;
}

.ft-sticky_logo svg {
  fill: #fff;
}

.footer_insta,
.footer_linkedin,
.footer_socials .footer_fb,
.footer_socials .footer_gp,
.footer_socials .footer_tw {
  filter: invert();
}

.ndtv-spl .ft-sticky .footer_nav ul li a,
.ndtv-spl .ft-sticky .footer_copy,
.ndtv-spl .follow-us span,
.ndtv-spl .ft-sticky a {
  color: #fff;
  font-size: 12px;
}

.ndtv-spl .ft-sticky .footer_group,
.ndtv-spl .ft-sticky .footer_nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.ndtv-spl .ft-sticky_lft,
.ndtv-spl .footer_copy a {
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.ndtv-spl .ft-sticky .footer_copy {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 12px;
}

.ndtv-spl .ft-sticky .footer_group {
  border: 0;
}

.brgMnLg {
  opacity: 0;
  animation: fadeIn 0.4s ease-in forwards;
  animation-delay: 0.3s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.impct_plr-item,
.nshp_abtexpt_pic_thumb,
.nshp_abtexpt_discbox p {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease-in, transform 0.3s ease-in;
}

.visible {
  opacity: 1;
  transform: translateY(0);
}

.nshp_abtexpt_discbox p.visible {
  opacity: 1;
  transform: translateY(0);
}
 .MenuList li span {
        position: relative;
        display: inline-block;
        padding: 0;
        transition: transform .5s;
        transform-origin: 50% 0;
        transform-style: preserve-3d;
    }

    .MenuList li span:before {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        content: attr(data-text);
        transition: color .5s;
        transform: rotateX(-90deg);
        transform-origin: 50% 0;
        text-align: center;
    }

    .MenuList li a:hover span {
        transform: rotateX(90deg) translateY(-12px);
        color: inherit;
    }
.custom_theme .search_fix.share_fix.ndtv_nav_sticky {
	background: var(--bg-primary) !important;
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
	position: fixed;
	z-index: 999;
}
.shrBx, .rytBtns {
    opacity: 0;
    animation: fadeIn 0.4s ease-in forwards; 
}

.shrBx {
    animation-delay: 0s; 
}

.rytBtns {
    animation-delay: 0.5s; 
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ndtv-spl .nshp_min_nav:not(.home.ndtv-spl .nshp_min_nav) {
	background: var(--bg-primary) !important;
	padding: 15px;
  position: relative;
}
.videos .ndtv-wSummit-videolist{
  background: transparent;
  margin-top: 30px;
  padding-bottom: 0;
}
.videos .ndtv-wSummit-videolist .nshp_top_headline h2{
  color: var(--primary-clr) !important;
  margin-top: 30px;
}
.videos .ndtv-wSummit-videolist .nshp_vid_bxinfo a{
  color: #000;
}
.videos .nshp_wrap1260 {
	padding-top: 0;
	min-height: calc(100vh - 310px);
}
.nshp_wrap1260 .nshp_video_box {
	width: calc((100% / 4) - 1.8%);
	max-width: none;
	margin-right: 2.3%;
	margin-bottom: 10px !important;
}
.nshp_wrap1260 .nshp_video_box:last-child, .nshp_wrap1260 .nshp_video_box:nth-child(4n) {
	margin-right: 0;
}
.nshp_bdmcrum{
  display: none;
}
.videos-detail .nshp_wrap1260 .nshp_lhs{
  width: 100%;
  padding-top: 30px;
}
 .videos-detail .nshp_wrap1260 .nshp_widget_mid .videobox div{
    width: 100%;
    padding-bottom:56.28% !important ;
    margin-top: 0;
  }
  .videobox p {
	font-size: 16px;
	line-height: 24px;
}
.ndtv-spl .nshp_min_nav:not(.home.ndtv-spl .nshp_min_nav) .shrBtn:hover::before,
.ndtv-spl .nshp_min_nav:not(.home.ndtv-spl .nshp_min_nav) .rytBtns .bckBtn:last-child:hover::before
{
  background: #fff !important;
}
.ndtv-spl .nshp_min_nav:not(.home.ndtv-spl .nshp_min_nav) .rytBtns .bckBtn:last-child:hover{
  color: #fff;
}
.ndtv-spl .nshp_min_nav:not(.home.ndtv-spl .nshp_min_nav) .shrBtn:hover,.ndtv-spl .nshp_min_nav:not(.home.ndtv-spl .nshp_min_nav) .rytBtns .bckBtn:last-child:hover{
  border-color: #fff;
}

.spl_scenarios_fullwidth {
	background: #000;
	float: left;
	margin-bottom: 15px;
	width: 100vw;
	margin-left: calc(-50vw + 50%) !important;
	float: left;
	clear: both;  
}
.spl_scenarios_fullwidth .nshp_widget_boxwrap {
	width: min(100%,1330px);
	margin: 0 auto;
	float: none;
}
 .spl_scenarios_fullwidth .mainstorywrap6 .ndtv_leadstory{
  width: 616px !important;
  display: flex;
  flex-direction: column;
}
.mainstorywrap6{
  padding: 0;background: transparent !important; 
    padding-bottom: 100px;
  position: relative;
}
.spl_scenarios_fullwidth .mainstorywrap6 .storylist_thumb .nshp_video_box .nshp_vid_bxthumb{
  aspect-ratio: 16/9;
  height: auto !important;  width: 212px;
}
.spl_scenarios_fullwidth .mainstorywrap6 .storylist_thumb .nshp_video_box .nshp_vid_bxwrap{
  float: none !important;
  justify-content: flex-start !important;
  align-items: center !important;
}
[class^="ndtv_leadst_mainpic_"] {
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
	height: 100%;
    overflow: hidden;
  aspect-ratio: 16/9;
    border-radius: 10px;
}


[class^="ndtv_leadst_mainpic_home"] iframe {
  position: absolute;
	width: 100%;
	height: 100%;
min-height: auto;
}
.spl_scenarios_fullwidth .mainstorywrap6 .storylist_thumb{
  width: 679px !important;
}
.spl_scenarios_fullwidth .mainstorywrap6 .ndtv_leadstory .ndtv_lead_st_headline h1 {
	color: #fff !important;
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
	margin-top: 15px;
}
.spl_scenarios_fullwidth .mainstorywrap6 .storylist_thumb .nshp_video_box{
  border: none !important;
}
.spl_scenarios_fullwidth .mainstorywrap6 .storylist_thumb .nshp_video_box .nshp_vid_bxthumb{
  width: 212px !important;
  aspect-ratio: 16/9;
}
.spl_scenarios_fullwidth .nshp_widget_mid p a {
	color: #fff !important;
	font-size: 16px !important;
	line-height: 28px;
	font-weight: 300;
	font-family: var(--font-inter);
}
.mainstorywrap6 .ndtv_leadstory .ndtv_lead_st_headline{
  order: 2;
}
.txt_more {
	background: transparent !important;
	color: #fff !important;
	padding: 10px 40px !important;
  display: inline-block;
  position: relative;overflow: hidden ! important;
  transition: all ease 0.3s;
  z-index: 1;
}
.txt_more::before {
	content: '';
	position: absolute;
	width: 0%;
	height: 100%;
	background: #9c1d26;
	left: -10px;
	top: 0;z-index: -1;transition: all ease 0.3s;
}
.txt_more:hover::before {
  width: 110%;
  transition: all ease 0.3s;
}
.showMore {
	text-align: center;
	position: absolute;
	bottom: 45px;
	width: 100%;
	left: 0;
}
.spl_scenarios_fullwidth .nshp_top_headline h2 {
	color: #fff !important;
}
.impct_plr {
	margin-bottom: 50px;
}
@media (max-width: 480px) {
  .impct_plr {
	margin-bottom: 30px;
}
  .videos-detail .nshp_wrap1260 .nshp_lhs{
    padding-top: 10px;
  }
 
  .custom_theme .shrBtn {
    width: 28px;
    height: 28px;
  }

  .custom_theme .ntv_vid_slink.animated {
    top: -1px;
  }

  .mblLg {
    display: none;
  }

  .custom_theme .mobileNavOuter {
    top: 0;
    width: 95%;
    background: #5e080e;
    height: 100vh;
  }

  .mobileNavOuter.visible::after {
    display: none;
  }

  .nshp_min_nav li span {
    width: auto;
    height: auto;
    left: 0;
  }

  .custom_theme .m_back_btn.m_back_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 12px 0 20px;
    padding: 0 10px;
    position: relative;
    z-index: 2;
  }

  .custom_theme .m_back_btn .btnTp {
    background-image: none;
    margin: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border: 0;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .custom_theme .m_back_btn svg {
    left: 0;
    top: 0;
    margin-right: 5px;
  }

  .nshp_nglobalnav_mwrap .nshp_glbnav_mobileview {
    background: rgba(0, 0, 0, 0.3);
  }

  .custom_theme .nshp_mobtopnav_link {
    height: auto;
    padding-inline: 15px;
  }

  .custom_theme .topnav_rhs {
    right: 15px;
  }

  .ndtv-spl .nshp_min_nav {
    padding: 15px 0 15px 0;
  }

  .nshp_top_headline h1,
  .nshp_top_headline h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
  }

  .nshp_abtexpt_discbox {
    padding-top: 0;
  }

  /* live vodeo Styles */
  .custom_theme .ndtv-wSummit-livePlrSec {
    padding: 70px 0 0px;
  }

  .custom_theme .ndtv-wSummit-livePlrSec .videobox::before {
    position: absolute;
    width: 110px;
    height: 74px;
    background-size: 99px;
    margin: 0 auto;
    background-position: center;
    margin-bottom: 10px;
    top: 12px;
    left: 0;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
  }

  .custom_theme .ndtv-wSummit-livePlrSec .videobox {
    padding-inline: 15px;
    padding-bottom: 15px;
  }

  .nshp_wrap1260 .nshp_widget_mid .videobox div {
    width: 100%;
    padding-bottom: 56.28% !important;
    border-radius: 0px;
    margin-top: 40px;
  }

  .spl_mission_section {
    height: auto;
  }

  .ndtv-spl .nshp_abtexpt_box {
    flex-direction: column;
    padding-inline: 15px;
  }

  .nshp_abtexpt_pic_thumb {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .about_widget .nshp_top_headline {
    padding-inline: 15px !important;
  }
.nshp_abtexpt_box p:nth-child(2){
    margin-block: 20px;
}
.about_widget{
    padding-bottom: 20px;
}
  .nshp_wrap1260 {
    padding: 0 15px;
  }

  .impct_plr-list {
    flex-wrap: wrap;
  }

  .impct_plr-item {
    width: calc(100% / 2 - 5px);
  }
  .nshp_top_headline h2, .nshp_top_headline h1{
    font-size: 28px;
    line-height: 1.3;
  }
  .nshp_wrap1260 .nshp_video_box {
    width: calc(100% / 2 - 1.8%) !important;
    margin-right: 10px !important;
  }
  .nshp_wrap1260 .nshp_video_box:nth-child(2n) {
    margin-right: 0 !important;
  }
  .spl_scenarios_fullwidth .nshp_widget_mid{
    padding-inline: 15px;
  }
  .spl_scenarios_fullwidth .mainstorywrap6 .ndtv_leadstory,.spl_scenarios_fullwidth .mainstorywrap6 .storylist_thumb{
    width: 100% !important;
  }
  .showMore{
    position: relative;
    bottom: 0;
  }
  .spl_scenarios_fullwidth .mainstorywrap6 .storylist_thumb .nshp_video_box{
    width: 100% !important;
  }
  .spl_scenarios_fullwidth .mainstorywrap6 .storylist_thumb .nshp_video_box .nshp_vid_bxthumb{
    width: 120px !important;
  }
  .spl_scenarios_fullwidth .nshp_widget_mid p a{
    font-size: 15px !important;
    line-height: 25px !important;
  }
  .spl_scenarios_fullwidth .nshp_top_headline h2 {
	color: #fff !important;
	padding: 0 15px;
}
}

@media (min-width: 1260px) and (max-width: 1330px) {
  .nshp_wrap1260,
  .custom_theme .nshp_min_nav .mainnav_1260 {
    max-width: 1245px;
  }

  .full_width {
    padding-inline: 15px;
  }

  .full_width.spl_mission_section {
    padding-inline: 0;
  }

  .shape {
    top: -36px;
  }

  
}
