:root {
    --clr-1: rgb(255, 255, 255);
    --clr-2: #EDFFA8;
    --font-primary: "Google Sans", sans-serif;
}

* {
    box-sizing: border-box;
}

li {
    margin: 0;
    padding: 0;
}

form,
li,
ul {
    list-style-type: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    color: #d9aca3;
}

img {
    display: block;
    max-width: 100%;
    width: auto;
}

.container {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
}

body {
    background: #0D3316;
    font-family: var(--font-primary);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.nshp_wrap1260,
.nshp_min_nav .mainnav_1260 {
    max-width: 1330px;
    width: 100%;
    padding: 0;
}

.nshp_widget_boxwrap,
.nshp_top_headline,
.rhs_widgmid_wbg,
.spl_scenarios_fullwidth,
.mainstorywrap6 {
    background: transparent !important;
    padding: 0;
}

.nshp_widget_boxwrap {
    margin-bottom: 0;
}

.nshp_widget_mid {
    padding: 0;
}

.nshp_row {
    margin-bottom: 0;
}

.nshp_top_headline h2,
.nshp_top_headline h1 {
    font-family: var(--font-primary) !important;
    font-weight: 400 !important;
    color: #C8FF00 !important;
    font-size: 50px;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    float: none !important;
    margin-top: 50px;
    margin-bottom: 40px;
}

/*----Nav------*/
.ndtv-spl .nshp_header {
    margin-top: 0;

}

.home.ndtv-spl .nshp_min_nav,
.search_fix.share_fix.ndtv_nav_sticky,
.nshp_min_nav.b_scn1.mobile_menu.m_nav_sty.search_fix.share_fix {

    min-height: auto;
    position: fixed;
    top: 0 !important;
    left: 0px;
    padding: 10px 0;

}

.nshp_min_nav.b_scn1.mobile_menu {

    display: flex;
    align-items: center;
}

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

.custom_theme .nshp_mobtopnav_link {
    background: transparent;
    display: inline-block;
    box-shadow: none;
    padding-left: 0;
}

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

#bug_menu span:nth-child(4) {
    width: 30%;
}

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

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

.mobileNavOuter {
    position: absolute;
    background: #0D3316 !important;
    position: fixed;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    width: 300px;
    left: 20px !important;
    top: 20px;
    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;
    border: solid 1px #099229;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

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

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

.nshp_nglobalnav_mwrap .nshp_top_navmview {
    background: transparent;
}

.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 {
    font-size: 15px !important;
}

.search_fix.share_fix.ndtv_nav_sticky {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    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: var(--clr-2);
    font-family: var(--font-primary);
    font-weight: 400;
}

.custom_theme .nshp_min_nav ul li {
    border-bottom: solid 1px rgba(106, 106, 106, 0.3);
}

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

.custom_theme .nshp_min_nav li a {
    color: #fff;
    text-transform: capitalize;
}

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

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

.custom_theme .shrBtn {
    display: inline-block;
    position: relative;
    z-index: 1;
    background-color: transparent;

    border: 1px solid var(--clr-1);
    background-size: 10px;
    width: 26px;
    height: 26px;
}

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

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

.shrBtn.actvbtn::after {
    background: #000 !important;
}

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

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

.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_insta::before {
    mask: url('data:image/svg+xml,%3Csvg%20fill%3D%22%23fff%22%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22Layer%201%22%3E%3Cpath%20d%3D%22M17.34%205.46a1.2%201.2%200%201%200%201.2%201.2%201.2%201.2%200%200%200-1.2-1.2m4.6%202.42a7.6%207.6%200%200%200-.46-2.43%204.9%204.9%200%200%200-1.16-1.77%204.7%204.7%200%200%200-1.77-1.15%207.3%207.3%200%200%200-2.43-.47C15.06%202%2014.72%202%2012%202s-3.06%200-4.12.06a7.3%207.3%200%200%200-2.43.47%204.8%204.8%200%200%200-1.77%201.15%204.7%204.7%200%200%200-1.15%201.77%207.3%207.3%200%200%200-.47%202.43C2%208.94%202%209.28%202%2012s0%203.06.06%204.12a7.3%207.3%200%200%200%20.47%202.43%204.7%204.7%200%200%200%201.15%201.77%204.8%204.8%200%200%200%201.77%201.15%207.3%207.3%200%200%200%202.43.47C8.94%2022%209.28%2022%2012%2022s3.06%200%204.12-.06a7.3%207.3%200%200%200%202.43-.47%204.7%204.7%200%200%200%201.77-1.15%204.85%204.85%200%200%200%201.16-1.77%207.6%207.6%200%200%200%20.46-2.43c0-1.06.06-1.4.06-4.12s0-3.06-.06-4.12M20.14%2016a5.6%205.6%200%200%201-.34%201.86%203.06%203.06%200%200%201-.75%201.15%203.2%203.2%200%200%201-1.15.75%205.6%205.6%200%200%201-1.86.34c-1%20.05-1.37.06-4%20.06s-3%200-4-.06a5.7%205.7%200%200%201-1.94-.3%203.3%203.3%200%200%201-1.1-.75%203%203%200%200%201-.74-1.15%205.5%205.5%200%200%201-.4-1.9c0-1-.06-1.37-.06-4s0-3%20.06-4a5.5%205.5%200%200%201%20.35-1.9A3%203%200%200%201%205%205a3.1%203.1%200%200%201%201.1-.8A5.7%205.7%200%200%201%208%203.86c1%200%201.37-.06%204-.06s3%200%204%20.06a5.6%205.6%200%200%201%201.86.34%203.06%203.06%200%200%201%201.19.8%203.1%203.1%200%200%201%20.75%201.1%205.6%205.6%200%200%201%20.34%201.9c.05%201%20.06%201.37.06%204s-.01%203-.06%204M12%206.87A5.13%205.13%200%201%200%2017.14%2012%205.12%205.12%200%200%200%2012%206.87m0%208.46A3.33%203.33%200%201%201%2015.33%2012%203.33%203.33%200%200%201%2012%2015.33%22%2F%3E%3C%2Fsvg%3E') center center no-repeat;
    mask-size: 100%;
}

.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: #fff;
    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:hover {
    background-color: #1e572b;
    border-color: #c8ff00;
}

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

.rytBtns .bckBtn:last-child:hover {
    color: #fff !important;
}

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

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

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

.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 #c8ff00;
    padding-right: 40px;
    padding-left: 10px;
    background: #1e572b;
    z-index: 1;
}

.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: 10px;
    mask-position: center;
    mask-repeat: no-repeat;
    background: #fafafa;
    transition: all 0.3s ease;
}

.custom_theme .shrBtn:hover {
    background-color: #1e572b;
    border-color: #c8ff00;
}

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

.custom_theme .mutestart_cont {
    display: none !important;
}

.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: #C8FF00;
    inset: 0;
    margin: auto;
    transform: rotate(-45deg);
    border-radius: 0;
}

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

/*----End Nav------*/
body {


    background-image: url(../images/grass-bg.png);
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: center 900px;
}

.custom_theme .tp_vdbox {
    height: 100vh !important;
    position: relative;
}

.custom_theme .tp_vdbox {
    margin-bottom: 40px;
}

.nd-Spl-iluWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: min(100%, 700px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.nd-Spl-ilu img {
    width: 100%;
    max-width: 380px;
}

.prtners-type {
    font-size: 13px;
    margin-bottom: 5px;
    color: #000
}

.nd-Spl-prtnrs {
    width: 100%;
}

.nd-Spl-prtnrs-list {
    display: flex;
    width: 100%;
    background: #fff;
    border-radius: 90px;
    padding: 10px 10px;
}

.prtners-logo img {
    width: 115px;
}

.prtners-logo {
    display: flex;
    gap: 10px;
    justify-content: center;
    border-right: 1px solid #000;
    padding-right: 15px;
    align-items: center;
    text-align: center;
    position: relative;
}

.logos_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.nd-Spl-prtnrs-item {
    text-align: center;
    position: relative;
    width: 70%;
}

.nd-Spl-prtnrs-item:not(:last-child) .prtners-logo {
    border-right: 0;
}

.nd-Spl-prtnrs-item:not(:last-child) .prtners-logo::before {
    content: '';
    position: absolute;
    right: 0;
    height: 70px;
    width: 1px;
    background: black;
    top: -22px;
}

.nd-Spl-prtnrs-item:not(:last-child) {
    padding-right: 15px;
    width: 30%;
}

.nd-Spl-prtnrs-item:last-child .prtners-logo:last-child {
    border-right: none;
}

#top_video::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #103518;
    z-index: 1;
    opacity: 0.75;
}

#top_video::after {
    background: linear-gradient(180deg, rgba(13, 51, 22, 0) 0%, rgba(13, 51, 22, 0.7) 50%, rgba(13, 51, 22, 0.9) 75%, #0D3316 100%);
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
}

#top_video {
    overflow: hidden;
}

.top_video_wrap::after {
    background: linear-gradient(180deg, rgba(13, 51, 22, 0) 0%, rgba(13, 51, 22, 0.7) 50%, rgb(26, 60, 25) 75%, #1E491E 100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
}

.nd-Spl-reg-btn {
    background: #1E572B;
    padding: 5px 12px;
    border: 1px solid #C8FF00;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #C8FF00;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 175px;
    height: 48px;
    text-transform: capitalize !important;
    transition: all 0.3s ease;
}

.nd-Spl-reg-btn:hover {
    box-shadow: 0 5px 2px rgba(0, 0, 0, 0.2);
    color: #1E572B;
    background-color: #C8FF00;
    transform: translateY(-1px);
}

/*----About Us ------*/
.about-widget .nshp_top_headline h2 {
    float: none !important;
    text-align: center !important;
    margin-bottom: 30px;
    margin-top: 0;
}

.nshp_abtexpt_discbox {
    float: none;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.nshp_abtexpt_discbox p {
    font-size: 17px;
    line-height: 26px;
    color: #E3FFEA;
    font-family: var(--font-primary);
    margin-bottom: 15px;
}

.nshp_abtexpt_discbox p b {
    color: var(--clr-2);
    font-weight: 400;
}

.abt_morebtn {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.abt_morebtn a {
    color: #C8FF00;
    background: #1E572B;
    border: 1px solid #C8FF00;
    border-radius: 40px;
    display: inline-flex;
    transition: all 0.3s ease;
    width: 135px;
    height: 48px;
    align-items: center;
    justify-content: center;
}

.abt_morebtn a:hover {
    background-color: #C8FF00;
    color: #1E572B;
    box-shadow: 0 5px 2px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}

.svgPath-sec {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-bottom: 50px;
}

.ball,
.golf-ball {

    position: absolute;
    align-self: flex-start;
    margin-top: 50px;
    margin-left: 30px;
}

.svgPath {
    width: 100%;
    height: auto;
}

/* Video listing */
.mainstorywrap6,
.spl_scenarios_fullwidth {
    width: 100%;
}

.custom_theme .spl_scenarios_fullwidth .mainstorywrap6 .ndtv_leadstory {
    float: none;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
}

.custom_theme .spl_scenarios_fullwidth .mainstorywrap6 .storylist_thumb {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.spl_scenarios_fullwidth .mainstorywrap6 .ndtv_leadstory .ndtv_lead_st_headline h1 {
    color: var(--clr-2) !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.mainstorywrap6 .ndtv_leadstory .ndtv_lead_st_headline {
    margin-top: 20px;
    padding-right: 0;
}

[class^="nshp_video_slideboxvideos_"] {
    display: flex;
    gap: 24px;
    margin-bottom: 50px;
}

.nshp_video_box {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(19, 59, 25, 0.40);
    backdrop-filter: blur(5px);
    padding: 10px;
    transition: all 0.3s ease;
}

.custom_theme .spl_scenarios_fullwidth .mainstorywrap6 .storylist_thumb .nshp_video_box:last-child {
    border-bottom: 1px solid rgba(112, 112, 112, .35) !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.nshp_video_box .nshp_vid_bxwrap {
    flex-direction: column;
}

.custom_theme .nshp_video_box .nshp_vid_bxthumb,
.spl_scenarios_fullwidth .mainstorywrap6 .storylist_thumb .nshp_video_box .nshp_vid_bxthumb {
    width: 100% !important;
    aspect-ratio: 16/9;
    margin-right: 0 !important;
    margin-bottom: 10px;
    height: auto !important;
}

.nshp_video_box:hover,
.custom_theme .spl_scenarios_fullwidth .mainstorywrap6 .storylist_thumb .nshp_video_box:last-child:hover,
[id^="nws-lst-"] .nshp_news_bxwrap ul li:hover,
.loc-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-color: #C8FF00 !important;
    transform: translateY(-2px);
}

.nshp_vid_bxthumb::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

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

.custom_theme .iframe-container::before {
    display: block;
    padding-top: 56.28% !important;
    content: "";
}

.custom_theme [class^="ndtv_leadst_mainpic_"] {
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 56.28%;
    position: relative;

}

.custom_theme [class^="ndtv_leadst_mainpic_"] iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: auto;
}

.nshp_video_box .nshp_vid_bxinfo a,
.nshp_news_headline a {
    font-size: 16px !important;
    line-height: 24px !important;
    color: var(--clr-2);
    font-family: var(--font-primary);
    font-weight: 400 !important;
}

.showMore .txt_more,
.news-list-229 .nshp_top_headline .fr .rmore_btn {
    background: #1E572B;
    padding: 5px 12px;
    border: 1px solid #C8FF00;
    border-radius: 30px;
    font-size: 16px !important;
    color: #C8FF00 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 48px;
    text-transform: capitalize !important;
    transition: all 0.3s ease;
}

.showMore .txt_more:hover,
.news-list-229 .nshp_top_headline .fr .rmore_btn:hover {
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
    background-color: #C8FF00;
    color: #1E572B !important;
    transform: translateY(-1px);
}

.nshp_vid_bxthumb .nshp_vid_playbx {
    font-size: 0;
    background: transparent;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    line-height: 0;
}

.nshp_vid_bxthumb span {
    background: url(../images/icon-play.svg);
    width: 30px;
    height: 30px;
    background-size: contain;
}

/* News listing */
.news-list-229 {
    position: relative;
    padding-bottom: 220px;

}

.news-list-229::after {
    content: '';
    display: block;
    background: linear-gradient(-180deg, rgba(13, 51, 22, 0) 0%, rgb(30, 62, 26) 50%, rgb(28, 61, 25) 95%, #2B461C 100%);
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.4;
    z-index: -1;
}

.news-list-229::before {
    background: url(../images/latest-stories-bg.png) !important;
    background-size: 100% !important;
    content: '';
    position: absolute;
    width: 100%;
    height: 110%;
    top: -60px;
    left: 0;
    opacity: 0.5;
    z-index: -1;
}

@media (max-width: 767px) {
    .news-list-229::before {
        background: url(../images/stories-bg-mobile.png) !important;
        top: 0px;
    }
}

.news-list-229 .nshp_widget_mid {
    max-width: 1330px;
    margin: 0 auto;
    float: none;
}

.nshp_news_bxwrap {
    width: 100%;
}

.news-list-229 .nshp_top_headline {
    position: static;
}

.news-list-229 .nshp_top_headline .fr {
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
}

.news-list-229 .nshp_top_headline .fr .rmore_btn {
    float: none;
    display: inline-block;
    padding: 0;
}

.nshp_news_bxwrap ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 24px;
}

[id^="nws-lst-"] .nshp_news_bxwrap ul li {
    width: calc((100% / 4) - 18px);
    margin: 0;
    padding: 10px !important;
    position: relative;
    display: inline-block;
    background: rgba(19, 59, 25, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.nshp_news_infor {
    display: inline-block;
    padding: 0;
}

[id^="nws-lst-"] .nshp_news_bxwrap ul li:last-child {
    margin-right: 0;
}

.custom_theme .nshp_news_bxthumb {
    width: 100% !important;
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 7px;
    overflow: hidden;
    padding: 0;
}

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

.custom_theme .nshp_news_sbh_inactive,
.nshp_news_suhlink_active,
.nshp_news_infor p {
    display: none;
}

.nshp_news_bxwrap ul li .nshp_news_headline {
    font-family: 'Inter';
    margin-top: 10px;
}

.nshp_news_headline a {
    font-size: 16px;
    line-height: 24px;
}

@media(max-width: 767px) {
    .nshp_news_bxwrap ul {
        gap: 14px;
        padding: 2px 15px;
        overflow-y: scroll;
        scroll-snap-type: x mandatory;
        flex-wrap: nowrap;
        scrollbar-width: none;


    }

    [id^="nws-lst-"] .nshp_news_bxwrap ul li {
        width: 80%;
        margin: 0;
        flex-shrink: 0;
    }

    [id^="nws-lst-"] .nshp_news_bxwrap ul li:nth-child(2n) {
        margin-right: 0;
    }

    .news-list-229 {
        position: relative;
        padding-bottom: 100px;
    }

    .news-list-229 .nshp_top_headline .fr {
        bottom: 25px;
        left: 0;
    }
}



/* Base */
.loc-crd_sec {
    background: url(../images/tournament-location-bg.png) no-repeat right top;
}

.loc-card-list {
    width: 100%;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 120px;
}

.loc-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: calc(100% / 4 - 19px);
    background: #133B19e2;
    border-radius: 8px;
    color: #d8e9c4;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px;
    transition: all 0.3s ease;

}

.loc-card__media {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8px;
    mix-blend-mode: luminosity;
}

.loc-card:hover .loc-card__media {
    mix-blend-mode: unset;
}

.loc-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

}

.loc-card__body {
    padding: 24px 0;
}

.loc-card__title {
    margin: 0 0 16px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.25;
    color: #EDFFA8;
}

.loc-card__row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 7px 0;
}

.loc-card__icon {

    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
}

.custom_theme .loc-card__text {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    color: #EDFFA8;

}

/* CTA */
.loc-card__cta {
    display: block;
    margin-top: 16px;
    text-align: center;
    text-decoration: none;
    color: #C8FF00;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-primary);
    padding: 14px 16px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.10);
    transition: transform 120ms ease, box-shadow 120ms ease, filter 120ms ease, background-color 120ms ease, color 120ms ease;
}

.loc-card:hover .loc-card__cta {
    transform: translateY(-1px);
    filter: brightness(1.06);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 6px 16px rgba(0, 0, 0, 0.3);
    background: #c8ff00;
    color: #000;
}

.loc-card__cta:active {
    transform: translateY(0);
    filter: brightness(0.98);
}



/* Sponsor panel*/
.spnsr_divder {
    position: relative;
    top: 6px;
}

.spnsr_divder .golf-ball {
    left: 50%;
    margin-left: -45px;
    margin-top: 20px;
}

.secSponsors {
    background-color: #fff;
    padding-bottom: 80px;
    position: relative;
}

.secSponsors:before {
    background: url(../images/sponsor_bgshape.svg);
    width: 100%;
    height: auto;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.secSponsors .pageTitle {
    font-size: 50px;
    color: #000;
    line-height: 1;
    text-align: center;
}

.ndtv-wSummit-sponsors>.nshp_wrap1260 {
    padding-inline: 0;
}

.ndtv-wSummit-sponsors .ndtv-wSummit-headPanel {
    margin-bottom: 50px;
    margin-top: 0;
}



.secSponsors .pageTitle {
    color: #000;
}

.ndtv-wSummit-sponsorList {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ndtv-wSummit-sponsorItem {
    text-align: center;
    flex-shrink: 0;
    width: calc(100% / 5 - 16px);
    margin-bottom: 0;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #eeeded;
}

.ndtv-wSummit-sponsorType {
    font-size: 13px;
    font-weight: 400;
    color: #020714;
    margin-bottom: 5px;
    padding-top: 5px;
}

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

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

.videoicon {
    width: 44px;
    height: 44px;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -22px;
}

@media(max-width:767px) {
    .secSponsors {
        padding: 10px;
        padding-bottom: 40px;
    }

    .ndtv-wSummit-sponsorItem {
        width: calc(100% / 2 - 10px);
    }

    .ndtv-wSummit-sponsorItem img {
        max-height: 75px
    }

    .midCont.form-counter .form-label {
        width: 100% !important;
        margin-right: 0 !important;
    }
}


.ndtv-spl .nshp_widget_mid {
    padding-left: 0;
    padding-right: 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;
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 10px;
}

/* Footer */
.ndtv-spl .ft-sticky {
    width: 100%;
    bottom: 0;
    padding: 15px;
    position: relative;
    z-index: 999;
    box-sizing: border-box;
    float: left;
    box-shadow: none;
    background-color: #003412;
}

.ndtv-spl .ft-sticky .footer_nav ul li a {
    border: 0;
    color: #fff;
    font-family: var(--font-primary);
}

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

.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-family: var(--font-primary);
    font-size: 14px;
}

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

.ndtv-spl .ft-sticky .footer_copy {
    font-size: 12px;
    border-top: 0;
}

.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 .footer_group {
    padding-bottom: 10px;
}

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

.ft-sticky * {
    box-sizing: border-box;
}

.ft-sticky a {
    color: #2b2b2b;
}

.ft-sticky--mid {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    display: table;
    position: relative;
}

.ft-sticky .footer_group,
.ft-sticky .footer_nav {
    width: 100%;
    float: left;
    padding-top: 5px;
    padding-bottom: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
    clear: left;
}

.ft-sticky .footer_nav {
    padding-bottom: 2px;
}

.ft-sticky .footer_group {
    border-bottom: none;
    padding-top: 0;
    margin-bottom: 0;
}

.ft-sticky .footer_group h2.section_head {
    width: auto;
    float: none;
}

.ft-sticky .footer_group ul,
.ft-sticky .footer_nav ul {
    width: 100%;
    float: none;
    padding-top: 10px;
    margin: 0 !important;
}

.ft-sticky .footer_group ul {
    width: auto;
    margin: 0;
    padding: 3px 0 0 0;
}

.ft-sticky .footer_nav ul li {
    float: left;
    box-sizing: border-box;
    padding-right: 16px;
    margin-bottom: 5px;
    text-transform: capitalize !important;
    font-weight: 400;
    font-size: 14px;
}

.ft-sticky .footer_nav ul li a {
    color: #2b2b2b;
}

.section_head span {
    font-size: 15px;
    font-weight: 900;
    padding: 3px 10px;
    letter-spacing: 01px;
    line-height: 18px;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
    background: #285337 !important;
    float: left;
    color: #fff;
}

.ft-sticky .footer_group ul li {
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 0;
    text-transform: capitalize !important;
    font-weight: 400;
    font-size: 14px;
}

.ft-sticky--collapse {
    width: 100%;
    float: left;
    display: block;
}

.ft-sticky--collapse .section_head span {
    font-size: 12px;
    font-weight: 500;
}

.goto-top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: fixed;
    bottom: 5%;
    right: 20px;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0, 0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    z-index: 9999;
}

.goto-top svg {
    width: 65%;
    height: 65%;
    opacity: 0.5;
}

.goto-top:hover svg {
    opacity: 1;
}

.ft-sticky_wrap {
    width: 100%;
    display: flex;
    align-items: center;
}

.ft-sticky_lft {
    width: 25%;
    margin-right: 2.5%;
    margin-top: 20px;
    border-right: 1px solid #d2d2d2;
    padding-right: 2.5%;
}

.ft-sticky_logo {
    width: 120px;
    float: left;
}

.follow-us,
.ft-sticky_search {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.follow-us span {
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
}

.ft-sticky .footer_socials {
    font-size: 0;
    line-height: 0;
}

.ft-sticky_logo svg {
    width: 100%;
    height: 23px;
    display: block;
}

.footer_search>form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft-sticky_search {
    display: none;
}

.ft-sticky_search .footer_search {
    margin-bottom: 0;
    border-bottom: 0;
    background-color: #285337 !important;
    border-radius: 6px;
    padding: 0;
    box-sizing: border-box;
}

.ft-sticky_search .footer_search input {
    width: calc(100% - 30px);
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    height: 40px;
    border: none;
    outline: 0;
    margin: 0;
    padding: 10px;
    background-color: transparent;
}

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

.footer_search .footer_searchicon {
    display: inline-block;
    background-image: url(https://special.ndtv.com/static/ndtv_special/images/homepage_sprite_sep2017.png);
    background-repeat: no-repeat;
    background-position: -263px -122px;
    height: 48px;
    width: 48px;
    margin-top: -10px;
}

.ft-sticky_search .footer_search .footer_searchicon {
    height: 30px;
    width: 30px;
    background-position: -102px -39px;
    background-size: 200px;
    position: relative;
    top: 0;
    opacity: 1 !important;
    filter: invert();
    flex-shrink: 0;
}

.ft-sticky .footer_copy {
    padding: 0;
    border-top: 1px solid #d2d2d2;
    text-align: left;
    margin-top: 10px;
    padding-top: 10px;
    float: left;
    text-transform: capitalize !important;
}

.footer_copy a {
    border-right: solid 1px #c3c3c3;
    display: inline-block;
    padding-right: 10px;
    margin-right: 8px;
}

.footer_socials {
    float: left;
    clear: both;
    margin-top: 5px;
}

.footer_insta,
.footer_linkedin,
.footer_socials .footer_fb,
.footer_socials .footer_gp,
.footer_socials .footer_tw {
    display: inline-block;
    background-image: url(https://special.ndtv.com/static/ndtv_special/images/homepage_sprite_sep2017.png);
    background-repeat: no-repeat;
    background-position: -5px -104px;
    background-size: 380px;
    height: 18px;
    width: 18px;
    margin-right: 20px;
}

.footer_socials a:last-child {
    margin-right: 0;
}

.footer_socials .footer_fb {
    background-position: -5px -104px;
}

.footer_socials .footer_tw {
    background-position: -36px -104px;
    width: 22px;
}

.footer_socials .footer_insta {
    background-position: -139px -104px;
}

.footer_socials .footer_linkedin {
    background-position: -172px -104px;
}

/* Inside pages */
.videos [class^="nshp_video_slideboxvideos_"] {
    width: 100%;
    flex-wrap: wrap;
}

[class^="nshp_video_slideboxvideos_"] .nshp_video_box {
    width: calc(100%/4 - 19px) !important;
    max-width: none !important;
    margin-right: 0;
}

.nshp_bdmcrum {
    display: none;
}

.nshp_watchvid_headline {
    color: #C8FF00 !important;
    font-family: var(--font-primary);
}

.ins_dateline {
    color: var(--clr-2);
}

.vid_socwid_wrap {
    display: none;
}

.videobox p {
    color: var(--clr-2);
    font-family: var(--font-primary);
    font-size: 16px !important;
    line-height: 24px !important;
}

.videos-detail .nshp_wrap1260 .nshp_lhs,
.news-detail .nshp_wrap1260 .nshp_lhs {
    float: none;
    margin: 0 auto;
}

.nshp_news_lhs p {
    color: var(--clr-2);
    font-family: var(--font-primary);
    font-size: 16px !important;
    line-height: 26px !important;
}

.nshp_news_rhs {
    display: none;
}

.nshp_news_lhs {
    width: 100%;
}

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

.nshp_news_rhs .nshp_alsoread_wrap ul li,
.ins_nextstory {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.nshp_news_lhs .nshp_news_topshare {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.news_st_wrap .description_info {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: #c8ff00;
}

.nshp_news_rhs .nshp_alsoread_wrap p {
    color: var(--clr-2);
}

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

.sp_lnk2,
.sp_lnk2:hover {
    color: #b8e800;
}

.story_dateline {
    font-size: 16px;
    color: var(--clr-2);
}

.nshp_news_rhs .nshp_alsoread_wrap h2,
.st_sharebar_new1 .st_sharebar_left p {
    color: #c8ff00 !important;
}

.ntv_news_slink a {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 50%;
    background-color: #ecfea7 !important;
    background-image: none !important;
    margin-right: 10px;
}

.ntv_news_slink a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #133b19;
    transition: all 0.3s ease;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100%;
}

.ntv_news_slink a.ntv_fb:before {

    mask: url('../images/Facebook.svg');
}

.ntv_news_slink a.ntv_tw:before {
    mask: url(../images/X.svg);
}

.ntv_news_slink a.ntv_whats {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
}

.ntv_news_slink a.ntv_whats:before {
    mask: url(../images/Watsapp.svg);
}

.ntv_news_slink a.ntv_redit:before {
    mask: url(../images/Reddit.svg);
}

.ntv_news_slink a.ntv_linked:before {
    mask: url(../images/Linkdin.svg);
}

.ntv_news_slink a.snapchat-icon:before {
    mask: url(../images/SNAPCHAT.svg);
}

.news_st_sharebar a.n_email {
    margin-right: 10px;
}

.news_st_sharebar a.n_email,
.n_comment.n_comments {
    background: #ecfea7 !important;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border-radius: 50%;
    position: relative;

}

.news_st_sharebar a.n_email:before {
    mask: url(../images/MAIL.svg);
    background-color: #133b19;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #133b19;
}

.ntv_news_slink a.koo-icon {
    display: none;
}

.n_comments:before {
    mask: url(../images/COMMENT.svg);
    background-color: #133b19;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #133b19;

}

.ins_keyword {
    text-align: center;
    margin-bottom: 40px;
}

.ins_keyword a {
    border: 1px solid #C8FF00;
    color: #EDFFA8;
    font-size: 16px;
    font-weight: 500;
    padding: 2px 10px;
    line-height: 1.5;
    height: auto;
}

@media only screen and (max-width: 500px) {
    .ft-sticky_wrap {
        flex-direction: column;
    }

    .ft-sticky_lft {
        width: 100%;
        border-right: none;
        margin-right: 0;
        padding-right: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .follow-us,
    .ft-sticky_search {
        width: auto;
        margin-top: 0;
    }

    .ft-sticky_search {
        flex: none;
        width: 100%;
        margin-top: 15px;
    }

    .follow-us {
        margin-top: -10px;
        text-align: center;
    }

    .footer_nav>ul {
        display: flex;
        flex-wrap: wrap;
        margin-right: -10px;
    }

    .ndtv-spl .ft-sticky .footer_copy {
        line-height: 20px;
    }

    .ft-sticky .footer_nav ul li {
        width: 50%;
        flex-shrink: 0;
        margin: 0;
        padding: 0 10px 10px 0;
    }

    .ft-sticky .footer_group ul {
        width: 100%;
        float: left;
        display: flex;
        flex-wrap: wrap;
        margin-right: -10px;
    }

    .ft-sticky .footer_group ul li {
        width: 33.333333%;
        flex-shrink: 0;
        margin: 0;
        padding: 0 10px 10px 0;
    }

    .ft-sticky .footer_group h2.section_head {
        padding-bottom: 10px;
        float: left;
    }

    .ft-sticky .footer_copy {
        text-align: center;
    }

    .footer_copy a {
        display: block;
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        padding: 5px 0;
    }
}

@media (max-width: 767px) {

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

    #myVideo {
        height: 420px;
        object-fit: cover;
    }

    .nd-Spl-iluWrap {
        position: relative;
        left: 0;
        top: 20px;
        transform: none;
        margin: 30px auto;
        margin-top: -90%;
    }

    .nd-Spl-ilu img {
        max-width: 220px;
    }

    .nd-Spl-reg-btn,
    .abt_morebtn a,
    .news-list-229 .nshp_top_headline .fr .rmore_btn,
    .showMore .txt_more {
        width: 145px;
        height: 45px;
    }

    .nd-Spl-reg-btn {
        background: linear-gradient(0deg, rgb(144 185 1) 0%, rgb(182 233 0) 100%);
        height: 48px;
        width: 155px;
        color: #1E572B;
        font-weight: 600;

    }

    .nd-Spl-prtnrs {
        padding: 0 15px;
    }


    .nd-Spl-prtnrs-item:not(:last-child)::after {
        display: none;
    }

    .nd-Spl-prtnrs-item:not(:last-child) {
        padding-right: 0;

    }

    .nd-Spl-prtnrs-list {
        flex-wrap: wrap;
        gap: 0;
        justify-content: center;
        border-radius: 8px;
        padding: 15px;
        border: solid 1px #1f5328;
        background: transparent;
    }

    .nd-Spl-prtnrs-item:not(:last-child) {
        width: 130px
    }

    .nd-Spl-prtnrs-item {
        width: 100%;
        border: 0;
        padding: 9px 5px;
        border-radius: 8px;

    }

    .prtners-logo {
        background: rgb(209 220 198);
        padding: 5px;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .prtners-type {
        margin-bottom: 5px;
        color: #E3FFEA;
    }

    .nd-Spl-prtnrs-item:not(:last-child) .prtners-logo::before {
        display: none;
    }

    .nshp_min_nav.b_scn1.mobile_menu {

        margin-bottom: 0;
    }

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

    .custom_theme .mblLg {
        display: none;
    }

    .nshp_mobtopnav_link {
        height: auto;
        display: block !important;
    }

    .nshp_min_nav .mainnav_1260 {
        display: flex;
        align-items: center;
    }

    .nshp_nglobalnav_mwrap {
        display: none !important;
    }

    .open {
        opacity: 0;
    }

    .golf-ball {

        margin-top: 30px;
        margin-left: 30px;
    }

    .nshp_top_headline h2,
    .nshp_top_headline h1,
    .secSponsors .pageTitle {
        font-size: 30px !important;
        line-height: 36px !important;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: left !important;
    }

    .about-widget .nshp_top_headline h2 {
        margin-bottom: 10px;
        margin-top: 30px;
        text-align: left !important;
    }

    .custom_theme .mainstorywrap6 {
        padding: 0 !important;
    }

    .custom_theme [class^="ndtv_leadst_mainpic_"] {
        width: calc(100% + 30px) !important;
        float: left;
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;

    }



    .news-list-229 .nshp_top_headline {
        padding-inline: 15px !important;
    }

    .svgPath-sec {
        margin-bottom: 0;
    }

    .nshp_abtexpt_discbox {
        width: 100%;
        text-align: left;
    }

    .news-list-229::before {
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: cover !important;
        height: 160% !important;
        top: -150px;
    }

    .news-list-229::after {
        display: none;
    }

    [class^="nshp_video_slideboxvideos_"] {
        flex-wrap: wrap;
        gap: 14px;
        margin-bottom: 10px;
    }

    .custom_theme [class^="nshp_video_slideboxvideos_"] .nshp_video_box {
        width: calc((100% / 2) - 7px) !important;
        margin-bottom: 24px;
    }

    .spl_scenarios_fullwidth .mainstorywrap6 .storylist_thumb .nshp_video_box:first-child {
        margin-top: 0 !important;
    }

    .custom_theme .spl_scenarios_fullwidth .mainstorywrap6 .storylist_thumb {
        margin-top: 10px;
    }

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

    .loc-card-list {
        gap: 16px;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-y: scroll;
        padding: 2px 0;
        scrollbar-width: none;
        margin-left: -15px;
        width: calc(100% + 30px);
        padding-inline: 15px;
        margin-bottom: 40px;
    }

    .loc-card {
        width: 80%;
        flex-shrink: 0;
    }

    .loc-card__title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .custom_theme .loc-card__text {
        font-size: 14px;
        line-height: 20px;
    }

    .spl_scenarios_fullwidth .mainstorywrap6 .ndtv_leadstory .ndtv_lead_st_headline h1 {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .nshp_video_box .nshp_vid_bxinfo a,
    .nshp_news_headline a {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .nshp_top_headline {
        padding: 0 !important;
    }

    .spnsr_divder .golf-ball {
        left: 0;
        width: 50px;
        margin-left: 15px;
        margin-top: 0;
        top: -20px;
    }

    .loc-card__cta {
        padding-block: 11px;
    }

    #top_video::after {
        display: none;
    }

    .custom_theme .tp_vdbox {
        height: auto !important;
    }

    #top_video::before,
    .tp_vdbox .top_video_wrap {
        height: 420px !important;
    }

    .loc-crd_sec {
        background: url(../images/tournament-location-bg.png) no-repeat center 160px;
        padding-bottom: 70px;
    }

    .custom_theme .nshp_min_nav li a {
        font-size: 18px !important;
    }

    .mobileNavOuter {
        width: calc(100% - 40px);
    }

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

    .ndtv-spl .ft-sticky {
        margin-top: 30px;
    }

    .stories .nshp_news_bxwrap ul {
        flex-wrap: wrap;
        overflow-y: visible;
    }

    .stories [id^="nws-lst-"] .nshp_news_bxwrap ul li {
        width: calc(100%/2 - 7px);
    }

    /* inside page mobile */
    .nshp_news_lhs .nshp_news_topshare {
        margin-bottom: 15px;
    }
}