*,
*::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%;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: #000;
}

a:active,
a:hover {
  outline-width: 0;
}

*,
a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul,
ol,
li {
  list-style: none;
}

b,
strong {
  font-weight: bolder;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

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

body {
  font-family: var(--font-noto);
  background-color: #fff !important;
}

:root {
  --font-inter: "Inter", sans-serif;
}

img {
  max-width: 100%;
  display: block;
  border-style: none;
}

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

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

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

  clear: both;
}

.nshp_top_headline {
  padding: 0;
}

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

.nshp_top_headline h2 {
  font-size: 45px;
  font-family: var(--font-inter);
  letter-spacing: -1px;
  font-weight: 400;
  color: #000 !important;
  text-transform: capitalize;
}

.nshp_widget_boxwrap {
  margin-bottom: 0;
  padding: 0;
}

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

/*====Header====*/
.nshp_row.custom_theme {
  margin-bottom: 0;
}

.custom_theme .nshp_nglobalnav_wrap {
  display: none;
}

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

.home.ndtv-spl .nshp_min_nav,
.nshp_min_nav.b_scn1 {
  background-color: transparent !important;
  background: transparent !important;
  min-height: auto;
  position: fixed;
  top: 0 !important;
  left: 0;
  padding: 10px 0;
  width: 100%;
  height: 60px;
  box-shadow: none;
}

.ndtv-spl .nshp_min_nav {
  background: rgba(2, 7, 20, 0.5);
  display: flex;
  min-height: auto;
  position: relative;
  top: 0 !important;
  left: 0;
  padding: 17px 0;
}

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

.custom_theme .nshp_mobtopnav_link {
  background: transparent;
  display: inline-block !important;
  box-shadow: none;
  height: auto;
}

.brgMnLg {
  display: flex;
  align-items: flex-start;
}

.custom_theme .nshp_mobtopnav_link {
  background: transparent;
}

#bug_menu {
  width: 24px;
  height: 24px;
  position: relative;
  margin: 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;
}

#bug_menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #9b6441 !important;
  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;
}

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

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

.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: 13px;
}

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

.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: 0;
  top: 6px;
}

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

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

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

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

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

#bug_menu.open {
  opacity: 0;
}

.mobileNavOuter {
  position: absolute;
  background: #9b6441 !important;
  position: fixed;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  width: 300px;
  left: 20px !important;
  top: 20px;
  padding: 10px 0;
  height: 35dvh !important;
  transform-origin: left top;
  scale: 0;
  transition: all 300ms ease-in-out;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.mobileNavOuter.visible {
  transform: translate(0);
  opacity: 1;
  visibility: visible;
  scale: 1;
}

.MenuList li span {
  position: relative;
  display: inline-block;
  padding: 0;
  transition: transform 0.5s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  width: 100%;
}

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

.MenuList li a:hover span {
  transform: rotateX(90deg) translateY(-12px);
  color: inherit;
}

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

.nshp_nglobalnav_mwrap .nshp_top_navmview {
  background: transparent;
}

.nshp_nglobalnav_mwrap {
  display: none !important;
}

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

.search_fix.share_fix.ndtv_nav_sticky {
  position: fixed;
  background-color: rgb(255 255 255 / 50%) !important;
  backdrop-filter: blur(22px);
}

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

.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;
  color: #202020;
  font-weight: 600;
}

.custom_theme .nshp_min_nav ul li {
  border-bottom: 1px solid #ffffff24 !important;
}

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

.custom_theme .nshp_min_nav li a {
  color: #fff;
}

.custom_theme .nshp_min_nav li a {
  padding: 12px 0px;
  line-height: 22px;
}

.custom_theme .topnav_rhs {
  height: auto;
  top: 0;
  right: 0;
  position: relative;
}

.custom_theme .shrBtn {
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: transparent;
  background-image: none;
  border: 1px solid #9b6441;
  background-size: 12px;
  width: 26px;
  height: 26px;
}

.custom_theme .shrBtn::after {
  content: "";
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto;
  -webkit-mask: url(https://cdn.ndtv.com/ui/special/2024/kumbh/images/share-icn.svg)
    center center no-repeat;
  mask: url(https://cdn.ndtv.com/ui/special/2024/kumbh/images/share-icn.svg)
    center center no-repeat;
  background-color: #9b6441;
  box-sizing: border-box;
  margin-left: 5px;
}

.custom_theme .topnav_rhs div.actvbtn:after {
  background-color: #9b6441;
}

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

.rytBtns .btnTp:not(.noBtn):hover,
.shrBtn:hover {
  background-color: transparent;
  border-color: #9b6441;
}

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

.custom_theme .topnav_rhs a.actvbtn,
.custom_theme .topnav_rhs div.actvbtn {
  background-color: transparent;
  border-color: transparent;
}

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

.custom_theme .ntv_vid_slink.animated {
  display: flex;
  border-radius: 30px;
  padding: 4px 0;
  padding-right: 2px;
  padding-right: 2px;
  top: -2px;
  transform: scaleX(1);
  opacity: 1;
  border: 1px solid #9b6441;
  padding-right: 30px;
  padding-left: 4px;
  background: transparent;
  z-index: 1;
}

.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: #9b6441;
}

.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: #9b6441;
  border: 1px solid #9b6441;
  width: 92px;
  height: 27px;
  border-radius: 23px;
  justify-content: end;
  position: relative;
  overflow: hidden;
  transition: all ease-in 0.3s;
}

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

.nshp_widget_boxwrap,
.rhs_widgmid_wbg {
  background: transparent;
  padding: 0;
}

.custom_theme .nshp_top_headline {
  background: transparent !important;
}

.rytBtns .bckBtn:last-child:hover::before {
  background-color: #9b6441;
}

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

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

.ntv_vid_slink .sclBtn:hover::before {
  background: #bd822d;
}

.closeBtn {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 999999999;
  width: 24px;
  height: 24px;
  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: 767px) {
  .mobileNavOuter {
    width: calc(100% - 30px) !important;
    left: 15px !important;
    top: 15px !important;
  }

  .ndtv-spl .nshp_min_nav,
  .home.ndtv-spl .nshp_min_nav {
    padding: 15px;
    display: flex;
    align-items: center;
    height: auto;
    margin-bottom: 0;
  }

  #bug_menu {
    margin-top: -3px;
  }

  .mblLg {
    display: none;
  }

  .nshp_min_nav.b_scn1.mobile_menu.m_nav_sty.search_fix.share_fix {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(22px);
  }

  .custom_theme .nshp_mobtopnav_link {
    padding-inline: 0;
  }
}

.top_video_wrap,
.tp_vdbox {
  margin-bottom: 0;
}

.tp_vdbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.1;
}

.mutestart_cont {
  z-index: 1;
}

.mutestart_cont {
  width: 30px;
  background-color: #fff;
  text-align: center;
}

.mute_off_icon,
.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;
  display: inline-block;
}

.mute_off_icon {
  width: 22px;
  background-position: -13px -7px;
  height: 29px;
}

/*====Hero Section====*/
.ndtv-spl .ndtv-wSummit-livePlrSec {
  height: auto;
  min-height: calc(100dvh);
  display: flex;
  align-items: center;
  background-image: url(../images/hero_img.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.custom_theme .vid_socwid_wrap {
  display: none;
}

.custom_theme .ndtv-wSummit-livePlrSec .videobox {
  border-radius: 6px;
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
  float: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.ndtv-spl .ndtv-wSummit-livePlrSec .nshp_widget_top {
  display: none;
}

.nshp_wrap1260 .nshp_widget_mid .videobox div {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  max-width: 795px;
  padding-bottom: 0 !important;
  aspect-ratio: 16/9;
  border-radius: 10px;
  flex: 1;
}

.nshp_wrap1260 .nshp_widget_mid .videobox div iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.custom_theme .ndtv-wSummit-livePlrSec .videobox::before {
  content: "";
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 330px;
  height: 240px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/ilu.png);
  transform: translateY(0%);
  opacity: 1;
  transition: 0.5s ease-out 0.3s;
}
/* Abou us */
.ndtv-spl .nshp_abtexpt_box {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.nshp_widget_boxwrap.about_widget {
  background: #ffefdc;
  background-image: url(../images/about_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 80px;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.nshp_widget_boxwrap.about_widget:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(61, 67, 21, 0) 0%, #3d4315 100%);
  z-index: -1;
}
.about_widget .nshp_top_headline h2,
.about_widget .nshp_abtexpt_box p {
  color: #fff !important;
}
.about_widget .nshp_widget_top,
.about_widget .rhs_widgmid_wbg {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  float: none;
}

.nshp_abtexpt_pic_thumb {
  order: 2;
  text-align: center;
  margin-top: -120px;
}
.nshp_abtexpt_pic_thumb img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.nshp_abtexpt_box p {
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
}

/* award categories */

.psco_Awardsec {
  background: #ffefdc;
  padding-top: 80px;
  position: relative;
}

.psco-awrdsList {
  display: flex;
  width: 100%;
  gap: 24px;
  flex-wrap: wrap;
}

.psco-awrdsItem {
  width: calc(100% / 4 - 18px);
  background: #bd822d;
  border-radius: 10px;
  padding: 15px;
}

.psco-awrd-ttl {
  font-size: 18px;
  color: #fefcdb;
  letter-spacing: -0.5px;
  line-height: 24px;
}

.psco-awrd-icn {
  width: 50px;
  flex-shrink: 0;
}

.psco-awrd_head {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
}

.psco-awrd-info {
  font-size: 13px;
  color: #fefcdb;
  line-height: 18px;
  margin-top: 7px;
}

.psco-awrdsList:hover .psco-awrdsItem:not(:hover) * {
  opacity: 0.7;
  transition: opacity ease-in 0.3s;
}

.psco_ards_image {
  display: flex;
  justify-content: flex-end;
  margin-top: -150px;
}

.psco_ards_image img {
  width: auto;
}

.psco_leaf {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.psco_leaf span:first-child {
  animation: leaf1 4s infinite ease-in-out alternate;
  transform-origin: bottom center;
}

.psco_leaf span:last-child {
  width: 65px;
  position: relative;
  right: 43px;
  animation: leaf2 4s infinite ease-in-out alternate;
  transform-origin: bottom center;
}

@keyframes leaf1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(8deg);
  }
}

@keyframes leaf2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-10deg);
  }
}

.psco_heading,
.pageTitle {
  font-size: 45px;
  font-family: var(--font-inter);
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 1.4;
  color: #000 !important;
  text-transform: capitalize;
}

/* overview  */
.psco-ovrv_container {
  max-width: 100%;
  margin-top: 90px;
  position: relative;
  overflow: hidden;
  padding: 60px 90px;
  background: linear-gradient(180deg, #fff4e5 0%, #f1c588 100%);
}

.psco-ovrv_container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 104px;
  background: url(https://cdn.ndtv.com/ui/special/2025/pepsico/images/overview-bg.png)
    repeat-x center;
  z-index: 1;
}

.psco-ovrv_heading {
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #1a1a1a;
}

.psco-ovrv_description {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 60px;
  color: #000;
}

.psco-ovrv_objectives-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #1a1a1a;
}

.psco-ovrv_objectives-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 80px;
  margin-bottom: 40px;
  width: 63%;
}

.psco-ovrv_objective-item {
  display: flex;
  gap: 20px;
}

.psco-ovrv_objective-number {
  font-size: 20px;
  font-weight: 700;
  color: #6b4423;

  flex-shrink: 0;
}

.psco-ovrv_objective-content {
  flex: 1;
}

.psco-ovrv_objective-title {
  font-size: 18px;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.psco-ovrv_objective-title strong {
  color: #6b4423;
  font-weight: 600;
}

.psco-ovrv_objective-description {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.psco-ovrv_objective-description strong {
  color: #1a1a1a;
  font-weight: 700;
}

.psco-ovrv_highlight-link {
  color: #0066cc;
  text-decoration: underline;
}

.psco-ovrv_grphic {
  position: relative;
  bottom: 0;
  right: 0;
  z-index: 2;
  float: right;
  margin: -250px -90px -60px 0;
}

.psco-ovrv_grphic img {
  width: auto;
}

.psco-ovrv_btm {
  margin-left: -90px;
  margin-right: -90px;
}

.psco_ovr_btmshp {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.psco-ovrv_btm .psco_leaf {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  transform: rotateY(185deg);
  padding-top: 10px;
}

.psco-ovrv_btm .psco_leaf img {
  height: 110px;
}

@media (max-width: 768px) {
  .psco-ovrv_container {
    padding: 20px;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 20px;
  }

  .psco-ovrv_objective-title {
    font-size: 16px;
  }

  .psco-ovrv_heading {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .psco-ovrv_objectives-grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .psco-ovrv_objectives-title {
    font-size: 22px;
    font-weight: 400;
  }

  .psco-ovrv_description {
    margin-bottom: 20px;
  }
}

/* videos */
.ndtv-wSummit-videolist {
  padding-top: 40px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #ffefdc;
  margin-top: 80px;
  padding-bottom: 30px;
}

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

.nshp_widget_mid {
  padding: 0;
}

.nshp_vid_bxthumb {
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
}

.nshp_vid_bxthumb .nshp_vid_playbx {
  font-size: 0;
  text-indent: -99999px;
  background: transparent;
  padding: 0;
  bottom: 10px;
  left: 10px;
  height: auto;
  line-height: 0;
  z-index: 1;
}

.nshp_vid_bxthumb span {
  background-image: url(https://cdn.ndtv.com/ui/special/2025/pepsico/images/play-icon.svg);
  background-position: center;
  width: 25px;
  height: 25px;
  background-size: 100%;
}

.nshp_vid_bxthumb::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  pointer-events: none;
}

.nshp_wrap1260 .nshp_video_box {
  max-width: none;
  width: calc(100% / 4 - 19px);
}

.nshp_wrap1260 .nshp_video_box:nth-child(4n) {
  margin-right: 0;
}

.nshp_wrap1260 .nshp_video_box:nth-child(5n) {
  margin-right: 19px;
}

.nshp_vid_bxinfo a {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

/* Knowledge Partner Section */
.psco-knldgPrt {
  background: #bd822d;
  padding: 60px 0;
  color: white;
}

.psco-knldgPrt__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.psco-knldgPrt__title {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  max-width: 500px;
  letter-spacing: -0.5px;
}

.psco-knldgPrt__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.psco-knldgPrt__logo-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.psco-knldgPrt__logo-text {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
}

.psco-knldgPrt__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.psco-knldgPrt__paragraph {
  font-size: 16px;
  line-height: 1.6;
  max-width: 800px;
  font-weight: 300;
}

/* Selection Process Section */
.psco-selcPrcs {
  background-color: white;
  padding: 60px 0;
  min-height: 400px;
}

.psco-selcPrcs__badge {
  display: inline-block;
  background-color: #4a90e2;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.psco-selcPrcs__title {
  font-size: 48px;
  font-weight: 300;
  color: #1a1a1a;
  margin-bottom: 40px;
  letter-spacing: -0.5px;
}

.psco-selcPrcs__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.psco-selcPrcs__paragraph {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  max-width: 900px;
  font-weight: 300;
}

.psco_inner {
  max-width: 60%;
  margin: 0 auto;
}

.psco-knldgPrt .psco_heading {
  color: #fff !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .psco-knldgPrt {
    padding: 40px 24px;
  }

  .psco-knldgPrt__header {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 10px;
  }

  .psco-knldgPrt__title {
    font-size: 36px;
  }

  .psco-knldgPrt__logo {
    align-self: flex-start;
  }

  .psco-selcPrcs {
    padding: 40px 24px;
  }

  .psco-selcPrcs__title {
    font-size: 36px;
  }
}

/* Jury */
.nmnee_list {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.nmnee_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-basis: 18%;
  max-width: 18%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.nmnee_thumb {
  overflow: hidden;
  position: relative;
  aspect-ratio: 2/3;
}

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

.nmnee_title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 23px;
  color: #fff;
}

.nmneeInfo p {
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  color: #fff;
  padding: 0;
}

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

.nmnee_item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(37, 35, 45, 0) 0%, #25232d 100%);
  z-index: 0;
}

.secJury {
  padding-top: 80px;
}

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

.psco-cta a {
  background: #4c0200;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 15px;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease;
}

.psco-cta {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  left: 50%;
  transform: translate(-50%, -50%);
  gap: 10px;
  bottom: 15%;
}

.psco-cta a span {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.bird-container {
  position: absolute;
  right: 30px;
  /* animation: fly 8s ease-in-out infinite; */
  height: 140px;
  width: 30%;
  top: 0;
}

@keyframes fly {
  0%,
  100% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(-100px, -30px);
  }

  50% {
    transform: translate(-200px, 0);
  }

  75% {
    transform: translate(-100px, 30px);
  }
}

.bird {
  position: absolute;
  width: 72px;
  height: 36px;
}

.bird svg {
  width: 100%;
  height: 100%;
}

.wing {
  animation: wingFlap 0.6s ease-in-out infinite;
  transform-origin: left center;
}

@keyframes wingFlap {
  0%,
  100% {
    transform: scaleY(1);
  }

  50% {
    transform: scaleY(0.5);
  }
}

/* Bird 1 - Top right area */
.bird1 {
  bottom: 0;
  opacity: 0;
  left: 30%;
  width: 42px;
  animation: fly1 12s ease-in-out infinite;
}

@keyframes fly1 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }

  100% {
    transform: translate(350px, -80px);
    opacity: 0;
  }
}

/* Bird 2 - Middle right */
.bird2 {
  bottom: 0;
  opacity: 0;
  left: 20%;
  animation: fly2 12s ease-in-out infinite 2s;
  width: 50px;
  height: 30px;
}

.bird2 .wing {
  animation-duration: 0.7s;
}

@keyframes fly2 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }

  100% {
    transform: translate(350px, -50px);
    opacity: 0;
  }
}

/* Bird 3 - Far right */
.bird3 {
  bottom: 0;
  opacity: 0;
  left: 20%;
  animation: fly3 10s ease-in-out infinite 6s;
  width: 30px;
  height: 27px;
}

.bird3 .wing {
  animation-duration: 0.65s;
}

@keyframes fly3 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }

  100% {
    transform: translate(350px, -60px);
    opacity: 0;
  }
}

/* Bird 4 - Left side */
.bird4 {
  top: 25%;
  left: 8%;
  animation: fly4 18s ease-in-out infinite 6s;
  width: 48px;
  height: 24px;
}

.bird4 .wing {
  animation-duration: 0.75s;
}

@keyframes fly4 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(120px, -20px);
  }
}

@media only screen and (max-width: 767px) {
  .bird-container {
    right: 0;
    height: 60px;
    width: 35%;
    top: 0;
    display: none;
  }

  .counter_wrap {
    display: none;
  }
}

/* Photos panel css */

/* Gallery Styles */
.spl-photo_gallerySec {
  padding-bottom: 50px;
  padding-top: 50px;
}

.spl-photo_gallerySec .pageTitle {
  margin-bottom: 20px;
  line-height: 1;
}

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

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

.spl-photo_main img {
  width: 100%;
  border-radius: 5px;
  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;
  border-radius: 0 0 10px 10px;
  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: rgba(0, 0, 0, 0.3);
  border-radius: 5px;

  position: relative;
  transition: border-color 0.2s ease;
  font-size: 0;
  border: 1px solid transparent;
}

.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;
  border-radius: 5px;
  /* 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;
  border-radius: 5px;
  width: 100%;
  aspect-ratio: 16/9;
  padding-bottom: 59.26%;
}

/* Schedule */
.secSchdl {
  margin-top: 80px;
}
.schedule .nshp_top_headline h1,
.schedule-2025 .pageTitle {
  color: #fff;
}

.ndtv-wSub-scheduleList {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.ndtv-wSub-scheduleList .ndtv-wSub-schedule-item {
  flex: 0 1 calc(20% - 15px);
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 1.4;
  max-height: 300px;
  overflow-y: auto;
}

.ndtv-wSub-event {
  font-weight: 600;
  font-size: 14px;
}

.ndtv-wSub-speaker-info {
  display: flex;
  margin-top: 10px;
}

.ndtv-wSub-speakerThumb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 48px;
}

.ndtv-wSub-speaker-details {
  font-size: 14px;
  padding-left: 10px;
}

.ndtv-wSub-speaker-details h4 {
  margin-bottom: 5px;
  font-weight: 600;
}

.ndtv-wSub-speaker-details p {
  padding: 0;
  line-height: 1.3;
}

.ndtv-wSub-speaker-details p:not(:last-child) {
  margin-bottom: 10px;
}

.ndtv-wSub-schedule-item h3 {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-size: 13px;
  margin: 0 0 10px 0;
  background: #9b683e;
  border-radius: 3px;
}

.ndtv-wSub-schedule-container + .ndtv-wSub-schedule-container {
  margin-top: 50px;
}

.ndtv-wSub-schedule-header {
  margin-bottom: 1rem;
}

/* Stories */
.news-list-222 {
  background-color: #fff4e5;
  padding: 50px 0;
}
.nshp_news_bxwrap ul {
  all: unset;
  display: grid;
  grid-template-columns: repeat(2, 1fr) repeat(2, 1fr);
  gap: 24px;
  grid-auto-rows: auto;
}
.news-list-222 .nshp_widget_top,
.news-list-222 .nshp_widget_mid {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  float: none;
}

.nshp_news_bxwrap ul li:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.nshp_news_bxwrap ul li:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.nshp_news_bxwrap ul li:nth-child(3) {
  grid-column: 2 / 4;
  grid-row: 1 / 3;
}

.nshp_news_bxwrap ul li:nth-child(4) {
  grid-column: 4;
  grid-row: 1;
}

.nshp_news_bxwrap ul li:nth-child(5) {
  grid-column: 4;
  grid-row: 2;
}
.nshp_news_bxwrap ul li {
  float: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 0;
}
.nshp_news_bxwrap ul li .nshp_news_bxthumb {
  width: 100% !important;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 10px;
}
.nshp_news_bxwrap ul li .nshp_news_bxthumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
}
.nshp_news_infor {
  padding: 0;
}
.nshp_news_bxwrap ul li .nshp_news_headline a {
  font-size: 16px !important;
  font-family: var(--font-inter);
  line-height: 23px !important;
}
.nshp_news_bxwrap ul li:nth-child(3) .nshp_news_headline a {
  font-size: 22px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
}
.nshp_news_bxwrap ul li .nshp_news_sbh_inactive,
.nshp_news_bxwrap ul li .nshp_news_suhlink_active,
.nshp_news_bxwrap ul li p {
  display: none;
}

/* Winners */
.spl-wnrs .nmnee_item {
  width: calc(100% / 5 - 20px);
}
.spl-wnrs .nmnee_list {
  justify-content: flex-start;
}
.ndtv-spl .nshp_min_nav:not(.home.ndtv-spl .nshp_min_nav) {
    background: #fff5e8 !important;
}
.videos .ndtv-wSummit-videolist {
    margin-top: 0;
}
.videos-detail .nshp_wrap1260 .nshp_widget_mid .videobox div{
  max-width: 100%;
}
.videos-detail .nshp_wrap1260 .nshp_lhs{
  width: 100%;
}
.nshp_bdmcrum{
  margin: 10px 0 10px;
}
.nshp_bdmcrum ul li a.bmmactive{
  color: #000;
}

.nshp_bdmcrum ul li{
  display: inline-block;
}
.nshp_bdmcrum ul li a.bmmactive{
  line-height: 1;
}

/* Photos Page */

.ndtv-wSub-gallery-container {
  width: 100%;
  margin-bottom: 12px;
  gap: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ndtv-wSub-column {
  flex: 0 1 calc(33.3% - 9px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
}

.ndtv-wSub-gallery-item-container {
  margin-bottom: 0;
  width: 100%;
  flex-wrap: wrap;
}

.ndtv-wSub-gallery-container img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.ndtv-wSub-gallery-item:hover {
  opacity: 0.8;
}

.ndtv-wSub-main-image {
  /* width: 618px; */
  overflow: hidden;
  flex: 2;
  padding: 0;
  margin: 0 0 0 12px;
  /* min-width: 573px; */
}

.ndtv-wSub-column.col-3 {
  flex-direction: row;
  margin-top: 12px;
  flex-basis: 100%;
  gap: 12px;
}

.ndtv-wSub-column .ndtv-wSub-gallery-item-container a {
  display: block;
  aspect-ratio: 16/9;
  position: relative;
}

.ndtv-wSub-main-image a {
  display: block;
  aspect-ratio: 16/9;
  position: relative;
}
@media (max-width: 768px) {
  .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(33.333% - 10px);
  }
}

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

  .spl-photo_caption .spl-photo_caption-ttl {
    font-size: 0.95rem;
  }

  .spl-photo_thumb {
    display: none;
  }

  .spl-photo_thumb:nth-child(-n + 3),
  .spl-photo_thumb:last-child {
    display: block;
  }
}
@media (max-width: 768px) {
  .ndtv-spl .ndtv-wSummit-livePlrSec {
    min-height: auto;
    background-size: cover;
  }
  .nshp_widget_boxwrap.about_widget {
    padding-top: 30px;
  }

  .nshp_abtexpt_discbox {
    padding-top: 0;
  }

  .ndtv-wSummit-videolist,
  .nshp_wrap1260,
  .nshp_widget_boxwrap.about_widget {
    padding-inline: 15px;
  }

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

  .nshp_top_headline {
    padding: 0 !important;
  }

  .ndtv-spl .nshp_abtexpt_box {
    flex-direction: column;
    margin-top: 0;
  }

  .nshp_top_headline {
    margin-bottom: 20px;
  }

  .psco_Awardsec {
    padding-top: 30px;
  }

  .psco-awrdsItem {
    width: calc(100% / 2 - 7px);
    padding: 10px;
  }

  .psco-awrdsList {
    gap: 14px;
  }

  .nshp_top_headline h2,
  .psco_heading,
  .pageTitle {
    font-size: 26px;
  }

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

  .psco-awrd-icn {
    width: 22px;
  }

  .psco_ards_image > img {
    width: 180px;
    align-self: end;
  }

  .psco_leaf span img {
    height: 70px;
  }

  .psco_ards_image {
    margin-top: 20px;
  }

  .psco_leaf span:last-child {
    right: 0;
  }

  .psco-ovrv_grphic {
    width: auto;
    max-width: 160px;
    margin: 0 -20px -20px 0;
  }

  .psco_ovr_btmshp {
    max-width: 140px;
  }

  .psco-ovrv_btm .psco_leaf {
    left: 0;
    bottom: 30px;
  }

  .psco-ovrv_btm .psco_leaf img {
    height: 70px;
  }

  .nshp_vid_bxthumb span {
    width: 15px;
    height: 15px;
  }

  .nmnee_list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 19px;
  }

  .nmnee_item {
    flex-shrink: 0;
    width: 47%;
    flex-grow: 0;
    flex-basis: 47%;
    max-width: none;
  }

  .nshp_wrap1260 .nshp_widget_mid .nshp_video_box {
    margin-right: 12px !important;
  }

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

  .psco_inner {
    max-width: 100%;
  }

  .secJury {
    padding-top: 30px;
  }

  .psco-awrd-ttl {
    font-size: 15px;
    line-height: 19px;
  }

  .psco-awrd_head {
    gap: 10px;
  }

  .psco-selcPrcs__content {
    gap: 0;
  }

  .psco-cta {
    width: 100%;
    bottom: 5%;
    justify-content: center;
  }

  .psco-cta a {
    font-size: 14px;
  }
  .custom_theme .ndtv-wSummit-livePlrSec .videobox {
    flex-direction: column;
    border-radius: 0;
    gap: 20px;
  }
  .custom_theme .ndtv-wSummit-livePlrSec .videobox::before {
    max-width: 170px;
    height: 110px;
    margin-top: 60px;
  }
  .nshp_news_bxwrap ul {
    grid-template-columns: 1fr;
  }

  .nshp_news_bxwrap ul li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .nshp_news_bxwrap ul li:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .nshp_news_bxwrap ul li:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  .nshp_news_bxwrap ul li:nth-child(4) {
    grid-column: 1;
    grid-row: 4;
  }
  .nshp_news_bxwrap ul li:nth-child(5) {
    grid-column: 1;
    grid-row: 5;
  }
  .nshp_abtexpt_pic_thumb {
    margin-top: 0;
  }
  .news-list-222 {
    padding-inline: 15px;
  }
  .nshp_news_bxwrap ul li .nshp_news_bxthumb {
    padding-left: 0;
  }
  .nshp_abtexpt_pic_thumb img {
    max-width: 45%;
  }
  .ndtv-wSub-scheduleList {
    flex-direction: column;
  }
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-3px);
  }

  75% {
    transform: translateX(3px);
  }
}

.psco-cta a:hover {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
  transform: translateY(-3px);
}

.psco-cta a:hover span {
  transform: translateX(3px);
}

/* Footer */

.ndtv-spl .ft-sticky {
  background-color: #603c0a;
  box-shadow: none;
  margin-top: 50px;
}

.ndtv-spl .ft-sticky:not(.home .ndtv-spl .ft-sticky) {
  margin-top: 0;
}

.ft-sticky_search .footer_search {
  background-color: rgba(255, 255, 255, 0.25) !important;
}

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

.section_head span {
  background: rgba(255, 255, 255, 0.25) !important;
}

.ft-sticky_search .footer_search input::placeholder {
  text-transform: lowercase;
  color: #e2e2e2;
  font-weight: 400 !important;
}

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

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

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

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

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

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

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

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