  :root {
      --font-inter: "Inter", system-ui;
      --font-outfit: 'Outfit';
      --clr-black: #1F2021;
      --clr-white: #f7f7f7;
        --c-glass: #fff;
      --c-light: #fff;
      --c-dark: #686767;
      --c-content: #e1e1e1;
      --c-action: #4b064f96;
      --c-bg: #1b1b1d;

      --glass-reflex-dark: 2;
      --glass-reflex-light: 0.4;

      --saturation: 150%;
      --shadow: inset 0 0 0 1px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 10%), transparent), inset 1.8px 3px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 90%), transparent), inset -2px -2px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 80%), transparent), inset -3px -8px 1px -6px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 60%), transparent), inset -0.3px -1px 4px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 12%), transparent), inset -1.5px 2.5px 0px -2px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), inset 0px 3px 4px -2px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), inset 2px -6.5px 1px -4px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent), 0px 1px 5px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent), 0px 6px 16px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 8%), transparent);
        --schdbg:        #F1563C;
        --bg-hover:  #F1492D;
        --accent:    #f4a07a;
        --divider:   rgba(255,255,255,0.22);
    }
    
    html {
      overscroll-behavior: none;
    }
    
    body {
      font-family: var(--font-inter);
      font-weight: 400;
      background: #fff;
      overscroll-behavior: none;
    }
    
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    
    .full_width,.ndtv-wSummit-videolist,.news-list-204 {
      width: 100vw;
      margin-left: calc(-50vw + 50%);
      float: left;
      clear: both;
    }
    
    .tp_vdbox {
      margin-bottom: 0;
      height: 100% !important;
      top: 0;
      overflow: hidden;
      position: relative;
    }
    a, body, form, h1, h2, h3, h4, h5, h6, li, p, ul{
      font-family: var(--font-inter);
    }
    /* .tp_vdbox::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: transparent linear-gradient(179deg, #000000D6 0%, #4D14DE93 29%, #C149B669 63%, #54545400 100%) 0% 0% no-repeat padding-box;
      content: '';
    } */
    .ndtv-spl .nshp_wrap1260 {
      padding-top: 0;
    }
    
    .ndtv-spl .mblLg {
      display: none;
    }
    
    .nshp_nglobalnav_wrap {
      display: none;
    }
    
    .ndtv-spl .rytBtns .bckBtn {
    margin-right: 0;
    background-image: none;
    font-size: 15px;
    font-weight: 200;
    padding: 0;
      padding-right: 0px;
    display: flex;
    align-items: center;
    color: #fff;
    padding-right: 10px;
    width: 105px;
    height: 35px;
    border-radius: 50px;
    justify-content: end;
    background-color: color-mix(in srgb, var(--c-glass) 25%, transparent);
    box-shadow: var(--shadow);
    transition: background-color 400ms cubic-bezier(1, 0.0, 0.4, 1), box-shadow 400ms cubic-bezier(1, 0.0, 0.4, 1);
    backdrop-filter: blur(15px);
    }
    
  
    
    .rytBtns:hover .bckBtn.bckArw::after,
    .custom_theme .shrBtn:hover:before {
      background: #fff;
    }
    
    .brgMnLg a {
      transition: all 0.3s ease-in-out;
    }
    
  .brgMnLg a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
    
    .custom_theme .nshp_min_nav .mainnav_1260 {
      display: flex;
      justify-content: space-between;
      position: relative;
    }
    
    .brgMnLg {
      justify-content: space-between;
    }
    
    .mblLg {
      margin-right: -190px;
      margin-top: -25px;

    }
    
    /*----Nav------*/
    .ndtv-spl .nshp_header {
      margin-top: 0;
      position: fixed;
      width: 100%;
      z-index: 9;
    }
    .ndtv-spl .nshp_header:not(.home.ndtv-spl .nshp_header) {
      position: relative;
    }
    
    .home.ndtv-spl .nshp_min_nav {
      background: transparent !important;
      min-height: auto;
      position: absolute;
      top: 0px !important;
      left: 0px;
    }
    
    .custom_theme .nshp_mobtopnav_link {
      background: transparent;
      display: inline-block !important;
      width: 50%;
      box-shadow: none;
    }
    
  .brgMnLg {
    display: flex;
    align-items: flex-start;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 11px center;
    justify-content: end;
    padding-right: 0px;
    background-color: color-mix(in srgb, var(--c-glass) 25%, transparent);
    box-shadow: var(--shadow);
    transition: background-color 400ms cubic-bezier(1, 0.0, 0.4, 1), box-shadow 400ms cubic-bezier(1, 0.0, 0.4, 1);
    backdrop-filter: blur(15px);
  }
    
    .custom_theme .nshp_mobtopnav_link {
      background: transparent;
    }
    
    #bug_menu {
      width: 16px;
      height: 20px;
      position: relative;
      margin: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
      top: 0px;
    }
    
    #bug_menu span {
      display: block;
      position: absolute;
      height: 1px;
      width: 50%;
      background: #fff;
      opacity: 1;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
    }
    
    .custom_theme #bug_menu span:nth-child(even) {
      left: 50%;
    
    }
    
    .custom_theme #bug_menu span:nth-child(odd) {
      left: 0px;
    
    }
    
    .custom_theme #bug_menu span:nth-child(1),
    #bug_menu span:nth-child(2) {
      top: 5px;
    }
    
    .custom_theme #bug_menu span:nth-child(3),
    #bug_menu span:nth-child(4) {
      top: 10px;
    }
    
    .custom_theme #bug_menu span:nth-child(5),
    #bug_menu span:nth-child(6) {
      top: 15px;
    }
    
    .custom_theme #bug_menu.open span:nth-child(1),
    #bug_menu.open span:nth-child(6) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    
    .custom_theme #bug_menu.open span:nth-child(2),
    #bug_menu.open span:nth-child(5) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    
    .custom_theme #bug_menu.open span:nth-child(1) {
      left: 0px;
      top: 6px;
    }
    
    .custom_theme #bug_menu.open span:nth-child(2) {
      left: calc(50% - 2px);
      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: 0px;
      top: 11px;
    }
    
    .custom_theme #bug_menu.open span:nth-child(6) {
      left: calc(50% - 2px);
      top: 11px;
    }
    
    .mobileNavOuter {
    position: absolute;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    width: 300px;
    left: 0px !important;
    top: 40px;
    padding: 10px 0;
    height: auto !important;
    transform-origin: left top;
    scale: 0;
    transition: all 300ms ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: color-mix(in srgb, var(--c-glass) 25%, transparent);
    box-shadow: var(--shadow);
    backdrop-filter: blur(15px);
  }
    
  .mobileNavOuter.visible {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
    scale: 1;
  }
    
    
    .custom_theme .ndtv_nav_sticky ul {
      top: 0 !important;
    }
    
    .ndtv_nav_sticky ul li a {
      padding: 10px 0px !important;
    }
    
    .custom_theme .nshp_min_nav ul {
    
      border-left: 0px;
      border-right: 0px;
      width: 300px;
      margin: 0;

      top: 0px;
      z-index: 9999 !important;
      display: block;
      overflow-x: hidden;
      border-radius: 0;
      height: auto;
      padding: 0 20px;
    }
    
    .mobileNavOuter ul {
      position: relative;
      left: 0;
      top: 0;
    }
    
    .custom_theme .nshp_mobtopnav_link.ndtv_nav_sticky {
      position: relative;
    }
    
    .custom_theme .nshp_min_nav ul li,
    .custom_theme .nshp_min_nav li a {
      display: block;
      float: none;
      width: 100%;
      padding: 0;
    }
    
    .custom_theme .nshp_min_nav li a:hover,
    .custom_theme .nshp_min_nav li a.active,
    .custom_theme .nshp_min_nav li a {
      border: 0;
      background-color: transparent;
    }
    
    .custom_theme .nshp_min_nav ul li {
      border-bottom: 1px solid #e79cea40;
    }
    
    .custom_theme .nshp_min_nav ul li:last-child {
      border-bottom: 0;
    }
    
    .custom_theme .nshp_min_nav li a {
      color: #fff;
    }
    
    .custom_theme .nshp_min_nav li a {
      padding: 10px 0px;
    }
    
    .custom_theme .topnav_rhs {
      height: auto;
      top: 0px;
    
    }
    
  .custom_theme .shrBtn {
    display: inline-block;
    position: relative;
    z-index: 1;
    background-color: transparent;
    background-image: none;
    background-size: 10px;
    width: 35px;
    color: #fff;
    height: 35px;
    border-radius: 50%;
    justify-content: end;
    background-color: color-mix(in srgb, var(--c-glass) 25%, transparent);
    box-shadow: var(--shadow);
    transition: background-color 400ms cubic-bezier(1, 0.0, 0.4, 1), box-shadow 400ms cubic-bezier(1, 0.0, 0.4, 1);
    backdrop-filter: blur(15px);
  }
    
    .custom_theme .shrBtn:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      border-radius: 50%;
      mask: url(https://cdn.ndtv.com/ui/special/2024/kumbh/images/share-icn.svg) center center no-repeat;
      -webkit-mask: url(https://cdn.ndtv.com/ui/special/2024/kumbh/images/share-icn.svg) center center no-repeat;
      content: '';
      -webkit-mask-size: 45px;
      mask-size: 35%;
    }
    
    .ntv_vid_slink .sclBtn {
      width: 24px !important;
      height: 28px !important;
      background-color: transparent !important;
      background-image: none !important;
      position: relative;
      border-radius: 50% !important;
    
    }
    
    .ntv_vid_slink .sclBtn::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0;
      background-color: #fff;
    }
    
    .ntv_vid_slink .sclBtn.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: 45%;
    }
    
    .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: 70%;
    }
    
    .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: 39%;
    }
    
    .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: 38%;
    }
    
    .custom_theme .topnav_rhs a.actvbtn,
    .custom_theme .topnav_rhs div.actvbtn {
      background-color: transparent;
      border: 1px solid transparent;
    }
    
    .custom_theme .ntv_vid_slink {
      position: absolute;
      right: 0px;
      background: white;
      transform: scaleX(0);
      opacity: 0;
    }
    
    .custom_theme .ntv_vid_slink.animated {
      display: flex;
      border-radius: 30px;
      padding: 3px;
      
      top: 0px;
      transform: scaleX(1);
      opacity: 1;
      border: 0;

      z-index: 1;
        padding-right: 40px;
    background: rgba(255,255,255,0.3);
    z-index: 1;
    backdrop-filter: blur(10px);
    }
    
    
    
    .closeBtn {
      position: absolute;
      top: 10px;
      right: 15px;
      cursor: pointer;
      border-radius: 50%;
      z-index: 999999999;
      width: 30px;
      height: 30px;
      display: none;
      border: 1px solid #fff;
    
    }
    
    .closeBtn::before,
    .closeBtn::after {
      content: '';
      position: absolute;
      width: 2px;
      height: 13px;
      background: #fff;
      inset: 0;
      margin: auto;
      transform: rotate(-45deg);
      border-radius: 0;
    }
    
    .closeBtn::after {
      transform: rotate(45deg);
    }
    
    @media (max-width: 768px) {
      .nshp_mobtopnav_link {
        padding-inline: 0;
        height: auto;
      }
    
      .ndtv-wSub-counter {
        font-size: 60px;
        line-height: 50px;
      }
    
      .ndtv-wSub-counter-wrapper {
        grid-template-columns: 1fr 1fr;
        margin-top: 0;
      }
    
      .ndtv-wSub-counter-item {
        border-right: none;
      }
    
      .ndtv-wSub-counter-item:nth-child(2):after {
        display: none;
      }
    
      .ndtv-wSub-counter-item:nth-child(1),
      .ndtv-wSub-counter-item:nth-child(2) {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
      }
    
      .ndtv-wSub-counter-item:nth-child(3),
      .ndtv-wSub-counter-item:nth-child(4) {
        padding-top: 20px;
      }
    
      .tp_vdbox {
        height: auto !important;
      }
    
      .brgMnLg a:first-child {
        margin-top:0px;
      }
    }
    
    .nshp_top_headline h2,
    .nshp_top_headline h1,
    .ndtv-wSummit-heading,
    .pageTitle {
      font-family: var(--font-inter);
      color: #000;
      font-size: 65px;
      font-weight: 300;
      line-height: 1.2;
      text-transform: uppercase;
      margin-left: auto;
    }
    .nshp_top_headline span.fr {
    margin-left: auto;
    color: #fff;
  }
    .ndtv-spl .custom_theme .rmore_btn {
    color: #F1563C !important;
    text-transform: capitalize;
    font-weight: 400;
      font-size: 18px;
  }
    /*-----Tabs---*/
    .Prf_wrap {
      width: min(1060px, 100%);
      margin: 0 auto;
    
    }
    
    .Prf_head {
      background-color: var(--prf_bg-2);
      background-image: linear-gradient(90deg, #e1b5f2 0%, #a6c9e1 100%);
      height: 100px;
    }
    
    .Prf_main {
      display: flex;
    }
    
    /*--------Right Panel --*/
    .ndtv-wSummit-headPanel {
      display: flex;
      justify-content: space-between;
    }
    
    .Prf_body {
      flex-shrink: 0;
      width: 100%;
    
    
    }
    
    .Prf_body .Prf_tabs {
      margin-top: 50px;
    }
    
    .Prf_body .Prf_tab-list {
      display: flex;
    
      white-space: nowrap;
      float: right;
      clear: right;
      align-self: center;
    }
    
    .Prf_body .Prf_tabs_content_inner p {
      font-weight: 500;
      margin-bottom: 15px;
    }
    
    .Prf_body .Prf_tabs .Prf_tab-item {
      text-align: center;
      /*! margin: 0 10px 0 0; */
      display: flex;
      align-items: center;
      /*! padding: 0 15px; */
      transition: all .5s;
    }
    
    .Prf_body .Prf_tabs .Prf_tab-item a {
      color: #ddd;
      display: inline-block;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      font-family: var(--font-inter);
      font-size: 36px;
      text-transform: uppercase;
      font-weight: 800;
      line-height: 1.2;
    }
    
    .Prf_body .Prf_tabs .Prf_tab-item.Prf_tabActive a {
      color: #000 !important;
    }
    
    .Prf_tabs_content_inner {
      display: none;
    }
    
    .Prf_tabs_content_inner.Prf_content-active {
      display: block;
    }
    
    .Prf_body .Prf_tabs .Prf_tab-item:first-child::after {
      content: '';
      width: 2px;
      background: #ddd;
      height: 100%;
      margin: 0 20px;
    }
    
    .Prf_tabContent {
      margin-top: 25px;
      clear: both;
    }
    
    /*-----Panelist--*/
    
    .ndtv-wSummit-panlist_membersList {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 34px;
    }
    
    .panlistMemberImg {
      width: 213px;
      height: 213px;
      overflow: hidden;
      background: #ddd;
      margin-bottom: 10px;
      border: 1px solid #f2f2f2;
    }
    
    .memberName {
      font-size: 15px;
      color: #000;
      font-family: var(--font-inter);
    }
    
    .memberinfo {
      font-size: 15px;
      font-weight: 400;
      font-family: var(--font-inter);
      color: #000;
    }
    
    
    @media (max-width: 768px) {
      .Prf_body .Prf_tabs {
        margin-top: 0;
      }
    
      .ndtv-wSummit-panlist_membersList {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
      }
    
      .panlistMemberImg {
        width: 100%;
        height: auto;
      }
    
      .Prf_body .Prf_tabs .Prf_tab-item a {
        font-size: 18px;
      }
    
      .nshp_top_headline h2,
      .nshp_top_headline h1,
      .ndtv-wSummit-heading {
        font-size: 22px;
      }
    
      .Prf_body .Prf_tabs .Prf_tab-item:first-child::after {
        margin: 0 12px;
      }
    
      .nshp_wrap1260 {
        padding: 0
      }
    }
    


    .ndsp-iluSect {
    height: 100vh;
    background: #170235 url(../images/hero-bg-shape.png) no-repeat right center;

    display: flex;
    align-items: center;
  }
  .ndsp_iluIns{
      width:100%;
        align-items: center;
        gap:50px;
        justify-content: space-between;
  }
  .ndsp_ilurhs {
    width: 70%;
  }
  .ndsp_ilulhs {

    width: 40%;
  }
  .ndsp-livPlayer {
    width: 100%;
    display: inline-block;
  }
  .ndsp-livPlayer .videobox {
      width: 100%;
  }
  .ndsp-livPlayer .videobox div{
      position: relative;
    aspect-ratio: 16/9;
    width: 100%;
  }

    .ndsp-heroSec{
      background:#170235
    }

    .ndsp_heroWrap{
      display:flex;
      align-items:center;
    }
    .ndsp-hero-left {

    display: flex;
    flex-direction: column;
    justify-content: center;
  }
    .ndsp-hero-ilu {
    width: 370px;

  }
  .ndsp-hero-desc {
    color: #D1D5DC;
    font-size: 20px;
    margin-top: 30px;
    max-width: 470px;
  }

  .event-buttons {
    display: flex;
    gap: 30px;
    justify-content: center;
    padding: 40px 0px;
  }

  .event-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(90deg, #ff5a3c, #ff6a3d);
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .event-btn .icon {
    font-size: 20px;
  }

  .event-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  }
    .custom_theme .nshp_top_headline,
    .rhs_widgmid_wbg,
    .custom_theme .nshp_widget_boxwrap {
      background: transparent !important;
    }
    
    .custom_theme .nshp_top_headline {
      padding: 0;
    }
    
    .ndtv-spl .ndtv-wSummit-secAbout .nshp_wrap1260 .nshp_lhs {
      width: 100%;
    }
    
    .ndtv-wSummit-secAbout {
      background: linear-gradient(68.42deg, #D53D76 -8.12%, #430980 113.81%);
      ;
      padding-block: 80px;
    }
    
    .abt-imgEfct {
      display: none;
    }
    
    .ndtv-spl .nshp_abtexpt_box {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
    .nshp_abtexpt_pic_thumb {
      width: min(400px, 75%);
      flex-shrink: 0;
      margin-right: 30px;
      height: 400px;
      overflow: hidden;
      /* background: #2D0B82; */
    }
    
    .ndtv-wSummit-secAbout .nshp_top_headline h2 {
      color: #fff;
    }
    
    .nshp_abtexpt_discbox {
      color: #fff;
    }
    
    .nshp_abtexpt_discbox p {
      margin-bottom: 15px;
      font-family: var(--font-inter);
      font-weight: 400;
      font-size: 18px;
      line-height: 26px;
      padding-bottom: 0;
      padding-top: 0;
    }
    
    .nshp_abtexpt_discbox p b {
      font-weight: 500;
    }
    
    .nshp_abtexpt_discbox p:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
    }
    
    .ndtv-wSummit-secAbout .nshp_widget_boxwrap {
      margin-bottom: 0;
    }
    
    .nshp_abtexpt_box {
      margin-top: 50px;
    }
    
    .abt-imgEfct {
      text-align: center;
    }
    
    .abt-imgEfct img {
      width: auto;
      max-width: 100%;
    }
    
    @media(max-width: 767px) {
      .ndtv-spl .nshp_abtexpt_box {
        flex-direction: column;
        padding-right: 0;
        margin-top: 20px;
      }
    
      .nshp_abtexpt_pic_thumb {
        margin-right: 0;
        height: auto;
        margin-bottom: 15px;
      }
    
      .ndtv-wSummit-secAbout {
        padding-top: 20px;
        padding-bottom: 30px;
      }
    }
    
    
    .ndtv-wSub-schedule-container {
      width: 100%;
    
    
    
    }
    
    .ndtv-wSub-schedule-header {
      background-color: #000;
      color: #fff;
      padding: 15px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #fff;
      position: relative;
    }
    
    .ndtv-wSub-schedule-header h2 {
      font-size: 24px;
      font-weight: bold;
      margin: 0;
    }
    
    .ndtv-wSub-ndsp-accordion-arrow {
      font-size: 24px;
      transition: transform 0.3s ease;
    }
    
    .ndtv-wSub-schedule-content {
      display: none;
      padding: 20px 0;
    
    }
    
    .ndtv-wSub-schedule-item * {
      font-family: var(--font-inter);
      color: #000;
    }
    
    .ndtv-wSub-scheduleList {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 15px;
    }
    
    .ndtv-wSub-schedule-item {
      border: 1px solid #FABDF4;
      padding: 20px 15px;
      margin-bottom: 15px;
      background-color: #fff;
      border-radius: 10px;
      max-height: 300px;
      overflow: auto;
    
      ::-webkit-scrollbar {
        display: none;
      }
    
      -ms-overflow-style: none;
      /* Hide scrollbar for Firefox */
      scrollbar-width: none;
    }
    
    .ndtv-wSub-schedule-item h3 {
      font-size: 36px;
      margin-bottom: 5px;
      font-family: var(--font-inter);
      font-weight: 900;
      color: #000;
    }
    
    .ndtv-wSub-event {
      color: #000;
      font-size: 15px;
      margin-bottom: 10px;
      font-weight: 700;
      line-height: 20px;
    }
    
    .ndtv-wSub-speaker-info {
      display: flex;
      align-items: flex-start;
      margin-bottom: 30px;
    }
    
    .ndtv-wSub-speaker-info:last-child {
      margin-bottom: 0;
    }
    
    .ndtv-wSub-speakerThumb {
      width: 45px;
      height: 48px;
      background: #ddd;
      flex-shrink: 0;
      margin-right: 10px;
    }
    
    .ndtv-wSub-speaker-info img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    
    }
    
    .ndtv-wSub-speaker-details h4 {
      font-size: 14px;
      font-weight: bold;
      margin: 0;
      color: #000;
      line-height: 20px;
    }
    
    .ndtv-wSub-speaker-details p {
      font-size: 12px;
      padding: 0;
      line-height: 18px;
    }
    
    .ndtv-wSub-ndsp-accordion-arrow::after {
      content: "";
      position: absolute;
      right: 22px;
      top: 19px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transition: all .3s ease-in-out;
      cursor: pointer;
      opacity: .8;
    }
    
    .ndtv-wSub-schedule-container.active .ndtv-wSub-ndsp-accordion-arrow::after {
      transform: rotate(225deg);
      top: 22px;
    }
    
    .ndtv-wSub-schedule-container.active .ndtv-wSub-schedule-content {
      display: block;
    }
    
    .ndtv-wSummit-agenda {
      margin-top: 50px;
    }
    
    @media(max-width:767px) {
      .ndtv-wSub-scheduleList {
        grid-template-columns: repeat(1, 1fr);
      }
    
      .ndtv-wSub-schedule-item {
        max-height: none;
      }
    
      .ndtv-wSub-schedule-header h2 {
        font-size: 18px;
      }
    
      .ndtv-wSummit-agenda {
        margin-top: 20px;
      }
    
      .ndtv-wSub-schedule-item h3 {
        font-size: 22px;
      }
    
      .ndtv-wSummit-agenda {
        margin-top: 30px;
      }
    }
    
    .ndtv-wSummit-sponsors .ndtv-wSummit-headPanel {
      margin-bottom: 50px;
      margin-top: 50px;
    }
    
    .secSponsors{
      padding-bottom: 60px;
    }
    .ndtv-wSummit-sponsorList {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap:15px

    }
    
   .ndtv-wSummit-sponsorItem {
	text-align: center;
	flex-shrink: 0;
	width: 16.666%;
	padding-top: 1rem;
	box-shadow: 0 0 1px rgba(0,0,0,0.42);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 1rem;
	gap: 10px;
	border-radius: 6px;
}
    
    
    
    .ndtv-wSummit-sponsorType {
      font-size: 13px;
      font-weight: 400;
      color: #020714;
    }
    
    .ndtv-wSummit-sponsorWrap {
      margin-top: 0;
    }
    
    .sponsor_logo{
      aspect-ratio: 2 / 1;
      display: flex;
      align-items: center;
    }
    
    .sponsor_logo img{
      object-fit: contain;
      height: 70px;
    }
    
    
    
    .ndtv-wSummit-sponsorType {
      font-size: 12px;
      font-weight: 500;
      color: #000 !important;
    }
    
    .ndtv-spl .nshp_widget_mid {
      padding: 0;
    
    }
    
    .ndtv-wSummit-asstspnsrHed {
      position: relative;
      font-size: 12px;
      font-weight: 700;
      text-align: center;
      margin: 60px 0 30px 0;
    }
    
    .ndtv-wSummit-asstspnsrHed::before {
      content: '';
      position: absolute;
      height: 1px;
      width: 100%;
      background: #ddd;
      left: 0;
      top: 12px;
      z-index: -1;
    }
    
    .ndtv-wSummit-asstspnsrHed span {
      background: #fff;
      display: inline-block;
      padding: 0 20px;
      color: #000;
    }
    
    .ndtv-wSummit-panelist .ndtv-wSummit-headPanel {
      position: sticky;
      top: 0;
      background: #fff;
    }
    
    .custom_theme .topnav_rhs {
      top: 0px;
      align-items: flex-start;
    }
    
    @media(max-width:767px) {
      .ndtv-wSummit-sponsorItem {
        width: 47%;
      
      }

    

    

      .ndtv-wSummit-sponsorItem + .ndtv-wSummit-sponsorItem{
        border-left: none;
      }

    
      .custom_theme .topnav_rhs {
        top: 0px;
        position: relative;
        right: 0;
      }
    
      .ndtv-spl .nshp_min_nav {
        top: 14px !important;
      }
    
    
      .ndtv-wSummit-asstspnsrHed {
        margin: 0px 0 30px 0;
      }
    
      .ndtv-wSummit-sponsors .ndtv-wSummit-headPanel {
        margin-bottom: 30px;
        margin-top: 20px;
      }
    
      .ndtv-wSummit-sponsorItem img {
        margin-top: 0;
        height: 50px;
      }
    
      
    }
    
    .rytBtns .bckBtn.bckArw::after {
      mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="M10.5 19.5 3 12m0 0 7.5-7.5M3 12h18" /></svg>') center center no-repeat;
      content: '';
      background-size: 65%;
      width: 14px;
      height: 15px;
      position: absolute;
      right: auto;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 10px;
      background-color: #fff;
      background-image: none;
    }
    
    .rytBtns .bckBtn.bckArw {

      color: #fff;
      font-weight: 400;
      padding-block: 2px;
    }
    
    
    
    .nshp_abtexpt_discbox p a {
      color: #fff;
      text-decoration: underline;
    }
    
    .nshp_abtexpt_discbox {
      padding-bottom: 0;
      margin-right: 20px;
      padding-top: 0;
    }
    
    
    .ndtv-spl .mute_off_icon,
    .ndtv-spl .mute_on_icon {
      background-image: url(https://drop.ndtv.com/ndtv/special/world-summit-24/images/mute-unmute-button.png?ytd);
      width: 20px;
      background-position: -34px -7px;
      height: 29px;
    }
    
    .ndtv-spl .mute_off_icon {
      width: 22px;
      background-position: -13px -7px;
      height: 29px;
    }
    
    .ndtv-spl .ft-sticky {
      background-color: #1A0138;
      box-shadow: none;
      margin-top: 0px;
    }
    .ndtv-spl .ft-sticky:not(.home.ndtv-spl .ft-sticky) {
      margin-top: 0;
    }
    .ft-sticky_logo svg {
      fill: #fff;
    }
    .nshp_row.custom_theme{
      margin-bottom: 0;
    }
    
    .ft-sticky--collapse .section_head span {
      background: rgba(0, 0, 0, 0.15) !important;
    }
    
    .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;
    }
    
    .ndtv-spl .ft-sticky .footer_group,
    .ndtv-spl .ft-sticky .footer_nav {
      border-bottom: 1px solid rgba(255, 255, 255, .07);
    }
    
    .ndtv-spl .ft-sticky_lft,
    .ndtv-spl .footer_copy a {
      border-right: 1px solid rgba(255, 255, 255, .07);
    }
    
    .ndtv-spl .ft-sticky .footer_copy {
      border-top: 1px solid rgba(255, 255, 255, .07);
    
    }
    
    .ndtv-spl .ft-sticky .footer_group {
      border: 0;
    }
    
    @media(max-width:767px) {
    
      .ndtv-spl .ft-sticky_lft,
      .ndtv-spl .footer_copy a {
        border-right: 0;
      }
    }
    
    @media (max-width: 768px) {
      .ndtv-wSub-heading {
        font-size: 22px;
      }
    
    
    }
    
    /*--News---*/
    .ndtv-spl .top_video_wrap .videoicon {
      width: 30px;
      height: 30px;
      background-size: cover;
      top: 50%;
      margin: -15px 0 0 -15px;
    }
    
  .nshp_top_headline:has(span.fr),  .pageTitle {
      margin-bottom: 40px;
      padding-inline: 0;
      padding-top: 60px;
      display: flex;
      justify-content: center;
    align-items: center;
    }
    
    .ndtv-wSummit-newsSec .prf_logo_shadow {
      display: none;
    }
    
    .ndtv-wSummit-newsSec .profile_full_slide .nshp_profile_box {
      max-width: 297px;
    }
    
    .ndtv-wSummit-newsSec .profile_full_slide .profile_cont {
      background: transparent !important;
      padding: 0;
      border: 0;
      min-height: max-content;
    }
    
    .ndtv-wSummit-newsSec .profile_full_slide .spling_wrap p {
      display: none;
    }
    
    .ndtv-wSummit-newsSec .profile_full_slide .profile_cont .spling_top {
      aspect-ratio: 16/9;
      overflow: hidden;
    }
    
    .ndtv-spl .ndtv-wSummit-livePlrSec {
      height: 100vh;
      background: #C4ECF8 !important;
      position: relative;
      display: flex;
      align-items: center;
      margin-bottom: 0;
      overflow: hidden;
      padding-top: 100px;
      z-index: 2;
      background-size: 15% !important;
      background-image: url(https://cdn.ndtv.com/ui/special/2025/education-conclave/images/bg.svg) !important;
      background-repeat: repeat !important;
    }
    
    .ndtv-spl .ndtv-wSummit-livePlrSec::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 50%;
      top: 0;
      background: linear-gradient(0deg, rgba(196, 236, 248, 0) 0%, rgba(196, 236, 248, 0.85) 100%);
    
    }
    
    
    .ndtv-spl .ndtv-wSummit-livePlrSec::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-image: radial-gradient(at 48% 15%, hsla(194, 79%, 87%, 1) 0, hsla(166, 94%, 57%, 0) 50%),
        radial-gradient(at 46% 80%, hsla(194, 79%, 87%, 1) 0, hsla(325, 93%, 66%, 0) 50%),
        radial-gradient(at 90% 99%, hsla(264, 41%, 44%, 1) 0, hsla(277, 91%, 68%, 0) 50%),
        radial-gradient(at 3% 7%, hsla(194, 79%, 87%, 1) 0, hsla(131, 94%, 58%, 0) 50%),
        radial-gradient(at 20% 47%, hsla(194, 79%, 87%, 1) 0, hsla(46, 95%, 53%, 0) 50%),
        radial-gradient(at 16% 97%, hsla(340, 69%, 50%, 1) 0, hsla(151, 85%, 62%, 0) 50%),
        radial-gradient(at 18% 99%, hsla(340, 69%, 50%, 1) 0, hsla(172, 88%, 57%, 0) 50%);
      z-index: -1;
      opacity: 0.5;
    }
    
    
    .ndtv-spl .ndtv-wSummit-livePlrSec .nshp_widget_mid {
      margin: 0;
      padding: 0;
      float: none;
    }
    
    .mutestart_cont {
      z-index: 9;
    }
    
    .ndtv-wSummit-newsSec .profile_full_slide .profile_cont .spling_top img {
      display: block;
      height: 100%;
      object-fit: cover;
      width: 100%;
    }
    
    .bx-controls {
      top: 85px;
    }
    
    .ndtv-wSummit-newsSec .profile_full_slide .bx-controls .bx-prev,
    .ndtv-wSummit-newsSec .profile_full_slide .bx-controls .bx-next,
    .ndtv-wSummit-videolist .bx-controls .bx-next,
    .ndtv-wSummit-videolist .bx-controls .bx-prev {
      background-image: none;
    }
    
    .ndtv-wSummit-newsSec .profile_full_slide .bx-controls .bx-prev:before,
    .ndtv-wSummit-newsSec .profile_full_slide .bx-controls .bx-next:before,
    .ndtv-wSummit-videolist .bx-controls .bx-next:before,
    .ndtv-wSummit-videolist .bx-controls .bx-prev:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAzMyAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjguNTU5IDEyLjY0SDEuNzk3YTEuMjYgMS4yNiAwIDAgMS0uOTI4LS4zNzQgMS4yNiAxLjI2IDAgMCAxLS4zNzQtLjkzIDEuMjYgMS4yNiAwIDAgMSAuMzc0LS45MjcgMS4yNiAxLjI2IDAgMCAxIC45MjgtLjM3NGgyNi43NmwtNy41MzItNy41NmExLjI3IDEuMjcgMCAwIDEtLjM3Mi0uODkyIDEuMjIgMS4yMiAwIDAgMSAuMzcyLS45MjUgMS4yMiAxLjIyIDAgMCAxIC45LS4zNTggMS4yMyAxLjIzIDAgMCAxIC45MS4zNmw5LjU3NyA5LjU3OGMuMTUuMTQ1LjI2OC4zMjEuMzQ0LjUxN2ExLjc4IDEuNzggMCAwIDEgMCAxLjE3NyAxLjQgMS40IDAgMCAxLS4zNDQuNTJsLTkuNTc3IDkuNTc4YTEuMiAxLjIgMCAwIDEtLjg5Mi4zNiAxLjMgMS4zIDAgMCAxLS45MjItLjM2IDEuMjIgMS4yMiAwIDAgMS0uNC0uOTMgMS4zIDEuMyAwIDAgMSAuNC0uOTI3eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==) center center no-repeat;
      width: 100%;
      height: 100%;
      background-size: 60%;
      background-color: #000;
      mask-size: 60%;
      left: 0;
      top: 0;
    }
    
    .ndtv-wSummit-newsSec .profile_full_slide .bx-controls .bx-prev:hover,
    .ndtv-wSummit-newsSec .profile_full_slide .bx-controls .bx-next:hover {
      scale: 1;
    }
    
    .ndtv-wSummit-newsSec .profile_full_slide .bx-controls .bx-prev,
    .ndtv-wSummit-videolist .bx-controls .bx-prev,
    .ndvt-wSummit-photoListing .bx-controls .bx-prev {
      left: -50px;
      transform: rotate(-180deg);
    }
    
    .ndtv-wSummit-newsSec .profile_full_slide .bx-controls .bx-next,
    .ndtv-wSummit-videolist .bx-controls .bx-next,
    .ndvt-wSummit-photoListing .bx-controls .bx-next {
      right: -50px;
    }
    
    .ndtv-wSummit-newsSec .profile_full_slide .spling_wrap h2,
    .ndtv-wSummit-newsSec .profile_full_slide .spling_wrap h2 a {
      font-family: var(--font-inter);
      font-weight: 500;
      font-size: 15px;
      line-height: 23px;
      color: #000;
    }
    
    .ndtv-wSummit-newsSec .profile_full_slide .spling_wrap h2 a {
      color: #000;
    }
    
    .nshp_wrap1260 .ndvt-wSummit-photoListing .nshp_photo_box {
      max-width: 290px;
    }
    
    /*--Key Faces--*/
    .custom_theme .nmnee_list {
        gap: 40px 15px;
    }
    
    .nmnee_list .nmnee_item {

      display: flex;
      flex-direction: column;
        width: calc(calc(100% / 6) - 13px);
    }
    .custom_theme .nmneeInfo p {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
  }
    .nmnee_list .nmnee_item .nmnee_thumb {
      width: auto;
      overflow: hidden;
      margin-bottom: 10px;
      height: auto;
      border-radius: 0;
    }
    
    .nmnee_thumb img {
      display: block;
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
    
    .nmnee_title {
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 8px;
      line-height: 22px;
    }
    .nmnee_dtls_cont {
    color: #fff;
  }
    .nmneeInfo {
      font-size: 14px;
      line-height: 20px;
    }
    .secJury .pageTitle,.secSponsors .pageTitle {
      margin-left:0
    }
    .custom_theme .secJury,.custom_theme .ndsp-winnersSect {
    background: #1C0013;
      padding-top:0;
      padding-bottom: 50px;

  }
  .ndsp-wnr-item .ndsp-catTitle{
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  font-family: var(--font-inter);

}
.ndsp-catExcerpt {
	font-size: 14px;
	font-family: var(--font-primary);
	color: #fff;
	line-height: 1.3;
	margin-top: 10px;
}
    @media(max-width:767px) {
    
      .ndtv-wSummit-newsSec .profile_full_slide .bx-controls .bx-prev,
      .ndtv-wSummit-newsSec .profile_full_slide .bx-controls .bx-next,
      .ndvt-wSummit-photoListing .bx-controls .bx-next,
      .ndvt-wSummit-photoListing .bx-controls .bx-prev {
        display: none;
      }
    
      .ndtv-wSummit-newsSec .profile_full_slide {
        width: 100vw;
      }
    
      .ndtv-wSummit-newsSec .profile_full_slide .nshp_profile_box {
        max-width: 69vw;
      }
    }
    
    /*----Video Listing------*/
    [class^="nshp_video_slidebox"] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
      width:100%
  }
    .ndtv-wSummit-videolist .nshp_video_box {
      max-width: none;
    }
    
    [class^="nshp_video_slidebox"] .nshp_video_box {
    width: calc(100%/4 - 19px) !important;
    max-width: none !important;
    margin: 0;
    position: relative;
    transition: all ease-in-out 0.3s;
  }
    
    
    
    .ndtv-spl .nshp_vid_bxthumb::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: #000;
      height: 100%;
      opacity: 0.3;

    }
    
    
    
    .ndtv-spl .nshp_vid_bxthumb {
      position: relative;
      overflow: hidden;
      aspect-ratio: 16/9;
      margin-bottom: 10px;
    }
    
    .ndtv-spl .nshp_vid_bxthumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      position: absolute;
      aspect-ratio: 16/9;
    }
    
    .ndtv-wSummit-videolist .nshp_video_box:nth-child(4n) {
      margin-right: 0;
    }
    
    .nshp_wrap1260 .nshp_video_box:nth-child(5n) {
      margin-right: 0;
    }
    
    /*-------Live Player--*/
    .ndtv-wSummit-livePlrSec .videobox {
      width: 800px;
      margin: 0 auto;
      float: none;
    }
    
    .ndtv-wSummit-livePlrSec .vid_socwid_wrap {
      display: none;
    }
    
    .ndtv-wSummit-livePlrSec .nshp_widget_top {
      display: none;
    }
    
    @media(max-width:767px) {
    
      .ndtv-wSummit-videolist .nshp_top_headline {
        margin-bottom: 20px !important;
      }
    
      .ndtv-spl .ndtv-wSummit-livePlrSec {
        height: auto;
        /* padding: 100px 20px 50px 20px; */
        padding: 90px 20px 10px 20px;
        margin-bottom: 0px;
        background-size: 50% !important;
      }
    
      .ndtv-wSummit-livePlrSec .videobox {
        /* width: 100%; */
        width: calc(100% + 20px);
        margin-left: -10px;
      }
    
      .ndtv-spl.apps .ndtv-wSummit-livePlrSec {
        height: auto;
        padding: 50px 20px 50px 20px;
      }
    
      .ndtv-wSummit-newsSec .profile_full_slide .bx-controls .bx-prev,
      .ndtv-wSummit-newsSec .profile_full_slide .bx-controls .bx-next,
      .ndtv-wSummit-videolist .bx-controls .bx-next,
      .ndtv-wSummit-videolist .bx-controls .bx-prev,
      .ndvt-wSummit-photoListing .bx-controls .bx-prev,
      .ndvt-wSummit-photoListing .bx-controls .bx-next {
        display: none;
      }
    
      .nmnee_list {
        justify-content: space-between;
      }
    
      .nmnee_item {
        flex-shrink: 0;
        width: 46%;
        flex-grow: 0;
        flex-basis: 46%;
        max-width: none;
      }
    
      .nmnee_thumb {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
      }
    
      .custom_theme .nshp_wrap1260 {
        padding: 0 20px;
      }
    
      .ndtv-wSummit-sponsors .nshp_wrap1260 {
        padding-inline: 0;
      }
    
      .nshp_rhswidget_mid {
        padding: 0;
      }
    
      .nshp_abtexpt_discbox {
        margin-right: 0;
      }
      
    }
    
    .ndtv-wSummit-morebtn {
      text-align: center;
      margin-top: 50px;
    }
    
    .ndtv-wSummit-quoteSec .ndtv-wSummit-morebtn {
      margin-top: 40px;
    }
    
    .ndtv-wSub-more-btn {
      background: #fff;
      color: #fff;
      background: linear-gradient(85.18deg, #D72865 -11.53%, #3B0782 117.66%);
      padding: 10px 45px;
      border-radius: 5px;
      font-size: 16px;
      font-weight: 700;
      font-family: var(--font-inter);
    }
    
    .ndtv-wSub-more-btn:hover {
      color: #fff;
    }
    
    .ndtv-wSummit-quoteSec .ndtv-wSub-more-btn:hover {
      color: #C149B6;
    }
    
    /*=======RHS==============*/
    .ndtv-spl .nshp_wrap1260 .nshp_rhs .ndtv-wSummit-secAbout {
      padding-top: 36px;
      background: transparent;
    }
    
    .videos .custom_theme .nshp_top_headline {
      margin-bottom: 20px;
      padding-top: 20px !important;
    }
    
    
    .ndtv-spl .nshp_wrap1260 .nshp_rhs .ndtv-wSummit-secAbout .lhs {
      width: 100%;
    }
    
    .ndtv-spl .nshp_wrap1260 .nshp_rhs .ndtv-wSummit-secAbout .nshp_lhs .nshp_abtexpt_discbox {
      padding-top: 15px;
    }
    
    .ndtv-spl .nshp_wrap1260 .nshp_rhs .nshp_widget_mid {
      padding: 0;
    }
    
    .ndtv-spl .nshp_wrap1260 .nshp_rhs .ndtv-wSummit-secAbout .nshp_lhs .rhs_widgmid_wbg {
      background: transparent linear-gradient(111deg, #000000 0%, #4D14DE 29%, #C149B6 63%, #FFFFFF 100%) 0% 0% no-repeat padding-box !important;
    }
    
    .ndtv-spl .nshp_wrap1260 .nshp_rhs .ndtv-wSummit-secAbout .nshp_top_headline h2 {
      color: #000;
      font-size: 28px;
    }
    
    .ndtv-spl .nshp_wrap1260 .nshp_rhs .ndtv-wSummit-secAbout .nshp_lhs .nshp_rhs,
    .ndtv-spl .nshp_wrap1260 .nshp_rhs .ndtv-wSummit-secAbout .nshp_lhs {
      width: 100% !important;
    }
    
    .ndtv-spl .nshp_wrap1260 .nshp_rhs .ndtv-wSummit-secAbout .nshp_abtexpt_pic_thumb {
      height: 270px;
      margin-right: 0;
    }
    
    .ndtv-spl .nshp_wrap1260 .nshp_rhs .ndtv-wSummit-secAbout .nshp_abtexpt_box {
      padding-right: 0;
      flex-direction: column;
      margin-top: 0;
    }
    
    .ndtv-spl .nshp_wrap1260 .nshp_rhs .ndtv-wSummit-secAbout .nshp_lhs .nshp_top_headline {
      padding-inline: 0 !important;
      margin-bottom: 15px;
    }
    
    .ndtv-spl .nshp_wrap1260 .nshp_lhs {
      width: 74%
    }
    
    /*====Video Listing==========*/
    .ndtv-spl .nshp_wrap1260 .nshp_lhs .nshp_video_box:nth-child(4n+4),
    .ndtv-spl .nshp_wrap1260 .nshp_lhs .nshp_photo_box:nth-child(4n+4) {
      margin-right: 19px;
    }
    
    .ndtv-spl .nshp_wrap1260 .nshp_lhs .nshp_video_box {
      width: 284px
    }
    
    .ndtv-spl .nshp_wrap1260 .nshp_lhs .nshp_video_box:nth-child(3n) {
      margin-right: 0;
    }
    
    .ndtv-spl .nshp_wrap1260 .nshp_lhs .nshp_video_box p.nshp_vid_bxinfo {
      font-size: 15px;
    }
    
    @media(max-width:767px) {
      .ndtv-spl .nshp_wrap1260 .nshp_lhs {
        width: 100%;
      }
    
    
    
      .home .custom_theme .nshp_wrap1260 .nshp_video_box {
        max-width: none !important;
        flex-shrink: 0;
        margin:0 !important;
        width:70vw !important;
      }
    
      .ndtv-spl .nshp_wrap1260 .nshp_lhs .nshp_video_box:nth-child(4n+4),
      .ndtv-spl .nshp_wrap1260 .nshp_lhs .nshp_photo_box:nth-child(4n+4) {
        margin-right: 0;
      }
    
      .ndtv-spl .nshp_vid_bxthumb span {
        background-size: 35px;
      }
    
      .ndtv-spl .nshp_wrap1260 .nshp_rhs .ndtv-wSummit-secAbout .nshp_lhs .nshp_top_headline {
        padding-inline: 15px !important;
      }
    }
    
    /*========Story Listing==========*/
    .ndtv-spl .nshp_news_bxwrap {
      width: 100%;
    }
    
    .nshp_news_bxwrap ul li{

      border:0;
      padding:0
    }
    .nshp_news_bxwrap ul li .nshp_news_headline {
      font-family: var(--font-inter);
      margin-top: 10px;
    }
    
    .nshp_news_bxwrap ul li .nshp_news_headline a {
      font-family: var(--font-inter);
      font-size: 16px !important;
      line-height: 23px !important;
      font-weight: 500 !important;
      color:#fff
    }
    .home .nshp_news_bxwrap ul li:nth-child(3) .nshp_news_headline a {
    font-size: 20px !important;
    line-height: 28px !important;
  }
    .nshp_news_sbh_inactive,
    .nshp_news_suhlink_active {
      display: none !important;
    }
    
    
    .nshp_news_bxwrap ul li .nshp_news_bxthumb {
      width: 100% !important;
      aspect-ratio: 16/9;
      overflow: hidden;
      padding: 0;
    }
    
    .nshp_news_bxwrap ul li .nshp_news_bxthumb img {
      display: block;
      height: 100%;
      object-fit: cover;
    }
    
    .nshp_news_bxwrap ul li .nshp_news_infor p {
      display: none;
    }
    
    .nshp_news_bxwrap ul li .nshp_news_infor {
      margin: 0;
      padding-left: 0;
    }
    
    @media(max-width:767px) {
      .nshp_news_bxwrap ul li {
        width: 46.8%;
      }
    
      .nshp_news_bxwrap ul li:nth-child(2n) {
        margin-right: 0;
      }
    
     
    
      
    }
    
    .photos .nshp_top_headline h2 {
      font-size: 28px;
      margin-bottom: 15px;
    }
    
    body .nshp_min_nav {
      background: transparent !important;
      padding:15px 0px;
    }
    
    .mblLg img {
      max-width: 380px;
    }
    
    .ndtv-spl .nshp_min_nav {
      background: transparent linear-gradient(95deg, #000000 0%, #4D14DE 29%, #C149B6 63%, #FFFFFF 100%) 0% 0% no-repeat padding-box !important;
      top: 0 !important;
      box-shadow: none;
    }
    
    .ndtv-spl .nshp_bdmcrum {
      display:none
    }
    
    /* .nshp_bdmcrum ul li {
      display: inline-block;
    }
    
    .ndtv-spl .nshp_bdmcrum ul li a.bmmactive {
      color: #151515;
      float: none;
    }
    
    .nshp_bdmcrum ul li span {
      font-family: var(--font-inter);
    }
    
    .custom_theme .nshp_bdmcrum ul li a {
      border-right: 1px solid;
      padding: 0 8px 0 0;
      margin-right: 8px;
      line-height: 1.2;
    }
    */
    .custom_theme .bmmactive .bdm_arrow {
      display: none;
    } 
    
    .ndtv-spl .nshp_watchvid_headline {
      color: #000;
      font-weight: 600;
      font-family: var(--font-inter);
      text-transform: uppercase;
      font-weight: 700;
      margin-top: 15px;
    }
    
    .vid_socwid_wrap a {
      background-color: #fff;
    }
    
    .immersive_banner {
      margin-top: 60px;
    }
    
    .vid_socwid_wrap span.fb_socwid,
    .vid_socwid_wrap span.gplus_socwid,
    .vid_socwid_wrap span.msg_socwid,
    .vid_socwid_wrap span.tw_socwid,
    .vid_socwid_wrap span.whts_socwid,
    .vid_socwid_wrap span.red_socwid,
    .vid_socwid_wrap span.koo_socwid {
      filter: invert();
      background-color: #000;
    }
    
    .ndtv-spl .news_st_wrap .description_info {
      color: #686868;
    }
    
    .ndtv-spl .nshp_news_lhs {
      width: 725px;
    }
    
    .ndtv-spl .nshp_news_lhs .videobox {
      width: 100%
    }
    
    .ndtv-spl .nshp_news_lhs .news_storybody {
      max-width: 100%;
    }
    
    .ndtv-spl .nshp_news_lhs p a {
      color: #000;
      text-decoration: underline;
    }
    
    .load_more_st a,
    .loadmore_btn {
      background: rgb(210, 55, 167);
      padding: 10px 30px;
      border-radius: 0;
      color: #fff !important;
      font-size: 15px;
    }
    
    .load_more_st a::after {
      background: none;
    }
    
    .loadmore_btn span {
      display: none;
    }
    
    .ndtv-spl .nshp_min_nav:not(.home .nshp_min_nav, .home .ndtv_nav_sticky) {
      background: #1c0013 !important;
      top: 0 !important;
      position: relative;
    }
    
    @media(max-width:767px) {
      .ndtv-spl .nshp_bdmcrum {
        margin-top: 10px;
      }
    
      .ndtv-spl .nshp_news_lhs {
        width: 100%;
      }
    
      body .nshp_min_nav {
        padding: 15px 15px 15px 10px;
        margin-bottom: 0;
      }
    
      .mblLg {
        margin-right: -65px;
        width: 125px;
        margin-left: 0;
        margin-top: 0;
      }
    
      .custom_theme .nshp_top_headline {
        padding: 0 !important;
      }
    }
    
    /*======Quote Detail page========*/
    .ndtv-wSummit-quoteList {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      width: 100%;
    }
    
    .ndtv-wSummit_quoteSec .nshp_top_headline {
      margin-bottom: 30px;
    }
    
    .ndtv-wSummit-quoteList .ndtv-wSummit-quoteItem {
      background: #fff;
      box-shadow: 0px 3px 9px #00000017;
      border-radius: 20px;
      box-sizing: border-box;
      padding: 30px;
      gap: 30px;
      width: 47%;
      transition: all ease-in 0.4s;
      position: relative;
      overflow: hidden;
      z-index: 1;
    
    }
    
    .ndtv-wSummit-quoteItem::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: transparent linear-gradient(112deg, #000 0%, #4D14DE 29%, #C149B6 63%, #FFF 100%) 0% 0% no-repeat padding-box;
      z-index: -1;
      opacity: 0;
      transition: opacity ease-in-out 0.3s;
    }
    
    .ndtv-wSummit-quoteItem:hover::before {
      opacity: 1;
    }
    
    .ndtv-wSummit-quoteItem:hover * {
      color: #fff !important;
    }
    
    .ndtv-wSummit-QuoteTitlewrap {
      max-height: 190px;
      overflow: auto;
    
    
    }
    
    .quoteInfo {
      display: flex;
      margin-top: 40px;
      align-items: center;
    }
    
    .quoteImage {
      width: 85px;
      height: 85px;
      overflow: hidden;
      background: #ddd;
      margin-right: 10px;
    }
    
    .ndtv-wSummit-quoteItem .quote-auth-name {
      font-size: 20px;
      color: #000;
      margin: 0px;
    }
    
    .ndtv-wSummit-quoteItem .quote_authDtls {
      color: #000;
      padding: 0;
      margin: 0;
    }
    
    .quoteTitle {
      font-size: 28px;
      line-height: 35px;
      color: #000;
      font-family: var(--font-inter);
    }
    
    @media(max-width:767px) {
      .ndtv-wSummit-quoteList .ndtv-wSummit-quoteItem {
        width: 100%
      }
    
      .ndtv-wSummit_quoteSec {
        padding: 0 15px;
      }
    
      .ndtv-wSub-more-btn {
        width: 50%;
        box-sizing: border-box;
        padding: 15px 36px;
      }
    
      .quoteTitle {
        font-size: 22px;
      }
    
    }
    
    /*======Live Blog===========*/
    .ndtv-wSummit-liveBlog .ElFrmThNws_crd-list::before {
      background-color: #D237A7;
    }
    
    .ndtv-wSummit-liveBlog .ElFrmThNws_crd-item:first-child .ElFrmThNws_head-wrp::before {
      background: #D237A7;
    }
    
    .ElFrmThNws_head-wrp::before {
    
      left: -25px;
      top: -1px;
      width: 10px;
      height: 10px;
      background: #fff;
      border-radius: 50%;
      border: 1px solid #D237A7;
    }
    
    .ndtv-wSummit-liveBlog .loadmore .marr5 {
      background: #D237A7;
      border-radius: 0;
    }
    
    .ndtv-wSummit-liveBlog {
      flex-shrink: 0;
      width: 300px;
    }
    
    .ndtv-wSummit-liveBlogListing {
      background: #fff;
      border-radius: 10px;
      padding: 16px 10px;
      max-height: 390px;
      overflow: auto;
    }
    
    .ndtv-wSummit-liveBlog h4 {
      color: #fff;
      font-weight: 400;
      font-size: 24px;
      margin-bottom: 20px;
    }
    
    .ndtv-wSummit-liveBlog .ElFrmThNws_bdy-wrp .ElFrmThNws_ttl {
      color: #000 !important
    }
    
    #blogDiv {
      border-left: 1px solid #C149B6;
      padding-left: 20px;
    }
    
    .ndtv-spl .nshp_lhs .nshp_widget_boxwrap {
      padding-top: 0
    }
    
    .ndtv-spl .nshp_widget_top.liveblog_title_heading {
      display: none
    }
    
    .ndtv-spl .nshp_live_blog .blog_cont {
      padding: 20px 0 0 0
    }
    
    .ndtv-spl .nshp_live_blog #titleDiv .blog_title h2 {
      font-weight: 700 !important;
      line-height: 35px
    }
    
    .ndtv-spl .nshp_widget_mid .blog_description p {
      padding: 0 0 15px 0
    }
    
    .ndtv-spl .nshp_widget_mid .blog_description p+p span {
      font-size: 26px;
      color: #000 !important;
      line-height: normal
    }
    
    .ndtv-spl .nshp_live_blog .fromthetrail {
      overflow: inherit
    }
    
    .ndtv-spl #blogDiv .blogItem {
      background-color: #fff;
      border-radius: 12px;
      padding: 0;
      box-sizing: border-box;
      flex-direction: column;
      position: relative;
      margin-bottom: 25px;
      border: 1px solid rgb(210, 55, 167);
    }
    
    .ndtv-spl #blogDiv .blogItem::before {
      content: '';
      position: absolute;
      left: -26px;
      width: 10px;
      height: 10px;
      background: #C149B6;
      border-radius: 10px;
      top: -2px;
    }
    
    .ndtv-spl #blogDiv .blogItem .liveblog_lhs {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 15px;
      background-color: #fff;
      min-height: 45px;
      box-sizing: border-box;
      border-radius: 10px 10px 0 0;
    }
    
    .ndtv-spl .lvblog_share {
      display: flex;
      align-items: center;
      justify-content: space-between
    }
    
    .ndtv-spl #blogDiv .blogItem .liveblog_lhs .lvblog_share a {
      flex-shrink: 0;
      margin: 0 10px 0 0;
      display: inline-block;
      background-image: url(https://i.ndtvimg.com/i/2020-08/liveblog-sprite_500x300_41597934630.png?dd);
      background-repeat: no-repeat;
      height: 24px;
      width: 23px
    }
    
    .ndtv-spl #blogDiv .blogItem .liveblog_lhs .lvblog_share a.lvfbook {
      background-position: -192px -113px
    }
    
    .ndtv-spl #blogDiv .blogItem .liveblog_lhs .lvblog_share a.lvtwitter {
      background-position: -221px -113px
    }
    
    .ndtv-spl #blogDiv .blogItem .liveblog_lhs .lvblog_share a.lvmail {
      background-position: -252px -113px
    }
    
    .ndtv-spl #blogDiv .blogItem .liveblog_lhs .lvblog_share a.lvperma {
      background-position: -252px -140px
    }
    
    .ndtv-spl #blogDiv .blogItem .liveblog_lhs .lvblog_share a:last-child {
      margin-right: 0
    }
    
    .ndtv-spl .nshp_widget_mid .blog_description p {
      padding: 10px 0
    }
    
    .ndtv-spl #blogDiv .blogItem .liveblogdate_top {
      width: auto;
      margin-bottom: 0;
      padding-left: 0px;
      flex-shrink: 0
    }
    
    .ndtv-spl #blogDiv .blogItem .liveblog_lhs .lvblog_time {
      width: auto;
      padding-left: 5px;
      margin-right: auto;
      flex-shrink: 0
    }
    
    .ndtv-spl #blogDiv .blogItem .liveblog_RHS {
      width: 100%;
      margin-left: 0;
      border-left: none;
      padding-left: 0;
      padding-bottom: 0;
      padding: 15px !important
    }
    
    .ndtv-spl #blogDiv .blogItem .liveblog_RHS .nfeed>a b:first-child {
      margin-bottom: 0
    }
    
    .ndtv-spl .nfeed font {
      display: block
    }
    
    .ndtv-spl #blogDiv .blogItem .liveblog_lhs .lvblog_time,
    .ndtv-spl #blogDiv .blogItem .liveblogdate_top {
      position: relative;
      font-family: var(--font-inter);
      font-size: 15px !important;
      color: #000
    }
    
    .ndtv-spl .nshp_wrap1260 .nshp_rhs #home_3 .nshp_widget_mid {
      padding: 0 0 15px 0
    }
    
    .ndtv-spl .nshp_video_slideboxhome_3 {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between
    }
    
    .ndtv-spl .nshp_rhs .nshp_video_box {
      padding: 15px 0 0
    }
    
    .ndtv-spl .nshp_rhs .nshp_clb_spkbox {
      padding-top: 15px
    }
    
    .ndtv-spl .nshp_rhs .nshp_clb_spkbox ul li {
      padding: 15px 0
    }
    
    .ndtv-spl .bloglisting .liveblog_RHS .nfeed font {
      font-size: 26px !important;
      line-height: 32px;
      font-weight: 600 !important;
      font-family: var(--font-inter);
      color: #000;
    }
    
    @media(max-width:767px) {
      .ndtv-wSummit-liveBlog h4 {
        font-size: 22px;
      }
    
      .ndtv-wSummit-liveBlog {
        width: 100%;
        margin-top: 30px;
      }
    }
    
    
    
    .nshp_wrap1260 .nshp_widget_mid .videobox div iframe {
      inset: 0
    }
    
    .ndtv-spl.apps .nshp_wrap1260 .nshp_widget_mid .videobox div {
      margin-bottom: 40px;
    
    }
    
    
    .custom_theme .nshp_min_nav ul li ul {
      position: relative;
      background: #220439 !important;
      top: 0px;
      border: 0;
      border-radius: 0 !important;
    }
    
    .custom_theme .nshp_min_nav ul li ul li {
      border: 0 !important;
    
    }
    
    .custom_theme .nshp_min_nav ul li ul li a:hover {
      padding: 10px 20px;
    }
    
    .ins_dateline a {
      color: #000;
    }
    
    .nshp_news_rhs .nshp_alsoread_wrap h2 {
      color: #000 !important;
      font-family: var(--font-inter);
    }
    
    .ndtv-spl .bloglisting .liveblog_RHS li::before {
      width: 30px;
      height: 30px;
      color: #000;
    }
    
    .ndtv-spl .nshp_live_blog #titleDiv .blog_title h1 {
      font-weight: 700 !important;
    }
    
    .news-detail.ndtv-spl .nshp_watchvid_headline {
      text-transform: none;
    }
    
    .nshp_news_rhs .nshp_alsoread_wrap p {
      color: #535252;
    }
    
    .ndtv-spl .ins_keyword {
      text-align: center;
    }
    
    .ndtv-spl .rmore_btn {
      text-transform: uppercase;
      color: #000 !important;
      float: left;
      font-size: 15px;
      padding: 0;
      font-family: var(--font-inter);
      font-weight: 700;
    }
    
    @media(max-width:767px) {
    
      .nshp_min_nav li ul::before,
      .nshp_min_nav li ul li::before {
        display: none;
      }
    
      .nshp_min_nav li ul li a,
      .nshp_min_nav li ul li:last-child a {
        padding: 10px 18px 10px 20px;
        color: #fff !important;
      }
    }
    
    .ndtv-wSummit-videolist .nshp_vid_bxinfo a {
      font-size: 16px !important;
      color: #fff;
      padding:0;
      font-weight: 500;
    }
    
    @media only screen and (min-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
      .ndtv-wSummit-videolist .nshp_vid_bxinfo a {
        font-size: 16px !important;
      }
    
    
    }
    
    
    .ft-sticky {
      padding: 15px !important;
    }
    
    .ft-sticky .footer_copy {
      font-size: 13px !important;
    }
    
    .ft-sticky .footer_nav ul li a,
    .ndtv-spl .ft-sticky a {
      transition: all 0.3s ease-in-out;
    }
    
    .ft-sticky .footer_nav ul li a:hover,
    .ndtv-spl .ft-sticky a:hover {
      transition: all 0.3s ease-in-out;
      color: rgba(255, 255, 255, 0.5);
    }
    
    .ft-sticky_search .footer_search .footer_searchicon {
      opacity: 1 !important;
    }
    
    .custom_theme .ft-sticky_search .footer_search {
      background-color: rgba(255, 255, 255, .35);
    }
    
    .ft-sticky_search .footer_search .footer_searchicon {
      filter: invert(1) !important;
      opacity: 1;
    }
    
    .ft-sticky_search .footer_search input {
      color: #fff !important;
    }
    
    .ft-sticky_search .footer_search input::placeholder {
      color: #fff !important;
    }
    
    .videos .mblLg,
    .key-faces .mblLg,
    .videos-detail .mblLg {
      margin-right: -125px;
    }
    
    .videos .mblLg img,
    .key-faces .mblLg img,
    .videos-detail .mblLg img {
      width: 250px;
    }
    
    .key-faces .ndtv-wSummit-newsSec .nshp_top_headline,
    .key-faces .pageTitle {
      padding-top: 10px;
    }
    
    .vid_socwid_wrap {
      display: none;
    }
    
    .videos-detail.ndtv-spl .nshp_wrap1260 .nshp_lhs {
      width: 100%;
      margin-bottom: 50px;
    }
    
    .videos-detail .nshp_wrap1260 .videobox {
      width: 100%;
    }
    
    .videos-detail .videobox p {
      font-size: 16px;
      color:#fff
    }
.videos-detail .videobox p a {
	color: #f27669;
}
  section{
      position: relative;
  }
    /* About Section */
  .ndsp-about {
    background: #1C0013;
    color: #fff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
  }

  /* Vertical grid lines */
  .ndsp-about::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(
      to right,
      rgba(255,255,255,0.08) 1px,
      transparent 1px
    );
    background-size: 250px 100%;
    pointer-events: none;
  }


  .ndsp-about-container {
    width: 100%;
    margin: auto;
    display: flex;

    gap: 80px;
  }


  .ndsp-about-left {
    width: 300px;
  }

  .ndsp-about-title {
    font-size: 65px;
    line-height: 1.1;
    color: #F1563C;
    font-weight: 300;
    text-align: left;
    font-family: var(--font-inter);
  }

  .ndsp-about-right {
    flex: 1;
    max-width: 750px;
  }

  .ndsp-about-heading {
    font-size: 45px;
    color: #F1563C;
    margin-bottom: 20px;
    font-weight: 200;
    line-height: 1.2;
    font-family: var(--font-inter);
  }

  .ndsp-about-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #D3D3D3;
    margin-bottom: 18px;
    font-weight: 300;
  }

  .ndsp-about-highlight {
    font-size: 34px;
    margin-top: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: var(--font-inter);
  }
 .page-heading .pageTitle,.ndsp-winnersSect  .nshp_top_headline h2{
      font-size: 65px;
      font-family: var(--font-inter);
      font-weight: 300;
      text-align: center;
      line-height: 1.1;
  }
  .ndsp-winnersSect .page-heading .pageTitle{
    text-align:center
  }
  .ndsp-winnersSect  .nshp_top_headline h2{
    color:#fff;margin-top: 50px;
    margin-bottom:20px
  }
  .ndsp-winnersSect .ndsp-morebtn{
    color: #fff ;
    border-color: #fff
  }
  .ndsp-winnersSect .ndsp-morebtn:hover{
    border-color:transparent;
  }
  /* Responsive */
  @media (max-width: 1024px) {
    .ndsp-about-container {
      flex-direction: column;
      gap: 10px;
    }

    .ndsp-about-title {
      font-size: 38px;
      margin-bottom: 0;
    }

    .ndsp-about-heading {
      font-size: 22px;
    }

    .ndsp-about-highlight {
      font-size: 20px;
      line-height:normal;
    }
    .ndsp-about::before{
      display: none;
    }
  }





  .nshp_wrap1260 .page-heading{
          justify-content: center;
      }
  .page-heading .pageTitle{
      font-size: 65px;
      font-family: var(--font-inter);
      font-weight: 300;
      text-align: center;
      line-height: 1.1;
  }
  .nshp_news_bxwrap ul{
        display: grid;
      grid-template-columns: repeat(2, 1fr) repeat(2, 1fr);
    gap: 24px;
    grid-auto-rows: auto;
    align-items: flex-start;
      
  }
  .home .nshp_news_bxwrap ul li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .home .nshp_news_bxwrap ul li:nth-child(2){
  grid-row: 2;
    grid-column: 1;
  }
  .home .nshp_news_bxwrap ul li:nth-child(3) {
  grid-column: 2 / 4;
    grid-row: 1 / 3;
  }
  .home .nshp_news_bxwrap ul li:nth-child(4){
      grid-column: 4;
    grid-row: 1;
  }
  .home .nshp_news_bxwrap ul li:nth-child(5){
    grid-column: 4;
    grid-row: 2;
  }
  .custom_theme .news-list-204{
      background-color: #171717 !important;
      position: relative;
      z-index: 1;
      padding-bottom: 50px;
  }
  .news-list-204 .nshp_top_headline h2{
      color:#fff ;
  }
  .ndtv-spl .custom_theme  .news-list-204 .rmore_btn{
      color: #fff !important;
  }
  .custom_theme .nshp_widget_boxwrap{
      margin-bottom:0
  }
  /* Videos */
  .ndtv-wSummit-videolist .nshp_widget_mid, .ndtv-wSummit-videolist .nshp_widget_top, .ndtv-wSub-gallery .page-heading, .ndtv-wSub-gallery .ndtv-wSub-gallery-container,.news-list-204 .nshp_widget_mid,.news-list-204 .nshp_widget_top{
    float: none;
    max-width: 1260px;
    margin: 0 auto;
  }
  .custom_theme .ndtv-wSummit-videolist{
      position: relative;
      background: #1C0013 !important;
      z-index: 1;
      padding-bottom: 50px;
  }

  .ndtv-wSummit-videolist::before,.news-list-204::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient( to right, rgba(255,255,255,0.08) 1px, transparent 1px );
    background-size: 250px 100%;
    pointer-events: none;z-index: -1;
  }
  .ndtv-wSummit-videolist .nshp_widget_top  h2,.secJury .page-heading .pageTitle{
      color:#fff !important;
  }
  .custom_theme .nshp_vid_bxthumb .nshp_vid_playbx {
    font-size: 11px;
    padding: 0 10px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 3px;
    display: flex;
    pointer-events: none;
      z-index: 1;
  }
  .custom_theme .nshp_vid_bxthumb span {
    float: none;
    display: block;
    background: transparent;
    padding: 0;
    top: 8px;
    position: relative;
    margin: 0 5px 0 0;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #fff;
  }
  .ad-sec{
      background:url(../images/ad-bg-dsktp.png);
      background-size: cover;
      height: 100px;
      display: flex;
      align-items: center;
  }

  .ad-sec-wrap {
    display: flex;
    justify-content: space-between;
    
  }

  .ad-btn {
    background: #170235;
    border-radius: 40px;
    font-size: 18px;
    padding: 19px 49px;
    color: #fff;
    font-weight: 400;
  }
  .ad-btn:hover{
      color: #fff;
  }
  .ad-sec-txt {
    font-size: 36px;
    color: #000;
    font-weight: 600;
  }
  /* Photos Widget */
  .spl-photo_gallerySec {
  
    background: #170235;
    padding-bottom: 60px;
  }

  .spl-photo_gallerySec .pageTitle {
    margin-bottom: 20px;
    line-height: 1;
    margin-left: 0;
    color:#fff
  }

  .spl-photo_gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    color: #fff;
    align-items: flex-start;
  }

  .spl-photo_main {
    flex: 1;
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .spl-photo_main img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: top;
    position: absolute;
  }

  .spl-photo_caption {
    position: absolute;
    bottom: 0;
    left: 0;
    /* background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent); */
    padding: 20px;
    width: 100%;
    box-sizing: border-box;

    height: 100%;
    display: flex;
    align-items: flex-end;
  }

  .spl-photo_caption .spl-photo_caption-ttl {
    margin: 0;
    font-size: 22px;
    line-height: 1.4;
    color: #fff;
    font-weight: 500;
  }

  .spl-photo_side {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }

  .spl-photo_thumb,
  .spl-photo_more {
    width: calc(100% / 3 - 16px);
    aspect-ratio: 16 / 9;
    background: #2A0067;


    position: relative;
    transition: border-color 0.2s ease;
    font-size: 0;
  }

  .spl-photo_thumb:hover,
  .spl-photo_more:hover {
    border-color: #fff;
  }

  .spl-photo_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    font-size: 0;
    transform: scale(1) translateZ(0);
    transition: opacity 0.6s cubic-bezier(0.3, 0.58, 0.42, 0.9),
      transform 0.6s cubic-bezier(0.3, 0.58, 0.42, 0.9), visibility 0s;
  }

  .spl-photo_more {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
  }

  .spl-photo_more span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 12px;
  }

  .spl-photo_more a {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .spl-photo_inr {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;

    /* transition: all 0.3s ease; */
  }

  .spl-photo_inr:hover img {
    transform: scale(1.06) translateZ(0);
    transform: scale(1.05);
  }

  .spl-photo_main-thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16/9;
    padding-bottom: 59.26%;
  }

  .ndtv-schedule-show-more {
    display: none;
  }
  .custom_theme .nshp_widget_mid p{
      padding:0
  }

  .videos-detail.ndtv-spl .nshp_watchvid_headline{
    color:#fff;
    text-transform:capitalize;
     font-weight: 500;
     padding-bottom: 10px;
  }
  .site-204.videos-detail.ndtv-spl {
	background: #1c0013;
}
.ins_dateline{
  color:#fff
}
 .stories.ndtv-spl .nshp_min_nav:not(.home .nshp_min_nav, .home .ndtv_nav_sticky){
      background: #171717 !important;
  }

.nav-dark-active #bug_menu ,.nav-dark-active  .shrBtn::before,.nav-dark-active .rytBtns .bckBtn.bckArw::after,.nav-dark-active .ntv_vid_slink .sclBtn::before{
  filter: invert(1) grayscale(1) contrast(9);
}
.nav-dark-active .rytBtns .bckBtn.bckArw{
  color: #000;
}
.nav-dark-active .nshp_min_nav li a{
  filter: invert(1) grayscale(1) contrast(9);
} 
.nav-dark-active .ntv_vid_slink.fix_share.animated {
	border: 1px solid rgba(0,0,0,0.1);
}
    @media (max-width: 767px) {
      .custom_theme .nshp_min_nav ul{
        background:transparent
      }
      .nshp_top_headline h2,
      .nshp_top_headline h1,
      .ndtv-wSummit-heading,
      .page-heading .pageTitle,
      .pageTitle {
        font-size: 38px !important;
        line-height: 32px;
      }
     .home .nshp_top_headline:has(span.fr),.home .pageTitle{
          margin-top: 50px;
          margin-bottom: 20px;
      }
      .custom_theme .secJury{
          padding-block:0;
          padding-bottom:50px
      }
      .custom_theme .news-list-204{
          padding-bottom: 50px;
      }
      .ndtv-wSummit-videolist::before, .news-list-204::before{
          display: none;
      }
      .nshp_top_headline span.fr{
          position: relative;
          right:20px
      }
      .ndsp-about{
          padding-block:50px
      }
    .ad-sec{
      background:url(../images/ad-bg-mble.png);
      background-size: cover;
      height:auto;
      padding:40px 20px;
    }
    .ad-sec-btn{
        display: inherit;
    }
    .ad-sec-wrap{
      flex-direction: column;
    gap: 30px;
    align-items: center;
    }
    .ad-sec-txt{
      font-size: 24px;
      line-height:1.3;
      text-align: center;
    }
      .m_back_btn.m_back_btn {
        display: flex !important;
        width: 100%;
        padding-inline: 15px;
      }
    
      .custom_theme .m_back_btn .btnTp {
        background-image: none;
        text-align: center;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #be64bd8a;
        width: 100%;
        margin: 0;
        border: 0;
        border: 1px solid rgba(255, 255, 255, 0.1);
      }
    
      .nshp_top_navmview .m_back_btn svg {
        left: 0;
        top: 0;
        margin-right: 10px;
      }
    
      .immersive_banner {
        margin-top: 20px;
      }
    
      .nshp_nglobalnav_mwrap{
        display: none !important;
      }
    
      .nshp_nglobalnav_mwrap .nshp_glbnav_mobileview {
        background: rgba(0, 0, 0, 0.15);
        margin-top: 10px;
        margin-bottom: 10px;
      }
    
      .custom_theme .ntv_vid_slink.animated {
        padding-left: 6px;
      }
    
      .section_head span {
        background: rgba(0, 0, 0, 0.15) !important;
      }
    
      .key-faces .ndtv-wSummit-newsSec .nshp_top_headline,
      .key-faces .pageTitle {
        padding-top: 0px;
      }
    
      .ndtv-spl .ft-sticky .footer_copy {
        font-size: 12px;
      }
    
      .ft-sticky_lft {
        margin-top: 35px !important;
      }
    
      .nshp_nglobalnav a {
        font-size: 14px !important;
        font-family: var(--font-inter) !important;
        padding-block: 10px !important;
      }
    
      .video-list-204 .nshp_widget_mid {
        width: 100vw;
    
      }
    
      .videos .video-list-204 .nshp_widget_mid {
        width: 100%;
      }
    .home [class^="nshp_video_slidebox"]{
      flex-wrap:nowrap;
      overflow-x: scroll;
      scrollbar-width: none;
      padding-inline: 20px;
      gap:15px
    }
      .videos .nshp_wrap1260 .nshp_widget_mid .nshp_video_box:nth-child(2n) {
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    
      .videos .mblLg img,
      .key-faces .mblLg img,
      .videos-detail .mblLg img {
        width: 120px;
      }
    
      .videos .mblLg,
      .key-faces .mblLg,
      .videos-detail .mblLg {
        margin-right: -60px;
      }
    
      .videos .nshp_top_headline h2,
      .videos .nshp_top_headline h1,
      .videos .ndtv-wSummit-heading,
      .pageTitle {
        padding-top: 0;
      }
      /*====== CSS 2026====== */

      .ndsp-heroSec{
          background-image: url(../images/hero-bg-shape.png);
          background-position: left;
          background-repeat: no-repeat;
          padding-top: 110px;
          padding-bottom: 60px;
      }
      
    .ndsp-hero-rhs{
      display: none;
    }
    .ndsp-hero-ilu,.ndsp-hero-desc,.ndsp-hero-left{
      width: 100%;
      max-width: none;
    }
    .ndsp-hero-ilu img{
      width: auto;
      max-width: 100%;
      height: auto; 
    }
    .ndsp-hero-left {
      align-items: center;
    }
    .event-buttons{
      flex-direction: column;
      gap: 15px;
    }
    .ndsp-hero-ilu{
      max-width: 240px;
    }
    .ndsp-hero-desc{
      text-align: center;
      font-size: 18px;
      line-height: 26px;
    }
    .session-topic{
      font-size: 14px;
    }
    .custom_theme .ndtv-wSummit-videolist{
      padding-bottom: 50px;
    }
    .videos .custom_theme .ndtv-wSummit-videolist{
      padding-inline: 20px;
    }
  .nshp_news_bxwrap ul{
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      gap: 15px;
      scrollbar-width: none;
      padding-inline: 20px;
  }
  .home .nshp_news_bxwrap ul li{
      width:70vw;
      flex-shrink: 0;
  }

    .spl-photo_gallery {
      flex-direction: column;
      gap: 14px;
    }

    .spl-photo_side {
      flex-direction: row;
      justify-content: center;
      gap: 14px;
    }

    .spl-photo_thumb,
    .spl-photo_more {
      width: calc(50% - 8px);
    }

    .spl-photo_thumb {
      display: none;
    }

    .spl-photo_thumb:nth-child(-n+3),
    .spl-photo_thumb:last-child {
      display: block;
    }

    .ndsp-iluSect{
      height: auto;
      padding-top: 90px;
    }
    .ndsp_iluIns{
      flex-direction: column;
      gap: 20px;
      width: calc(100% + 40px);
      margin-left: -20px;
      margin-right: -20px;
    }
    .ndsp_ilulhs,.ndsp_ilurhs{
      width: 100%;
      max-width: none;
    }.ndsp-ilu_thumb {
    max-width: 260px;
      margin:0 auto
  }
  .custom_theme .nshp_vid_bxthumb .nshp_vid_playbx{
      left:5px;
      bottom:5px;
      font-size: 10px;
  }
  .videos [class^="nshp_video_slidebox"]{
    gap:14px
  }
  .videos [class^="nshp_video_slidebox"] .nshp_video_box{
      width: calc(100%/2 - 7px) !important;
  }
  .videos .ndtv-wSummit-videolist .nshp_vid_bxinfo a{
      font-size: 14px !important;
      line-height: 1.5;
  }
  .stories .nshp_news_bxwrap ul{
    flex-wrap: wrap;
    gap: 14px;
  }
  .nshp_news_bxwrap ul li:nth-child(3n){
    margin-right: 0 !important;
  }
  .stories .nshp_news_bxwrap ul li .nshp_news_headline a{
    font-size: 15px !important;
  line-height: 21px !important;
  }
 
    .custom_theme .ndsp-wnnrList{
    gap:24px 14px;
  }
 .ndsp-wnnrList .ndsp-wnr-item {
	width: calc(100% / 2 - 7px);
}
  }