*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

:root {
  --font-inter: "Inter", sans-serif;
  --spl-clr-1: rgba(0, 0, 0, 1);
  --spl-clr-2: rgba(255, 255, 255, 1);
  --spl-clr-3: #dddddd;
  --spl-clr-4: #ed7e07;
}

body {
  background: #002f68 !important;
  background-image: none !important;
}

body::before {
  content: "";
  position: fixed;
  background-image: url(https://cdn.ndtv.com/ui/special/2025/defencesubmit/images/bg.png);
  pointer-events: none;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: color-dodge;
  z-index: -1;
}

.nshp_top_headline,
.nsph_wid_disc,
.nshp_rhswidget_mid,
.rhs_widgmid_wbg,
.nshp_widget_boxwrap {
  background-color: transparent !important;
}

.nshp_top_headline h1,
.nshp_top_headline h2 {
  font-family: "Black Ops One", system-ui !important;
  font-size: 55px;
  color: #fff;
}

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

.nshp_wrap1260 {
  max-width: 1020px;
  margin: 0 auto;
  padding-top: 0;
}

.full_width {
  width: 100vw;
  margin-left: calc(-50vw + 50%);

  clear: both;
}

.nshp_top_headline {
  margin: 150px 0 40px;
  padding: 0;
}

.nshp_top_headline h2 {
  font-size: 50px;
  font-family: "Black Ops One", system-ui !important;
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  .nshp_wrap1260 {
    padding: 0 15px;
  }
}

/*====Header====*/
.nshp_masthead_bnr img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.nshp_masthead_bnr {
  display: none;
}

.nshp_header {
  margin-top: 0;
}

.nshp_mobtopnav_link {
  background: none;
  display: flex !important;
}

.nshp_min_nav .mainnav_1260 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}

.nshp_min_nav.b_scn1.mobile_menu {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #07162f !important;
  box-shadow: none;
  padding: 0;
}

.mobileNavOuter {
  position: relative;
}

.nshp_mobtopnav_link,
.mblLg {
  display: flex;
  position: relative;
  box-shadow: none;
  max-width: 145px;
}

.ndtv-spl .nshp_min_nav {
  background: var(--spl-clr-1);
  margin: 0 auto;
  padding: 0;
}

.nshp_min_nav li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

.nshp_min_nav li a {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  border: 0 !important;
  padding-bottom: 0;
  background: transparent;
  padding-top: 0;
  color: var(--spl-clr-2) !important;
  display: inline-block;
  padding: 20px 0;
}

.rytBtns .bckBtn:last-child {
  color: var(--spl-clr-2);
}

#bug_menu span {
  background: var(--bg-white);
}

.m_nav_sty li a:hover,
.m_nav_sty li a.active {
  color: #75b4ff !important;
  background: transparent;
  border-bottom: 0;
}

.nshp_min_nav li a:hover,
.nshp_min_nav li a.active {
  color: #75b4ff !important;
}

.nshp_nglobalnav_mwrap .nshp_glbnav_mobileview {
  background: var(--spl-clr-1);
  color: var(--spl-clr-2);
}

.custom_theme .shrBtn {
  display: inline-block;
  position: relative;
  z-index: 1;
  background: none;
  background-color: transparent;
  border: 1px #fff solid;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all ease-in 0.3s;
  overflow: hidden;
  cursor: pointer;
}

.custom_theme .shrBtn:hover,
.rytBtns .bckBtn:last-child:hover {
  border: 1px solid #75b4ff;
}

.rytBtns .bckBtn:last-child:hover {
  color: #75b4ff;
}

.custom_theme .shrBtn:hover:after {
  background: #75b4ff;
}

.ntv_vid_slink .sclBtn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: var(--spl-clr-2);
}

.topnav_rhs {
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.shrBx {
  position: relative;
}

.ntv_vid_slink {
  transition: all 0.17s cubic-bezier(0.37, 0.15, 0.32, 0.94);
  transform-origin: right center;
}

.custom_theme .topnav_rhs a.actvbtn,
.custom_theme .topnav_rhs div.actvbtn {
  overflow: hidden;
}

.topnav_rhs a.actvbtn,
.topnav_rhs div.actvbtn {
  background: transparent;
}

.custom_theme .shrBtn:before {
  content: "";
  inset: 0;
  position: absolute;
}

.custom_theme .shrBtn:hover:before,
.custom_theme .topnav_rhs div.actvbtn:before {
  background: var(--bg-gredient);
}

.custom_theme .shrBtn:hover:after,
.custom_theme .topnav_rhs div.actvbtn:after {
  background: #75b4ff;
  transition: all 0.3s ease;
}

.custom_theme .shrBtn:after {
  content: "";
  inset: 0;
  position: absolute;
  mask-image: url(https://cdn.ndtv.com/ui/special/2025/world-summit/images/share-icn-white-25.svg);
  mask-size: 12px;
  mask-position: center;
  mask-repeat: no-repeat;
  background: var(--spl-clr-2);
  transition: all 0.3s ease;
}

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

.custom_theme .ntv_vid_slink.animated {
  display: flex;
  border-radius: 30px;
  padding: 5px 30px 5px 0;
  top: -1px;
  right: -1px;
  transform: scaleX(1);
  opacity: 1;
  border: 1px solid var(--spl-clr-2);

  z-index: 1;
}

.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.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: 12px;
  font-weight: 300;
  padding: 0 11px 0 0;
  font-family: var(--font-inter);
  font-weight: 500;
  display: flex;
  align-items: center;
  color: var(--spl-clr-2);
  border: 1px solid #dddddd;
  width: 92px;
  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/world-summit/images/arw-bck_icn-white-25.svg) center center no-repeat;
  background-size: 75%;
  left: 7px;
  z-index: 99;
  background-color: var(--spl-clr-2);
}

.rytBtns .bckBtn:last-child:hover::before {
  background-color: #75b4ff;
}

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

/* .custom_theme .ntv_vid_slink .sclBtn:hover::before {
  background: var(--bg-gredient);
} */

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

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

.nshp_nglobalnav_mwrap {
  display: none;
}

.nshp_min_nav ul li ul {
  list-style: none;
  padding: 10px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 8px;
  width: 180px;
  background-color: var(--spl-clr-3);
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  overflow: hidden;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
  z-index: 10;
}

.nshp_min_nav ul li:hover>ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}

.nshp_min_nav ul li ul li a {
  padding: 8px 0;
  color: var(--spl-clr-1);
}

.nshp_min_nav ul li ul li {
  margin-right: 0;
  width: 100%;
  border-bottom: 1px solid var(--spl-clr-2);
}

#bug_menu {
  width: 26px;
  height: 28px;
  position: relative;
  margin: 0 0 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -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;
  display: none;
}

#bug_menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: var(--spl-clr-2);
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -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;
}

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

#bug_menu span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#bug_menu span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

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

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

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

#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);
}

#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);
}

#bug_menu.open span:nth-child(1) {
  left: 0px;
  top: 8px;
}

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

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

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

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

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

.m_back_btn svg {
  height: 16px;
  transform: rotate(180deg);
  position: relative;
  left: -2px;
  top: 3px;
  left: 0;
  top: 0;
  margin-right: 5px;
}

/*====Media Query for Mobile Device====*/
@media (max-width: 768px) {
  body::before {
    background-image: url(https://cdn.ndtv.com/ui/special/2025/defencesubmit/images/mobile_bg.png);
    background-size: 100%;
  }

  #bug_menu {
    display: block;
  }

  .mblLg {
    width: 130px;
  }

  .brgMnLg {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .mobileNavOuter {
    position: absolute;
    margin-inline: -121px;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.66, 0, 0.34, 1);
    background-color: var(--spl-clr-1);
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 50px;
    z-index: 99;
  }

  .mobileNavOuter.visible {
    transform: none;
    margin-inline: 0;
    top: 0px;
    padding-top: 30px;
    z-index: 9999999;
    background: rgb(0, 49, 108);
  }

  .m_nav_sty .mainnav_1260 ul {
    position: relative;
    top: 0;
    left: 0;
    background-color: transparent;
  }

  .m_nav_sty li a.active {
    background: none !important;
  }

  .nshp_min_nav ul {
    position: relative;
    padding: 0 15px;
    background: transparent;
  }

  .nshp_min_nav li {
    box-sizing: border-box;
    text-align: left !important;
    width: 100% !important;
    padding: 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nshp_min_nav li a {
    height: 40px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding-left: 20px;
    color: var(--spl-clr-2);
  }

  .nshp_min_nav .mainnav_1260 {
    padding-inline: 15px;
  }

  .nshp_min_nav ul li ul {
    transform: none;
    opacity: 1;
    visibility: visible;
    background: transparent;
    padding: 0;
    margin: 0 15px;
    border: 0;
  }

  .nshp_min_nav ul li ul li a {
    color: var(--spl-clr-2);
  }

  .nshp_min_nav ul li ul li a:hover {
    color: var(--spl-clr-2);
  }

  /* Global Nav */
  .nshp_nglobalnav_mwrap {
    display: none !important;
  }

  .nshp_top_navmview {
    background: transparent;
  }

  .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: #ffffff4a;
    border: 1px solid #ffffff57;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .m_back_btn svg {
    fill: currentColor;
  }

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

  .nshp_nglobalnav_mwrap .nshp_glbnav_mobileview {
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    border-bottom: 0px;
    position: relative;
    text-transform: capitalize;
    box-sizing: border-box;
    padding: 10px 15px !important;
    font-weight: 600;
    text-align: left;
  }

  .nshp_nglobalnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .glb-inwrp {
    display: inline-flex;
    width: 45%;
    margin: 0 !important;
  }

  .glb-inwrp a {
    font-family: var(--font-inter);
    text-transform: uppercase;
    color: var(--spl-clr-2);
  }

  .nshp_nglobalnav a {
    font-size: 12px;
    font-weight: 400;
    float: none;
    display: inline-block;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    text-transform: capitalize;
  }

  .nshp_sc_widg {
    display: none;
  }

  .closeBtn {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 999999999;
    width: 24px;
    height: 24px;
  }

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

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

/* Live Player*/

.ndtv-spl .ndtv-wSummit-livePlrSec {
  height: auto;
  background: transparent;
  /* min-height: calc(100dvh - 50px); */
  padding: 100px 0 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ndtv-spl .ndtv-wSummit-livePlrSec .videobox {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  float: none;
}

.ndtv-spl .ndtv-wSummit-livePlrSec .nshp_widget_mid {
  width: 100%;
}

.ndtv-spl .vid_socwid_wrap {
  display: none;
}

.ndtv-spl .nshp_wrap1260 .nshp_widget_mid .videobox div {
  position: relative;
  padding-bottom: 56.28%;
  overflow: hidden;
}

.ndtv-spl .nshp_wrap1260 .nshp_widget_mid .videobox div iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.nshp_widget_mid {
  padding: 0 !important;
}

.nshp_news_bxwrap {
  width: 100%;
}

@media (max-width: 768px) {
  .ndtv-spl .ndtv-wSummit-livePlrSec {
    min-height: auto;
    padding-bottom: 0 !important;
    padding-top: 30px !important;
  }

  .ndtv-spl .nshp_min_nav {
    padding-block: 10px;
  }

  .nshp_top_headline {
    margin: 100px 0 40px;
  }

  .nshp_widget_mid {
    padding: 0 !important;
  }
}

/* About widget*/

.spl_dfnc_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.spl_dfnc_content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/*  Updated stats grid to use flexbox with 2 items per row on mobile */
.spl_dfnc_stats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
  justify-content: center;
}

.spl_dfnc_stat_card {
  background: #001e42e5;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
  width: 175px;
}

.spl_dfnc_stat_number {
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}

.spl_dfnc_stat_label {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  padding-top: 10px;
}

.spl_dfnc_description {
  text-align: center;
  line-height: 1.8;
  font-size: 1.1rem;
  opacity: 0.95;
  margin-bottom: 40px;
}

.spl_dfnc_description p {
  margin-bottom: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}

/*  Updated responsive breakpoints for better flexbox behavior */
@media (min-width: 768px) {
  .spl_dfnc_stats {
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .spl_dfnc_container {
    padding: 0;
  }

  .spl_dfnc_stat_number {
    font-size: 2.8rem;
  }

  .spl_dfnc_stat_card {
    padding: 30px 15px;
    width: calc(100% / 2 - 11px);
  }

  .spl_dfnc_description {
    font-size: 1rem;
  }
}

/* PHotos*/

.custom_theme .nshp_profile_box {
  max-width: 315px;
}

.profile_full_slide .bx-wrapper {
  padding: 0 !important;
}

.profile_full_slide .profile_cont {
  padding: 0;
  width: 100%;
  min-height: auto;
  background: transparent !important;
  border: 0;
}

.custom_theme .profile_full_slide .profile_cont .spling_top {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
}

.custom_theme .profile_full_slide .profile_cont .spling_top img {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spling_wrap {
  position: relative;
}

.profile_full_slide .profile_cont .prf_logo_shadow {
  display: none;
}

.custom_theme .profile_full_slide .bx-controls {
  top: 45%;
}

.profile_full_slide .bx-controls .bx-prev,
.profile_full_slide .bx-controls .bx-next {
  border-color: #fff;
  background-color: transparent;
}

.profile_full_slide .bx-controls .bx-prev {
  left: -60px;
}

.profile_full_slide .bx-controls .bx-next {
  right: -60px;
}

.profile_full_slide .bx-controls .bx-prev::before,
.profile_full_slide .bx-controls .bx-next::before {
  border-color: #fff;
}

.profile_full_slide .bx-controls .bx-prev::after,
.profile_full_slide .bx-controls .bx-next::after {
  background-color: #fff;
}

.profile_full_slide .profile_cont a,
.profile_full_slide .spling_wrap p {
  font-size: 14px;
  line-height: 23px;
  font-family: "Outfit", sans-serif;
  color: #ffffff;
}

.bx-controls .bx-prev,
.bx-controls .bx-next {
  background: transparent;
}

.bx-controls .bx-prev,
.bx-controls .bx-next {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.bx-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
}

.bx-controls .bx-prev:before,
.bx-controls .bx-next::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  inset: 0;
  left: 49%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}

.bx-controls .bx-prev::after,
.bx-controls .bx-next::after {
  content: "";
  position: absolute;
  right: 7px;
  width: 13px;
  height: 1px;
  background: #fff;
  top: 13.5px;
  border-radius: 2px;
}

.bx-controls .bx-next::before {
  right: 3px;
  left: auto;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-controls .bx-prev {
  left: -60px;
}

.bx-controls .bx-next {
  right: -60px;
}

.win_mid {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #fff;
  z-index: 1;
}

.spling_wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg,
      rgb(0, 30, 66) 30%,
      rgba(0, 30, 66, 0) 100%);
}

@media (max-width: 768px) {
  .win_mid {
    padding: 20px;
  }

  .custom_theme .nshp_profile_box {
    max-width: 100%;
  }

  .custom_theme .profile_full_slide .bx-controls {
    top: 43%;
  }

  .profile_full_slide .bx-controls .bx-prev {
    left: -10px;
  }

  .profile_full_slide .bx-controls .bx-next {
    right: -10px;
  }

  .pageTitle,
  .nshp_top_headline h2 {
    font-size: 32px;
    line-height: 1;
  }
}

/*====Videos====*/
.custom_theme .nshp_vid_bxthumb .nshp_vid_playbx {
  font-size: 11px;
  padding: 0px 6px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 22px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  pointer-events: none;
  left: auto;
}

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

.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;
}

.custom_theme .nshp_vid_bxthumb {
  height: auto !important;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  flex-shrink: 0;
}

.custom_theme [class^="nshp_video_slideboxhome_"],
.nshp_video_slidebox,
.custom_theme [class^="nshp_video_slideboxhighlights-2024_"],
[class^="nshp_video_slideboxvideos_"] {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.custom_theme .nshp_video_box {
  margin: 0;
  width: calc(100% / 3 - 20px);
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  max-width: none;
}

.custom_theme .nshp_video_box .nshp_vid_bxinfo {
  background: #162744;

  padding: 10px 15px;
}

.custom_theme .nshp_video_box .nshp_vid_bxinfo a {
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  padding: 0;
}

.nshp_video_slidebox {
  margin: 30px 0 0;
}

.nshp_loadmore_wrap {
  display: inline-block;
}

.loadmore_btn {
  color: #fff !important;
  display: inline-block;
  background: #162744;
  padding: 10px 35px;
  border-radius: 4px;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.loadmore_btn span {
  display: none;
}

.loadmore_btn:hover:after {
  transform: scale(2.1);
  opacity: 1;
}

.loadmore_btn:after {
  content: "";
  position: absolute;
  width: 270px;
  height: 180px;
  background: #3f72b9;
  border-radius: 50%;
  transform: scale(1);
  transition: cubic-bezier(0.65, 0.05, 0.36, 1) 300ms, opacity 300ms;
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 0;
}

@media (max-width: 768px) {

  .custom_theme [class^="nshp_video_slideboxhome_"],
  .nshp_video_slidebox,
  [class^="nshp_video_slideboxvideos_"],
  .custom_theme [class^="nshp_video_slideboxhighlights-2024_"] {
    width: 100%;
    gap: 16px;
  }

  .nshp_video_slidebox {
    margin: 15px 0;
  }

  .custom_theme .nshp_video_slidebox .nshp_video_box {
    flex-shrink: 0;
    width: calc(100% / 2 - 8px) !important;
  }

  .nshp_wrap1260 .nshp_widget_mid .nshp_video_box:nth-child(2n) {
    margin: 0 !important;
  }
}

/*=====schedule widget=====*/
.secSchdl {
  margin-top: 150px;
  float: left;
}

.secSchdl .pageTitle {
  color: #fff;
  margin-bottom: 40px;
}

.ndtv-wSub-scheduleList {
  display: grid;
  gap: 20px;
}

.schedule-item-wrp {
  position: relative;
  border-radius: 6px;
  background-color: #002f68;
}

.ndtv-wSub-schedule-item {
  padding: 20px;
  background-color: #001e42;

  display: grid;
  grid-template-columns: 260px repeat(3, minmax(0, 1fr));
  column-gap: 36px;
  row-gap: 24px;
  align-items: start;
  grid-auto-rows: min-content;
  position: relative;
  min-height: 103px;
}

.ndvt_schd_head {
  grid-column: 1;
  /* grid-row: 1 / -1; */
  /* border-right: 1px solid rgba(255,255,255,0.25); */
  padding-right: 28px;
  /* align-self: stretch; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* min-height: 100%; */
  position: absolute;
  top: 0;
  transform: 0;
  width: 250px;
  height: 100%;
}

.ndvt_schd_head h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.ndvt_schd_head .ndtv-wSub-event {
  margin: 10px 0 0;
  opacity: 0.9;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.ndtv-wSub-speaker-info {
  /* display: grid; */
  display: flex;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
  grid-column: auto;
}

.ndtv-wSub-schedule-item>.ndtv-wSub-speaker-info:nth-child(n + 2):nth-child(-n + 4) {
  /*! grid-row: 1; */
}

.ndtv-wSub-schedule-item>.ndtv-wSub-speaker-info:nth-child(n + 5):nth-child(-n + 7) {
  grid-row: 2;
}

.ndtv-wSub-schedule-item>.ndtv-wSub-speaker-info:nth-child(n + 8):nth-child(-n + 10) {
  grid-row: 3;
}

.ndtv-wSub-schedule-item>.ndtv-wSub-speaker-info:nth-child(3n + 2) {
  grid-column: 2;
}

.ndtv-wSub-schedule-item>.ndtv-wSub-speaker-info:nth-child(3n + 3) {
  grid-column: 3;
}

.ndtv-wSub-schedule-item>.ndtv-wSub-speaker-info:nth-child(3n + 4) {
  grid-column: 4;
}

.ndtv-wSub-speakerThumb {
  width: 60px;
  height: 60px;
  overflow: hidden;
  flex-shrink: 0;
}

.ndtv-wSub-speakerThumb img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  filter: grayscale();
}

.ndtv-wSub-speaker-details,
.ndtv-wSub-speaker-details * {
  color: #fff;
}

.ndtv-wSub-speaker-details h4 {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 20px;
}

.ndtv-wSub-speaker-details p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.85;
  padding: 0;
}

.ndvt_schd_head::after {
  content: "";
  position: absolute;
  left: 250px;
  height: calc(100% - 20px);
  width: 1px;
  background: #fff;
  opacity: 0.2;
  top: 10px;
  transform: translate(0);
}

@media (max-width: 1024px) {
  .ndtv-wSub-schedule-item {
    grid-template-columns: 220px repeat(2, minmax(0, 1fr));
  }

  .ndtv-wSub-schedule-item>.ndtv-wSub-speaker-info {
    grid-column: auto;
  }

  .ndtv-wSub-schedule-item>.ndtv-wSub-speaker-info:nth-child(2n + 2) {
    grid-column: 2;
  }

  .ndtv-wSub-schedule-item>.ndtv-wSub-speaker-info:nth-child(2n + 3) {
    grid-column: 3;
  }
}

@media (max-width: 768px) {
  .secSchdl {
    margin-top: 50px;
  }

  .secSchdl .pageTitle {
    font-size: 32px;
    line-height: 1;
  }

  .ndtv-wSub-schedule-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
  }

  .ndvt_schd_head {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0 0 14px 0;
  }

  .ndvt_schd_head:after {
    display: none;
  }

  .ndtv-wSub-schedule-item>.ndtv-wSub-speaker-info {
    grid-column: 1;
  }

  .ndvt_schd_head h3 {
    font-size: 26px;
  }
}

/*===Sponsors===*/

.secSponsors {
  background: #fff;
  padding: 50px 0;
  margin-top: 150px;
}

.pageTitle {
  color: #020714;
  font-size: 50px;
  font-family: "Black Ops One", system-ui;
  line-height: 1.3;
  text-align: center;
}

.ndtv-wSummit-sponsorList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ndtv-wSummit-sponsorItem {
  text-align: center;
  flex-shrink: 0;
  width: 25%;
  margin-bottom: 30px;
}

.ndtv-wSummit-sponsorType {
  font-size: 12px;
  font-weight: 600;
  color: #020714;
  margin-bottom: 15px;
}

.ndtv-wSummit-sponsorWrap {
  margin-top: 40px;
}

.ndtv-wSummit-sponsorItem img {
  width: auto;
  max-width: 150px;
  max-height: 70px;
  display: inline-block;
}

@media (max-width: 768px) {
  .ndtv-wSummit-sponsorItem {
    width: 50%;
  }

  .ndtv-wSummit-sponsorItem img {
    max-width: 120px;
    max-height: 50px;
  }

  .pageTitle {
    font-size: 32px;
    line-height: 1;
  }
}

.lodmor-btn {
  color: #fff !important;
  display: inline-block;
  background: #162744;
  padding: 10px 35px;
  border-radius: 4px;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
}


/*Footer*/

.ndtv-spl .ft-sticky {
  background-color: #07162f;
  box-shadow: none;
}

.ft-sticky_search .footer_search input::placeholder {
  color: #fff !important;
  ;
}

.ft-sticky_search .footer_search .footer_searchicon {
  filter: invert();
}

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

.ft-sticky:not(.home .ft-sticky) {
  margin-top: 100px;
}

.ft-sticky--collapse .section_head span {
  background: #00336f;
}

.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;
}

/*==== Inside pages ===*/
.nshp_bdmcrum {
  display: none;
}

.nshp_news_bxwrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.nshp_news_bxwrap ul li {
  width: calc(100% / 3 - 20px);
  display: flex;
  flex-direction: column;
  padding: 0px;
  border: 0 !important;
}

.custom_theme .nshp_wrap1260 .nshp_news_bxthumb {
  width: 100% !important;
  aspect-ratio: 16/9;
  margin-bottom: 15px;
}

.nshp_news_sbh_inactive,
.nshp_news_suhlink_active {
  font-size: 12px;
  color: #c4c4c4;
  display: none;
}

.nshp_news_headline a {
  font-size: 16px !important;
  line-height: 23px !important;
  font-weight: 600 !important;
  color: #fff !important;
}

.nshp_news_infor {
  padding: 0;
}

.nshp_news_infor p {
  display: none;
}

.nshp_news_bxthumb img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news-detail .nshp_wrap1260 .nshp_lhs {
  width: 100%;
}

.nshp_news_lhs {
  width: 80%;
  padding-right: 25px;
}

.nshp_news_rhs {
  width: 20%;
  padding-right: 30px;
}

.nshp_watchvid_headline {
  margin-top: 50px;
  color: #fff;
  font-weight: 500;
  line-height: 40px;
  font-family: var(--font-inter);
}

.ntv_news_slink a.ntv_fb,
.ntv_news_slink a.ntv_gp,
.ntv_news_slink a.ntv_linked,
.ntv_news_slink a.ntv_mail,
.ntv_news_slink a.ntv_pin,
.ntv_news_slink a.ntv_redit,
.ntv_news_slink a.ntv_tw,
.ntv_news_slink a.snapchat-icon,
.ntv_news_slink a.koo-icon,
.ntv_news_slink a.ntv_koo,
.news_st_sharebar a.n_email,
.news_st_sharebar a.n_print,
.n_comments {
  background-image: url(https://cdn.ndtv.com/ui/special/2025/world-summit/images/nshp_sprite_07.svg) !important;
}

.nshp_news_lhs .nshp_news_topshare {
  border-bottom: 1px solid #27558c;
  border-top: 1px solid #27558c;
}

.nshp_news_rhs .nshp_alsoread_wrap p,
.nshp_news_lhs p,
.story_dateline,
.st_sharebar_new1 .st_sharebar_left p,
.ins_dateline,
.ins_dateline a,
.news_st_wrap .description_info {
  color: #fff;
}

.story_dateline {
  font-size: 12px;
}

.nshp_news_lhs .news_storybody {
  max-width: 100%;
}

.new_top10list strong {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.nshp_news_lhs p {
  font-size: 15px;
}

.ins_nextstory {
  border-top: 0;
}

.nshp_news_rhs .nshp_alsoread_wrap span,
.nshp_news_rhs .nshp_alsoread_wrap span a {
  color: #ced2d7;
}

.nshp_news_rhs .nshp_alsoread_wrap h2 {
  color: #fff !important;
}

.ins_keyword {
  text-align: center;
}

.ins_keyword a {
  font-size: 14px;
  color: #fff;
}

.nshp_news_rhs .nshp_alsoread_wrap ul li {
  border-top: 1px solid #27558c;
}

.news_st_wrap .description_info {
  border-bottom: 1px solid #27558c;
}

.videos-detail .nshp_wrap1260 .nshp_lhs {
  width: 100%;
}

.videos-detail .nshp_wrap1260 .videobox {
  width: 100%;
}

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

.videos-detail .nshp_wrap1260 .videobox p {
  font-size: 16px;
  color: #fff;
}

.highlights-2024 .nshp_abtexpt_discbox p {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

.new_top10list h3 {
  border-bottom: 1px solid #27558c;
  text-align: left;
}

.blb_wr5 span {
  font-size: 15px;
  color: #fff;
}

.nshp_news_lhs .news_storybody {
  color: #fff;
}

@media (max-width: 768px) {
  .nshp_top_headline:not(.home .nshp_top_headline) {
    margin-top: 50px;
  }

  .ft-sticky:not(.home .ft-sticky) {
    margin-top: 50px;
  }

  .nshp_news_bxwrap ul {
    gap: 20px
  }

  .nshp_news_bxwrap ul li {
    width: calc(100%/2 - 10px);
  }

  .custom_theme .nshp_wrap1260 .nshp_news_bxthumb {
    padding-left: 0;
  }

  .nshp_news_rhs,
  .nshp_news_lhs {
    width: 100%;
  }

  .nshp_news_lhs {
    padding-right: 0;
  }
}

.secJury {
  float: left;
  margin-top: 150px;
}

.secJury .pageTitle {
  color: #fff;
}

.secJury .page-heading {
  margin-bottom: 40px;
}

.nominee_wrap {
  position: relative;
  overflow: hidden;
  padding: 5px;
}

.nmnee_list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  height: 500px;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  align-content: baseline;
}

.nmnee_item {
  width: auto;
  display: flex;
  flex-direction: column;
  flex: 0 1 calc(100% / 4 - 19px);
  position: relative;
  overflow: hidden;
  z-index: 1;
  max-width: 234px;
}

.nmnee_thumb {
  position: relative;
  filter: none;
  margin-bottom: 0;
  border-radius: 5px;
  aspect-ratio: 1/1;
  overflow: hidden;
}

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

.show-full-height .lodmor-wrp {
  bottom: -100px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.nmnee_title {
  font-size: 15px;
  line-height: 21px;
  color: #fff;
}

.lodmor-wrp {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding-top: 30px;
}

.nmneeInfo {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}

.nmneeInfo p {
  line-height: 20px;
}

.nmnee_dtls_cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 0 10px 15px;
}

.nmnee_item:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, rgba(0, 30, 66, 0) 0%, #001E42 100%);
  z-index: 1;
}

.news_storybody p a {
  color: #6eacf7;
}

.news_storybody p a:hover {
  color: #fff;
}

.nshp_row {
  margin-bottom: 0;

}

@media (max-width: 480px) {

  .nmnee_title,
  .nmneeInfo p {
    font-size: 12px;
    line-height: 18px;
  }

  .nmnee_list {
    gap: 16px;
    height: 399px;
  }

  .nmnee_item {
    width: auto;
    flex: 0 0 calc(calc(100% / 2) - 8px);
  }

  .nmnee_thumb {
    height: 185px;
  }
}