:root {
    --c-glass: #fff;
    --c-light: #fff;
    --c-dark: #686767;
    --c-content: #e1e1e1;
    --c-action: #4b064f96;
    --c-bg: #1b1b1d;

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

    --saturation: 150%;
    --shadow: inset 0 0 0 1px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 10%), transparent), inset 1.8px 3px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 90%), transparent), inset -2px -2px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 80%), transparent), inset -3px -8px 1px -6px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 60%), transparent), inset -0.3px -1px 4px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 12%), transparent), inset -1.5px 2.5px 0px -2px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), inset 0px 3px 4px -2px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), inset 2px -6.5px 1px -4px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent), 0px 1px 5px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent), 0px 6px 16px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 8%), transparent);
    --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: #fff;
}

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

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

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

.custom_theme .nshp_wrap1260 {
    max-width: 1300px;
}

/*-----Panelist--*/

.ndtv-spl-panlist_membersList {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}

.panlistMemberImg {
    width: 190px;
    height: 190px;
    overflow: hidden;
    background: #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
}

.memberName {
    font-size: 15px;
    color: #d4a97e;
    font-family: var(--font-inter);
}

.memberinfo {
    font-size: 15px;
    font-weight: 400;
    font-family: var(--font-inter);
    color: #fff;
}

.nshp_masthead_bnr {
    display: none;
}

.nshp_header::after {
    height: 5px;
    background: linear-gradient(270deg, #026EE0 0%, #026EE0 2.2%, #0677E3 7.8%, #1190EC 17.1%, #23B8FB 28.9%, #26BEFD 30.2%, #3AB3FD 34.9%, #6D97FD 44.5%, #C06BFD 58%, #FF4AFE 67.6%, #F75EE3 90.4%, #EF357A 97.4%, #EF357A 100%);
    display: block;
    width: 100%;
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
}

.ndtv-spl .nshp_header:before {
    margin-bottom: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: url(../images/header-bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    pointer-events: none;

}

.custom_theme .nshp_nglobalnav_wrap {
    display: none;
}

.nshp_header {
    transition: all 0.3s ease;
    position: relative;
    z-index: 9;
}

.ndtv-spl .nshp_header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    z-index: 999;
}

/*----Nav------*/
.ndtv-spl .nshp_header {
    margin-top: 0;
    min-height: 60px;

}

.nshp_header:before {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    background: linear-gradient(270deg, #026EE0 0%, #026EE0 2.2%, #0677E3 7.8%, #1190EC 17.1%, #23B8FB 28.9%, #26BEFD 30.2%, #3AB3FD 34.9%, #6D97FD 44.5%, #C06BFD 58%, #FF4AFE 67.6%, #F75EE3 90.4%, #EF357A 97.4%, #EF357A 100%);
}

.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: relative;
    top: 0 !important;
    left: 0px;
    padding: 0;

}

.nshp_min_nav.b_scn1.mobile_menu {
    min-height: 60px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

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

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

    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 11px center;
    justify-content: end;
    padding-right: 0px;
    background-color: color-mix(in srgb, var(--c-glass) 25%, transparent);

    box-shadow: var(--shadow);
    transition: background-color 400ms cubic-bezier(1, 0.0, 0.4, 1), box-shadow 400ms cubic-bezier(1, 0.0, 0.4, 1);
    backdrop-filter: blur(15px);
    display: none;
}

.brgMnLg:hover {
    background-color: color-mix(in srgb, var(--c-action) 40%, transparent);
}

.brgMnLg a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    ;
}

.custom_theme .nshp_mobtopnav_link {
    background: transparent;
}

#bug_menu {
    width: 16px;
    height: 100%;
    position: relative;
    top: 5px;
    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: 1px;
    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;
}

#bug_menu.open span {
    height: 1.5px
}

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

.brgMnLg .mblLg {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

@media(max-width:767px) {
    .mobileNavOuter {
        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;
        background-color: color-mix(in srgb, var(--c-glass) 25%, transparent);
        box-shadow: var(--shadow);

        backdrop-filter: blur(15px);
    }



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

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

    .custom_theme .nshp_min_nav ul li {
        border-bottom: solid 1px rgba(255 255 255/10%);
    }

    .brgMnLg {
        display: block;
    }

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

.mobileNavOuter {
    margin-right: auto;
}

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

.nshp_min_nav .ndtvlogo {
    display: block;
    transform: translateX(-120%);
    transition: all ease-in 0.4s;
    width: 0;
    margin-right: 0 !important;
    max-width: unset;
}

.search_fix.share_fix.ndtv_nav_sticky .ndtvlogo {
    transform: translateX(0%);
    width: auto;
    max-width: 110px;
    margin-right: 30px !important;
}

body:not(body.home) .ndtvlogo {
    display: block !important;
    margin-right: 30px !important;
    transform: translateX(0%) !important;
    width: 110px;
}

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

}

.custom_theme .nshp_min_nav li {
    padding-right: 0;
}

.search_fix.share_fix.ndtv_nav_sticky {
    position: fixed;
    box-shadow: none;

    margin-top: 0;
    padding-block: 10px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.12);

}

.search_fix.share_fix.ndtv_nav_sticky:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.54);
    backdrop-filter: blur(10px);

}

.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 {
    color: #fff;
    background-color: transparent;

}

.custom_theme .nshp_min_nav li:first-child a::before {
    opacity: 0;
}

.custom_theme .nshp_min_nav li a:before {
    border-radius: 50px;
    background-color: color-mix(in srgb, var(--c-glass) 25%, transparent) !important;

    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 60%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition: all ease 0.3s;
}



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

.custom_theme .nshp_min_nav li a {
    color: #fff;
    border: 0;
    position: relative;
    background-color: transparent;
}

.custom_theme .nshp_min_nav li a {
    padding: 8px 20px;
    line-height: 22px;
    border: 0;
    font-weight: 400;

}

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

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

    background-size: 10px;
    width: 35px;
    color: #fff;
    height: 35px;
    border-radius: 50%;
    justify-content: end;
    background-color: color-mix(in srgb, var(--c-glass) 25%, transparent);

    box-shadow: var(--shadow);
    transition: background-color 400ms cubic-bezier(1, 0.0, 0.4, 1), box-shadow 400ms cubic-bezier(1, 0.0, 0.4, 1);
    backdrop-filter: blur(15px);
}

.custom_theme .shrBtn:hover {
    background-color: color-mix(in srgb, var(--c-action) 40%, transparent);
}

.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: #fff;
    transition: all 0.3s ease;
}

.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: color-mix(in srgb, var(--c-glass) 25%, transparent);

}

.custom_theme .ntv_vid_slink {
    position: absolute;
    right: 36px;
    transform: scaleX(0);
    opacity: 0;
    height: auto;
    padding: 8px 10px;
    top: 0px;
    background-color: color-mix(in srgb, var(--c-glass) 25%, transparent);
    box-shadow: var(--shadow);
    transition: all 0.2s cubic-bezier(1, 0.0, 0.4, 1);
    backdrop-filter: blur(15px);
    display: flex;
    gap: 0px;
}

.custom_theme .ntv_vid_slink.animated {

    border-radius: 30px;
    border: 0;
    transform: scaleX(1);
    opacity: 1;
    z-index: 1;
}


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

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

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

.custom_theme .vid_socwid_wrap {
    display: none;
}

.ilu_img {
    margin: 0 auto 80px;
}

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


.ndsp-iluSect {

    padding: 130px 0 100px;
}

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

}

.ndsp_ilulhs {
    width: 40%;

}

.ndsp_ilurhs {
    width: 70%;

}

.ndsp-livPlayer {
    width: 100%;
    display: inline-block;
}

.ndsp-livPlayer .videobox {
    width: 100%;
}

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

.arrow-back {
    display: flex;
    margin-right: 4px;
}

.animate-box {
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.6s ease;
}

.animate-box.active {
    transform: translateY(0);
    opacity: 1;
}

@keyframes beforeAnimate {
    0% {
        opacity: 0;
        transform: scaleY(0);
    }

    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}

@keyframes player {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* Base state ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â hidden before animation */
.brgMnLg,
.shrBx,
.rytBtns {
    opacity: 0;
    transform: translateY(20px);
}

/* Trigger animations on page load via body class */
body.page-loaded .brgMnLg {
    animation: fadeInUp 0.5s ease forwards;
    animation-delay: 0s;
}

body.page-loaded .shrBx {
    animation: fadeInUp 0.5s ease forwards;
    animation-delay: 0.2s;
}

body.page-loaded .rytBtns {
    animation: fadeInUp 0.5s ease forwards;
    animation-delay: 0.4s;
}

/* Keyframe */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.nshp_wrap1260 .nshp_widget_mid .videobox div {
    animation: player 0.8s ease forwards;
}

/* Trigger animation once body has .page-loaded class */
body.page-loaded .custom_theme .ndtv-wSummit-livePlrSec .videobox::before {
    animation: beforeAnimate 0.8s ease forwards;
    transform-origin: left center;
    /* Control direction of scale */
}

.arrow-back svg g {
    fill: var(--clr-1);
}

.rytBtns .bckBtn:last-child {
    margin-right: 0;
    background-image: none;
    font-size: 15px;
    font-weight: 200;
    padding: 0;
    display: flex;
    align-items: center;
    color: #fff;
    padding-right: 15px;
    width: 105px;
    height: 35px;
    border-radius: 50px;

    justify-content: end;
    background-color: color-mix(in srgb, var(--c-glass) 25%, transparent);

    box-shadow: var(--shadow);
    transition: background-color 400ms cubic-bezier(1, 0.0, 0.4, 1), box-shadow 400ms cubic-bezier(1, 0.0, 0.4, 1);
    backdrop-filter: blur(15px);
}

.rytBtns .bckBtn:last-child::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 10px;
    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: 10px;
    z-index: 99;
    background-color: #fff;
}

.rytBtns .btnTp:not(.noBtn):hover {
    background-position: 7px center;
    background-color: color-mix(in srgb, var(--c-action) 40%, transparent);
}

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

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

.ndtv-wSummit-livePlrSec .nshp_widget_mid {
    padding: 0;
}

.custom_theme .nshp_widget_mid {
    padding: 0;
}

.custom_theme .nshp_widget_boxwrap {
    margin-bottom: 0;
    background: transparent;

}

.custom_theme .nshp_widget_boxwrap.about_widget {
    padding-top: 80px;
}

.nshp_top_headline,
.custom_theme .nshp_wrap1260,
.nshp_min_nav .mainnav_1260 {
    padding: 0;
}

.custom_theme .nshp_top_headline h1,
.custom_theme .nshp_top_headline h2 {
    font-weight: 200;
    font-family: var(--font-primary);
    line-height: 60px;
    text-transform: capitalize;
    font-size: 40px;
    margin-bottom: 0px;
    color: #fff;
}

.custom_theme .nshp_top_headline {
    background: transparent !important;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.custom_theme .nshp_top_headline .fl {
    flex: 1;
    line-height: 1.2;
    margin-bottom: 0;
}

/*===ABOUT======*/

.about_widget .nshp_top_headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.about_widget .nshp_top_headline .toggle-btn {
    color: var(--clr-1);
    border-color: var(--clr-1);
}

.about_widget .nshp_top_headline h2.fl {
    margin-bottom: 0;
}

.nshp_abtexpt_box {
    display: flex;
}

.about_widget .nshp_top_headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_widget .nshp_top_headline .toggle-btn {
    color: var(--clr-1);
    border-color: var(--clr-1);
    border-radius: 90px;
    padding: 6px 29px;
}

.about_widget .nshp_top_headline h2.fl {
    margin-bottom: 0;
}

.nshp_abtexpt_box {
    display: flex;
}

.nshp_abtexpt_pic_thumb {
    width: min(517px, 100%);
    flex-shrink: 0;
    margin-right: 30px;
    order: 2;
    overflow: hidden;
    transform: scale(1.3) translateY(-20px);
    pointer-events: none;

}




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

.nshp_abtexpt_discbox p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 0;
}

.nshp_abtexpt_discbox p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media (width <=767px) {
    .about_widget .nshp_top_headline {
        margin-bottom: 0px;
    }

    .about_widget .nshp_top_headline h2.fl,
    .nshp_abtexpt_discbox {}

    .nshp_abtexpt_box {
        flex-direction: column;
    }

    .abt_morebtn .show_more {
        margin: 0 auto !important;
    }

    .ilu_img {
        padding-inline: 40px;
        margin-bottom: 0;
    }
}

.pageTitle {
    font-size: 48px;
    margin-bottom: 30px;
    display: inline-block;
}

.aboutryt .pageTitle {
    font-size: 32px;
}

.nshp_widget_mid p {
    font-weight: 300;
}

.nshp_widget_mid p a {
    color: #fff;
}

.ndtv-wSummit-secAbout {
    padding-bottom: 80px;
}

.categoryList {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.categoryItem {
    width: calc(100%/5 - 20px);
}

.categoryItem .catgryInfo {
    aspect-ratio: 1/0.9;
    display: flex;
    align-items: center;
    padding: 10px 40px;
    justify-content: center;
    text-align: center;
    background: url(../images/award-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.categoryItem .catgryInfo:hover {
    /* background: url(https://drop.ndtv.com/ndtv/special/ioy-2024/images/wreath-hover.svg); */
    background-size: cover;
    mix-blend-mode: difference;
}

.catName {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
}



.morebtn {
    text-align: center;
}

.home .custom_theme .ndtv-wSummit-videolist .nshp_top_headline,
.home .news-list-236 .nshp_top_headline {
    position: static;
}

.nshp_top_headline span.fr,
.nshp_top_headline span.fr {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.home .news-list-236 {
    padding-bottom: 50px;
}

.home .news-list-236 {
    position: relative;
}

.show_more {

    border-radius: 14px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 150px;
    height: 45px;
    border-radius: 70px;
    line-height: 45px;
    text-transform: capitalize;
    transition: all ease-in-out 0.3s;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: var(--shadow);

}

.show_more:hover {
    color: #fff;

}

.secKeyfaces .morebtn {
    display: block;
}

.catgoryWrap .show_more {
    display: none;
}

.awardProcess_Wrap {
    display: flex;
    align-items: center;
}

.awardProcs_left {
    width: 400px;
    height: 220px;
    flex-shrink: 0;
    margin-right: 40px;
    border-radius: 6px;
    overflow: hidden;
}

.processInfo p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.processInfo p:last-child {
    margin-bottom: 0;
}

.SecAward_process {
    margin-bottom: 80px;
}

.SecNominee {
    padding-bottom: 60px;
}

.nomineeTabWrap {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-scrollbar-width: none;
    position: relative;
}

.nominee_tabs-list {
    display: flex;
    flex-wrap: nowrap;
    float: left;
    white-space: nowrap;
    gap: 15px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
}

.tab-button {
    padding: 8px 16px;
    cursor: pointer;
    flex: 1;
    text-align: center;
    border-radius: 30px;
    flex-shrink: 0;
    max-width: 220px;
    font-size: 15px;
    line-height: 1.3;
    white-space: normal;
    transition: ease-in-out all 0.3s;
    box-shadow: var(--shadow);
    background-color: color-mix(in srgb, var(--c-glass) 25%, transparent);
    backdrop-filter: blur(15px);
    border: none;
    color: #fff;
    opacity: 0.6;
}

.tab-button.active,
.tab-button:hover {
    background-color: color-mix(in srgb, var(--c-action) 40%, transparent);
    color: #fff;
    opacity: 1;
}

.tab-content {
    margin-top: 20px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.tab-content .nmnee_item {
    max-width: 240px;
}

.nmnee_list {
    display: flex;
    gap: 0 24px;
    flex-wrap: wrap;
}

.nmnee_list .nmnee_item {
    flex: none;
    display: flex;
    flex-direction: column;
    max-width: none;
    width: calc(calc(100% / 5) - 12px);
}


.nmnee_thumb {

    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
    aspect-ratio: 1 / 1;
}

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

.nmnee_title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 23px;
}

.nmnee_detls {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 18px;
}

.nmneeInfo {
    font-size: 14px;
    line-height: 1.6;
}

.toggle-btn {
    font-size: 13px;
}

.nmneeInfo p {
    font-size: inherit !important;
    line-height: inherit !important;
}

section {
    padding-top: 80px;
}

.secSponsors {
    background: #f7f7f7;
    margin-top: 0px;
}

.secSponsors .pageTitle {
    color: #020714;
}

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

.ndtv-wSummit-sponsorItem {
    text-align: center;
    flex-shrink: 0;
    width: 18.7%;
    margin-bottom: 0;
    background-color: #fff;
    padding: 10px;
    border-radius: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.02);
}

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

.ndtv-wSummit-sponsorWrap {
    margin-top: 20px;
}
.ndtv-wSummit-sponsorWrap .ndtv-wSummit-sponsorList {
    justify-content: left;
}
.ndtv-wSummit-sponsorItem img {
    width: auto;
    max-width: 130px;
    display: inline-block;
}


.bg-bgoverlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
    backdrop-filter: blur(5px);
    left: 0;
    display: none;
}

.ndtv_nav_sticky ul li a {
    padding: 12px 20px !important;
}

.ntv_vid_slink .ntv_fb {
    background-image: url(https://drop.ndtv.com/ndtv/special/ioy-2024/images/FB.svg?vfg);
    background-position: center center;
}

.ntv_vid_slink .ntv_tw {
    background-image: url(https://drop.ndtv.com/ndtv/special/ioy-2024/images/X.svg?vfg);
    background-position: center center;
}

.ntv_vid_slink .ntv_wa {
    background-image: url(https://drop.ndtv.com/ndtv/special/ioy-2024/images/WA.svg?vfg);
    background-position: center center;
}

.ntv_vid_slink .ntv_ig {
    background-image: url(https://drop.ndtv.com/ndtv/special/ioy-2024/images/IG.svg?vfg);
    background-position: center center;
}

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

/*=====Schedule=====*/

.ndtv-wSub-schedule-content {
    padding: 20px 0;
}

.ndtv-wSub-scheduleList {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.ndtv-wSub-schedule-item {
    padding: 20px 15px;
    margin-bottom: 15px;
    background-color: #141925;
    border-radius: 5px;
    max-height: 300px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: thin;
}

.ndtv-wSub-schedule-item h3 {
    font-size: 14px;
    margin-bottom: 5px;
    font-family: "Inter";
    font-weight: 600;
    color: #000;
    text-transform: lowercase;
    background: #d9aca3;
    display: inline-block;
    padding: 5px 10px;
}

.ndtv-wSub-event {
    color: #d0d8eb;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 20px;
}

.ndtv-wSub-speaker-info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.ndtv-wSub-speaker-info:last-child {
    margin-bottom: 0;
}

.ndsp-catThumb {
    border-radius: 5px;
}

.ndtv-wSub-speakerThumb {
    width: 45px;
    height: 48px;
    background: #ddd;
    flex-shrink: 0;
    margin-right: 10px;
}

.ndtv-wSub-speaker-info img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ndtv-wSub-schedule-item * {
    color: #d0d8eb;
}

.ndtv-wSub-speaker-details h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: var(--clr-1);
    line-height: 20px;
}

.ndtv-wSub-speaker-details p {
    font-size: 12px;
    padding: 0;
    line-height: 18px;
}

.keyFaceList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.keyFaceItem {
    display: none;
    max-width: 190px;
    margin-right: 24px;
    margin-bottom: 40px;
}

.keyFaceItem:nth-child(6n) {
    margin-right: 0;
}

.keyFaceItem:last-child {
    margin-right: 0;
}

.keyfaceThumb {
    width: 190px;
    height: 190px;
    overflow: hidden;
    border-radius: 5px;
}

.keyfaceThumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: grayscale(1);
}

.keyf-Title {
    margin: 10px 0 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.keyFaceList .keyFaceItem .keyf-dsgn {
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

.awrdPrc_spons {
    display: inline-flex;
    gap: 0 15px;
    align-items: center;
    font-size: 12px;
}

.awrdPrc_spons img {
    width: 124px;
}

.SecAward_process .pageTitle {
    border-right: 1px solid;
    line-height: 1;
    padding-right: 17px;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 15px;
}

.SecAward_process .page-heading {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}



.ndtv-spl .ft-sticky {
    background-color: #020714;
}

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

.quizWrap {
    display: flex;
    align-items: center;
}

.quizThumb {
    border-radius: 5px;
    overflow: hidden;
    width: 405px;
    flex-shrink: 0;
}

.quizInfo h4 {
    color: #d0d8eb;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.quizInfo {
    margin-left: 25px;
}

.quizInfo p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #d0d8eb;
    padding-top: 0;
    margin-top: 0;
}

.quizInfo h6 {
    font-size: 18px;
    font-weight: 500;
    color: #d9aca3;
    margin-bottom: 30px;
}

.Playquiz {
    background: transparent;
    font-size: 13px;
    border: 1px solid #d9aca3;
    color: #d9aca3;
    border-radius: 30px;
    padding: 10px 30px;
    appearance: none;
    width: 190px;
    height: 44px;
    cursor: pointer;
    display: block;
    text-align: center;
    transition: background all ease-in 0.3s;
}

.Playquiz:hover {
    color: #000;
    background: #d9aca3;
}

.custom_theme .nshp_bdmcrum {
    margin: 10px 0 10px;
    display: none;
}

.custom_theme .nshp_bdmcrum ul li a.bmmactive {
    color: #d9aca3;
}

.custom_theme .nshp_bdmcrum ul li span {
    line-height: 1.2;
    color: #d9d9d9;
}

.custom_theme .bmmactive .bdm_arrow {
    display: none;
}

.custom_theme .nshp_bdmcrum ul li a {
    border-right: 1px solid;
    padding: 0 8px 0 0;
    margin-right: 8px;
    line-height: 1.2;
}

.ins_dateline {
    color: #d9d9d9;
}

/* Winner List */
.ndsp-wnr-item .ndsp-catTitle {
    font-size: 15px;
}

.winnerfaceList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 15px;
    width: 100%;
}

.winnerfaceList .facesItem {
    max-width: 240px;
    position: relative;
    margin-bottom: 50px;
    display: none;
}

.winnerfaceList .facesItem p,
.winnerfaceList .facesItem h6 {
    color: #d0d8eb;
    text-align: left;
}

.winnerfaceList .facesItem p {
    position: absolute;
    top: 320px;
    font-size: 13px;
    color: #d9aca3;
    width: 100%;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
    left: 0;
    padding: 0 50px 0 10px;
}

.faceImg {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin-bottom: 10px;
}

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

.faceImg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #14192500 0%, #141925 100%) 0% 0% no-repeat padding-box;
}

.winnerfaceList .facesItem p::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    background: url(https://drop.ndtv.com/ndtv/special/ioy-2024/images/wreath-default.svg);
    z-index: 1;
    background-size: 100%;
    background-repeat: no-repeat;
}

.winnerfaceList .facesItem h4 {
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    line-height: 23px;
}

.winnerfaceList .facesItem h6 {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    padding-left: 10px;
}

.videoicon {
    display: none;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    background-size: 30px;
}

.custom_theme .mutestart_cont {
    z-index: 1;
}

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

.custom_theme .mute_off_icon,
.custom_theme .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;
}

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

/*=======Live Blog CSS=========*/

.ndtv-spl .nshp_lhs .nshp_widget_boxwrap {
    padding-top: 0;
}

.ndtv-spl .nshp_widget_top.liveblog_title_heading {
    display: none;
}

.ndtv-spl .nshp_live_blog .blog_cont {
    padding: 20px 0 0 0;
}

.ndtv-spl .nshp_live_blog #titleDiv .blog_title h2 {
    font-weight: 700 !important;
    line-height: 35px;
}

.ndtv-spl .nshp_widget_mid .blog_description p {
    padding: 0 0 15px 0;
}

.ndtv-spl .nshp_widget_mid .blog_description p+p span {
    font-size: 26px;
    color: #000 !important;
    line-height: normal;
}

.ndtv-spl .nshp_live_blog .fromthetrail {
    overflow: inherit;
}

.ndtv-spl #blogDiv .blogItem {
    background-color: #141925;
    border-radius: 12px;
    padding: 0;
    box-sizing: border-box;
    flex-direction: column;
    position: relative;
    margin-bottom: 25px;
    border: 1px solid #d9aca3;
}

.ndtv-spl #blogDiv .blogItem::before {
    content: "";
    position: absolute;
    left: -26px;
    width: 10px;
    height: 10px;
    background: #d9aca3;
    border-radius: 10px;
    top: -2px;
}

.ndtv-spl #blogDiv .blogItem .liveblog_lhs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    background-color: #141925;
    min-height: 45px;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
}

.ndtv-spl .lvblog_share {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ndtv-spl #blogDiv .blogItem .liveblog_lhs .lvblog_share a {
    flex-shrink: 0;
    margin: 0 10px 0 0;
    display: inline-block;
    background-image: url(https://i.ndtvimg.com/i/2020-08/liveblog-sprite_500x300_41597934630.png?dd);
    background-repeat: no-repeat;
    height: 24px;
    width: 23px;
}

.ndtv-spl #blogDiv .blogItem .liveblog_lhs .lvblog_share a.lvfbook {
    background-position: -192px -113px;
}

.ndtv-spl #blogDiv .blogItem .liveblog_lhs .lvblog_share a.lvtwitter {
    background-position: -221px -113px;
}

.ndtv-spl #blogDiv .blogItem .liveblog_lhs .lvblog_share a.lvmail {
    background-position: -252px -113px;
}

.ndtv-spl #blogDiv .blogItem .liveblog_lhs .lvblog_share a.lvperma {
    background-position: -252px -140px;
}

.ndtv-spl #blogDiv .blogItem .liveblog_lhs .lvblog_share a:last-child {
    margin-right: 0;
}

.ndtv-spl .nshp_widget_mid .blog_description p {
    padding: 10px 0;
}

.ndtv-spl #blogDiv .blogItem .liveblogdate_top {
    width: auto;
    margin-bottom: 0;
    padding-left: 0px;
    flex-shrink: 0;
}

.ndtv-spl #blogDiv .blogItem .liveblog_lhs .lvblog_time {
    width: auto;
    padding-left: 5px;
    margin-right: auto;
    flex-shrink: 0;
}

.ndtv-spl #blogDiv .blogItem .liveblog_RHS {
    width: 100%;
    margin-left: 0;
    border-left: none;
    padding-left: 0;
    padding-bottom: 0;
    padding: 15px !important;
}

.ndtv-spl #blogDiv .blogItem .liveblog_RHS .nfeed>a b:first-child {
    margin-bottom: 0;
}

.ndtv-spl .nfeed font {
    display: block;
}

.ndtv-spl #blogDiv .blogItem .liveblog_lhs .lvblog_time,
.ndtv-spl #blogDiv .blogItem .liveblogdate_top {
    position: relative;
    font-family: "Inter";
    font-size: 15px !important;
    color: #d9aca3;
}

.blog_description {
    line-height: 23px;
    color: #d0d8eb;
}

.ndtv-spl .nfeed b,
.ndtv-spl .nshp_live_blog #titleDiv .blog_title h1 {
    color: #d0d8eb !important;
}

.ndtv-spl .nfeed {
    color: #d0d8eb !important;
}

.ndtv-spl .morecomment_bot {
    background: transparent;
    text-align: center;
}

.ndtv-spl .morecomment_bot span {
    text-align: center;
    display: block;
    margin-top: 12px;
    font-size: 13px;
    color: rgba(217, 172, 163, 1);
    /* background: #000; */
    display: inline-block;
    text-align: center;
    border: 1px solid rgba(217, 172, 163, 1);
    border-radius: 40px;
    padding: 14px 30px;
}

.custom_theme .gallary_paging_num_prev a {
    width: auto;
    border-radius: 5px;
}

.ndsp-catExcerpt {
    color: #bcbcbc;
    font-size: 14px;
}

/*========Story Listing==========*/
.ndtv-spl .nshp_news_bxwrap {
    width: 100%;
    margin-bottom: 30px;
}

.ndtv-spl .nshp_news_bxwrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.nshp_news_bxwrap ul li {
    padding: 0px !important;
}

.nshp_news_bxwrap ul li {
    width: calc(25% - 18px);
    border: 0 !important;

}

.nshp_news_bxwrap ul li .nshp_news_bxthumb {
    width: 100% !important;
    float: none !important;
}

.nshp_news_bxwrap ul li:nth-child(4n) {
    margin-right: 0;
}

.custom_theme .nshp_wrap1260 .nshp_lhs {
    width: 70%;
    margin: 0 auto;
    float: none;
    padding-top: 30px;
}

.custom_theme .nshp_wrap1260 .nshp_rhs {

    display: none;
}

.custom_theme .nshp_wrap1260 .nshp_rhs .nshp_top_headline h2 {
    font-size: 35px;
}

.custom_theme .nshp_wrap1260 .nshp_rhs .nshp_abtexpt_discbox p {
    font-size: 15px;
    line-height: 26px;
}

.nshp_wrap1260 .nshp_news_bxthumb {

    overflow: hidden;
    border-radius: 5px;
    padding: 0;
}

.custom_theme .nshp_wrap1260 .nshp_rhs .nshp_top_headline {
    padding: 0 !important;
}

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

.nshp_news_bxwrap ul li .nshp_news_infor p {
    display: none;
}

.nshp_news_bxwrap ul li .nshp_news_infor {
    padding: 10px 0;
}

.custom_theme .rhs_widgmid_wbg {
    background: transparent;
    padding: 0 !important;
}

.custom_theme .nshp_news_pagination_box {
    background: #141925;
}

.nshp_news_page_count {
    width: 100%;
    padding: 10px 0;
    border-left: none;
    height: auto;
    text-align: center;
}

.nshp_news_page_count ul li,
.nshp_news_page_count ul li a {
    font-size: 14px;
    color: #d0d8eb;
    margin-right: 6px;
}

.nshp_news_page_count ul li.selected a {
    border: 1px solid rgba(217, 172, 163, 1) !important;
    border-radius: 30px;
    color: rgba(217, 172, 163, 1) !important;
}

.nshp_news_page_count ul li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.nshp_news_page_count ul li a:last-child {
    border-right: 1px solid;
}

.nshp_news_page_count ul li:last-child a {
    width: auto;
    border-radius: 6px;
}

.nshp_news_page_count ul li a:hover {
    color: rgba(217, 172, 163, 1);
    border-color: rgba(217, 172, 163, 1);
}

.custom_theme .nshp_wrap1260 .nshp_lhs .nshp_video_box,
.custom_theme .nshp_wrap1260 .nshp_lhs .nshp_photo_box {
    width: 220px;
}

.custom_theme .nshp_vid_bxthumb {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

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

.custom_theme .nshp_vid_bxthumb .nshp_vid_playbx {
    font-size: 11px;
    padding: 0px 7px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 0;
    display: flex;
    pointer-events: none;
    border-radius: 3px;
}

.custom_theme .nshp_vid_bxthumb span {
    float: none;
    display: block;
    background: transparent;
    padding: 0;
    top: 6px;
    position: relative;
    margin: 0 3px 0 0;
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
}

.custom_theme .nshp_watchvid_headline {
    color: #fff;
}

.nshp_news_lhs {
    width: 100%;
}

.award_cat_dtls .nomineeTabWrap {
    clear: both;
    margin-bottom: 20px;
}

.currentCat .catgryInfo {
    margin-inline: auto;
}

.currentCat.categoryItem {
    margin-top: 50px;
}



.custom_theme .nshp_wrap1260 .nshp_news_bxthumb,
.custom_theme .nshp_wrap1260 .nshp_vid_bxthumb {
    aspect-ratio: 16/9;
}

.nshp_news_bxwrap ul li .nshp_news_headline a {
    font-family: var(--font-primary);
    font-size: 15px !important;
    line-height: 23px !important;
    color: #d0d8eb;
}

.award_cat_dtls .nmnee_list {
    flex-direction: column;
}

.award_cat_dtls .nmnee_list .nmnee_item {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 70px;
}

.award_cat_dtls .nmnee_list .nmnee_item .nmnee_thumb {
    max-width: 240px;
    float: left;
    margin-right: 25px;
}

.award_cat_dtls .nmnee_list .nmnee_item:nth-child(2n) .nmnee_thumb {
    float: right;
    margin-left: 25px;
}

.winnerList-old .faceImg:before,
.winnerList-old .faceImg:after {
    display: none;
}

.winnerList-old .facesItem {
    max-width: 300px;
}

.custom_theme .spl_scenarios_fullwidth,
.custom_theme .mainstorywrap6 {
    background: transparent;
}

.custom_theme .mainstorywrap6 .ndtv_leadstory .ndtv_lead_st_headline {
    color: #d8aca2;
}

.custom_theme .spl_scenarios_fullwidth .mainstorywrap6 .ndtv_leadstory .ndtv_lead_st_headline h1 {
    color: #d8aca2;
    font-weight: 300;
}

.custom_theme .spl_scenarios_fullwidth .mainstorywrap6 .storylist_thumb .nshp_video_box .nshp_vid_bxthumb {
    height: 87px;
}

.custom_theme .nshp_vid_bxinfo a {
    font-size: 14px;
}

.custom_theme .showMore .txt_more {
    background: transparent;
    border-color: var(--clr-1);
    color: var(--clr-1);
}

.keyfacesHeading {
    font-size: 48px;
    margin-bottom: 30px;
}

.winnerFaces.winnerList-old {
    margin-top: 80px;
}

.custom_theme .nshp_vid_bxinfo,
.custom_theme .nshp_vid_bxinfo a,
.custom_theme .nshp_vid_bxinfo a:active,
.custom_theme .nshp_vid_bxinfo a:visited {
    color: #d0d8eb;
}

.winnr2023 {
    background: #d9aca3;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0 20px;
}

.winnr2023 img {
    max-width: 40px;
}

.winnr2023 h4 {
    font-size: 28px;
    color: #020714;
    font-weight: 500;
    margin: 0 15px;
    transition: all ease-in-out 0.3s;
}

.winnr2023:hover h4 {
    letter-spacing: 2px;
    color: black;
    text-shadow: none;
}

.custom_theme .nsph_vid_disc {
    color: #d0d8eb;
    line-height: 1.4;
}

.custom_theme .nshp_photo_gall_top,
.custom_theme .nshp_photo_gall2 {
    background: transparent;
}

.nshp_photo_gall_top {
    padding: 12px 0 0;
}

.custom_theme .nshp_news_rhs {
    width: 195px;
    display: none;
}

.nshp_news_lhs {
    width: 100%;
    float: right;
    padding-right: 0;
}

.news_storybody h2 {
    font-size: 22px;
    font-weight: 300;
    margin: 12px 0;
}

.custom_theme .nshp_news_lhs p,
.custom_theme .nshp_news_lhs .news_storybody {
    color: #d0d8eb;
}

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

.custom_theme .ins_dateline a,
.custom_theme .nshp_alsoread_wrap h2,
.st_sharebar_new1 .st_sharebar_left p {
    color: #c8a069 !important;
}

.custom_theme .ins_keyword a {
    color: #c8a069;
    border-color: #c8a069;
}

.quoteList {
    display: flex;
    margin-bottom: 25px;
    margin-inline: -10px;
}

.quote-card {
    background-color: #141925;
    color: #d0d8eb;
    padding: 20px;
    border-radius: 10px;
    max-width: 400px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: ease-in-out all 0.3s;
}

.quote-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.quote-author {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: auto;
    border-top: .5px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
    position: relative;

}

.quote-author::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 18px;
    background: #141925;
    top: -8px;
    left: 96px;
    /* border-left: 1px solid; */
    border-bottom: .5px solid rgba(255, 255, 255, 0.3);
    transform: rotate(-36deg);
}

.quote-author::before {
    border-top: .5px solid rgba(255, 255, 255, 0.3);
    content: '';
    position: absolute;
    top: -1px;
    width: 19px;
    height: 30px;
    transform: rotate(66deg);
    left: 77px;
    z-index: 1;
}

.author-image {
    width: 85px;
    height: 85px;
    border-radius: 5px;
    margin-right: 10px;
    object-fit: cover;
}

/* .quote-card:hover .author-name,
.quote-card:hover .author-title,
.quote-card.active .author-name,
.quote-card.active .author-title {
  color: #141925;
} */

.author-details {
    flex: 1;
}

.author-name {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #d9aca3;
    line-height: 1.4;
}

.author-title {
    margin: 0;
    font-size: 15px;
    color: #d0d8eb;
    line-height: 22px;
}

.nshp_abtexpt_pic_thumb:empty {
    display: none;
}

.custom_theme .profile_full_slide .profile_cont {
    background: transparent;
    border: 0;
}

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

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

.ndtv-spl .ndtv-wSummit-livePlrSec {
    margin-top: 200px;
    padding-bottom: 40px;
    background: url(../images/BG.png) !important;
    background-size: cover !important;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.secJury {
    padding-top: 80px !important;
}

.secQuote {
    margin-bottom: 80px;
    padding-top: 60px;
}

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

/* Gallery Styling */
.ndtv-wSub-gallery {
    margin: 8px 0;
    clear: both;
}

.lb-details {
    display: none !important;
}

.ndtv-wSub-gallery-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;

    box-sizing: border-box;
}

.ndtv-wSub-gallery {
    margin: 0 0 40px 0;
}

.ndtv-wSub-heading {
    font-family: var(--font-outfit);
    color: #000;
    font-size: 58px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 40px;
}

.ndtv-wSub-gallery-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    gap: 25px;
}


.ndtv-wSub-main-image {
    flex: 2;
    aspect-ratio: 16/9;
    overflow: hidden;
    order: 3;

}

.meet-the-winners .facesItem {
    display: block;
}

.ndtv-wSub-main-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 5px;
}

.ndtv-wSub-gallery-container img {

    transition: all ease-in 0.3s;
}



.ndtv-wSub-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 25px;
}

.ndtv-wSub-gallery-item-container {
    margin-bottom: 0;
}

.ndtv-wSummit-morebtn {
    text-align: center;
}

.ndtv-wSub-more-btn,
.custom_theme .toggle-btn,
.rmore_btn,
.load_more_st a {

    border-radius: 50px;
    font-size: 16px;
    color: #fff !important;
    width: 150px;
    display: inline-block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    text-transform: capitalize;
    transition: all ease-in-out 0.3s;
    margin-top: 30px;
    box-shadow: var(--shadow);
    background-color: color-mix(in srgb, var(--c-glass) 25%, transparent);
    backdrop-filter: blur(15px);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.ndtv-wSub-more-btn:hover {
    color: #fff;
}

.ndtv-wSub-more-btn:hover,
.rmore_btn:hover,
.load_more_st a:hover {
    background-color: color-mix(in srgb, var(--c-action) 40%, transparent);
}

.ndtv-wSub-gallery-item-container {
    aspect-ratio: 16/9;
}

.ndtv-wSub-gallery-item-container img {
    display: block;
    border-radius: 5px;
    width: 100%;
    height: 100%;
}





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

h4.gallery-thumb-title {
    padding: 15px 15px 15px 0;
    font-size: 16px;
    line-height: 1.6;
    color: #d0d8eb;
    font-weight: 400;
    text-align: left;
}

.secQuote:has(~ .ndtv-wSub-gallery) {
    margin-bottom: 0;
}

.news-list-144 {
    padding-top: 20px;
}

.quizThumb {
    display: flex;
}

.thumb_img {
    width: 250px;
    height: 300px;
    overflow: hidden;
    border-radius: 5px;
}

.thumb_img img {
    display: block;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.quizThumb {
    display: flex;
    gap: 0px;
}

.thumb_img {
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.thumb_img input {
    display: none;
}

.thumb_img input:checked+img {
    filter: grayscale(0);
}

.quotes .quote-card {
    max-width: 410px;
    margin: 0;
}

.quotes .quoteList {
    gap: 25px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.aboutryt #__nroom_html {
    background: #141925;
    border-radius: 5px;
    padding: 15px;
    height: 413px;
    overflow: auto;
}

.aboutryt .ElFrmThNws_ttl,
.aboutryt .ElFrmThNws_crd-item a {
    color: #d0d8eb;
}

.aboutryt .ElFrmThNws_head-wrp {
    color: #d9aca3;
}

.aboutryt .ElFrmThNws_crd-list::before {
    background-color: #d9aca3;
}

.aboutryt .ElFrmThNws_head-wrp::before {
    left: -26px;
    border-color: #d9aca3;
    background: #020714;
}

.aboutryt .ElFrmThNws_crd-item {
    border-bottom: 0;
}

.aboutryt .ElFrmThNws_crd-item:first-child .ElFrmThNws_head-wrp::before {
    background: #020714;
    border-color: #d9aca3;
}

.aboutryt .loadmore .marr5 {
    background: transparent;
    color: #d9aca3;
    border: 1px solid #d9aca3;
}

.abt_morebtn {
    margin-top: 25px;
}

.abt_morebtn .show_more {
    margin-left: 0;
}

.abt_morebtn .show_more:hover {
    background-color: color-mix(in srgb, var(--c-action) 40%, transparent);
}

.Quotemorebtn {
    text-align: center;
}

.custom_theme .nshp_photo_bxwrap a,
.custom_theme .nshp_photo_bxwrap a:active,
.custom_theme .nshp_photo_bxwrap a:visited {
    color: #d0d8eb;
}

.tp_vdbox {
    margin-top: 60px;
}

.videos .custom_theme .ndtv-wSummit-videolist {
    margin-top: 30px;
}

.custom_theme .ndtv-wSummit-livePlrSec .nshp_watchvid_headline {
    display: none;
}

.videos .loadmore_btn {
    color: #d9aca3 !important;
    border: 1px solid #d9aca3;
    border-radius: 30px;
    text-align: center;
    padding: 5px 15px;
}

.load_more_st a {
    box-shadow: none;
    background: transparent;
    color: #d9aca3 !important;
    border: 1px solid #d9aca3;
    border-radius: 30px;
    text-align: center;
    padding: 5px 15px;
    margin: 0 auto;
    width: auto;
    display: inline-block;
}

.load_more_st a:hover {
    background: #d9aca3;
    color: #000 !important;
}

.load_more_st a::after {
    display: none;
}

.videos .loadmore_btn span {
    display: none;
}

.winners .winnerSec,
.award-categories .ndtv-wSummit-secAbout {
    padding-top: 20px;
}

.nshp_wrap1260 .nshp_photo_bxinfo {
    font-size: 15px;
}

.home .custom_theme .ndtv-wSummit-videolist {
    margin-bottom: 30px;
    padding-bottom: 50px;
    position: relative;
}

.nshp_news_lhs .nshp_news_topshare {
    border-bottom: 1px solid #3a4153;
    border-top: 1px solid #3a4153;
}

.news_st_wrap {
    margin-top: 15px;
}

.news_st_wrap .description_info {
    border-bottom: 1px solid #3a4153;
}

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

.ins_nextstory {
    border-top: 1px solid #3a4153;
}

.nshp_news_rhs .nshp_alsoread_wrap p {
    color: #d9d9d9;
}

.winners .Quotemorebtn {
    display: none;
}

.winners .winnerfaceList .facesItem {
    display: block !important;
}

.nshp_photo_slidebox .nshp_photo_bxthumb {
    height: 167px;
    overflow: hidden;
    border-radius: 5px;
}

.nshp_wrap1260 .videobox {
    width: 100%;
}

[class^="nshp_video_slidebox"] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

[class^="nshp_video_slidebox"] .nshp_video_box {
    width: calc(100%/4 - 19px) !important;
    max-width: none !important;
    margin-right: 0;
    position: relative;
    transition: all ease-in-out 0.3s;
}

[class^="nshp_video_slidebox"] .nshp_video_box::before,
.nshp_news_bxthumb::before,
.ndsp-wnr-item::before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 10px);
    opacity: 0;
    background-color: color-mix(in srgb, var(--c-glass) 25%, transparent);
    backdrop-filter: blur(15px);
    z-index: -1;
    transition: all 0.3s cubic-bezier(.44, .36, .17, .83);
    transform: scale(0.9);
    transform-origin: center;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

[class^="nshp_video_slidebox"] .nshp_video_box:hover:before,
.nshp_news_bxthumb:hover::before,
.ndsp-wnr-item:hover::before {

    opacity: 1;
    transform: scale(1);
}

[class^="nshp_video_slidebox"] .nshp_video_box:hover .nshp_vid_bxinfo a {
    color: #fff;
    transition: color 0.3s ease-in-out;
}

[class^="nshp_video_slidebox"] .nshp_video_box:hover {
    transform: translateY(-5px);
    transition: all ease-in-out 0.3s;
}

/* .quote-card:hover,
.quote-card.active {
  background: #d0d8eb;
  color: #141925;
} */

.bloglisting .liveblog_RHS .photo_anchor .photo_img_thumb {
    float: none;
}

.ndtv-spl .bloglisting .liveblog_RHS .nfeed>a b {
    color: #d0d8eb !important;
    margin-top: 10px;
    clear: both;
}

.ndtv-spl .custom_theme .bloglisting .liveblog_RHS .nfeed>a b:first-child,
.bloglisting .liveblog_RHS .nfeed>a:hover {
    color: #fff !important;
}

.photos .ndtv-wSub-gallery {
    margin: 0;
    padding-top: 0;
}

.ft-sticky .footer_nav ul li,
.ft-sticky .footer_group ul li,
.ft-sticky .footer_copy {
    text-transform: capitalize !important;
}

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

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

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

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

.apps .ndtv-wSummit-secAbout {
    padding-bottom: 20px;
    padding-top: 20px;
}



.winners.apps .winnerSec {
    padding-top: 20px;
}

.apps .custom_theme .wsub25-pnlst_sec {
    padding: 20px 0;
}

.apps .nshp_header {
    display: none;
}

.custom_theme .wsub25-pnlst_sec.full_width {
    width: auto;
    margin-inline: auto;
}

.custom_theme .wsub25-ttl {
    font-weight: 200;
    font-size: 40px;
    text-transform: none;
}

.custom_theme .wsub25-pnlmbr-thumb {
    border-radius: 10px;
}

.custom_theme .wsub25-pnlmbr-name,
.custom_theme .wsub25-pnlmbr-desc {
    font-size: 16px;
}

.btn_shwMore:hover {
    background: #d9aca3;
    color: #000;
}

.btn_shwMore {
    appearance: none;
    background: transparent;
    cursor: pointer;
    border: 1px solid #d9aca3 !important;
    border-radius: 50px !important;
    font-size: 13px !important;
    color: #d9aca3;
    width: auto;
    height: 35px;
    display: inline-flex;
    text-transform: capitalize;
    transition: all ease-in-out 0.3s;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.wsub25-pnlmbr-info {
    text-align: left !important;
}

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

[id^="newslistingloadmore_"] .auto-wrap,
[id^="newslistingloadmore_"] .auto-cont {
    height: auto !important;
    overflow: visible !important;
}

.custom_theme .nshp_wrap1260 .nshp_rhs:empty {
    display: none;
}

.imgani {
    position: fixed;
    right: -200px;
    width: 400px;
    top: 30%;
    animation: rotate 20s linear infinite;
    ;
    z-index: -1;
    opacity: 0;
    transition: all ease 0.4s;
}

.imgani.visible {
    opacity: 0.45;
}

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

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

@media only screen and (min-width: 736px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

    .nshp_wrap,
    .nshp_wrap1260,
    .nshp_top_storywidg .nshp_topstory_box .storylist_thumb li .description,
    .nshp_opinion_discp,
    .nshp_opinion_discp p,
    .nshp_opinion_discp p a,
    .nshp_news_headline,
    .nshp_news_headline a,
    .nshp_news_infor p,
    .nshp_news_infor a,
    .nshp_lhs_tsty_info p,
    .nshp_wrap1260 .nshp_rhs .nshp_news_headline,
    .nshp_opinion_discp a,
    .nshp_news_headline a,
    .nshp_top_storywidg .nshp_topstory_box .storylist_thumb li .description h2,
    .nshp_top_storywidg .nshp_topstory_box .storylist_thumb li .description .nshp_rhs .nshp_vid_bxinfo,
    .nshp_rhs .nshp_vid_bxinfo a,
    .spl_scenarios_fullwidth .hpage_topsty_wrap16 .storylist_thumb li h3.spl_scenarios_fullwidth .hpage_topsty_wrap16 .storylist_thumb li h3 a,
    .mainstorywrap13 .storylist_thumb li h3,
    .mainstorywrap13 .storylist_thumb li h3 a,
    .spl_scenarios_fullwidth .hpage_topsty_wrap16 .storylist_thumb li h3,
    .spl_scenarios_fullwidth .hpage_topsty_wrap16 .storylist_thumb li h3 a,
    .mainstorywrap13 .storylist_thumb li h3 a,
    .hpage_topsty_wrap12 .storylist_thumb li h3 a,
    .nshp_photo_bxwrap h1,
    .nshp_vid_bxwrap h1 {
        font-size: inherit !important;
        line-height: inherit !important;
        font-weight: inherit !important;
    }


}

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

@media (max-width: 767px) {
    .imgani {
        display: none;
    }

    .ndtv-spl .nshp_header {
        min-height: 48px;
        margin-bottom: 30px !important;

    }

    .wsub25-pnlmbr-info {
        text-align: left !important;
        padding: 10px 0 !important;
    }

    .ndtv-spl .ft-sticky_lft,
    .ndtv-spl .footer_copy a {
        border-right: 0;
    }

    .ndtv-spl .nshp_min_nav,
    .home.ndtv-spl .nshp_min_nav {
        padding: 10px 0;

        margin-bottom: 0;
    }

    .pageTitle {
        font-size: 26px !important;
        line-height: normal;
        font-weight: 200;
        margin-bottom: 0 !important;
    }

    .aboutWrap {
        flex-direction: column;
    }

    .aboutInfo {
        flex-direction: column;
    }

    .custom_theme .nshp_abtexpt_pic_thumb {
        margin-right: 0;
        height: auto;
        margin-bottom: 10px;
        transform: none;
    }

    .nshp_abtexpt_pic_thumb img {
        transform: translateX(-20px);
    }

    .catgoryWrap .show_more {
        display: flex;
    }

    .categoryList {
        gap: 20px 15px;
        justify-content: center;
        margin-bottom: 0px;
        justify-content: space-between;
    }

    .ndtv-wSummit-secAbout {
        padding-bottom: 0px;
    }

    .categoryItem .catgryInfo {
        width: auto;
        height: auto;
        aspect-ratio: 1/0.9;
    }

    .categoryItem {
        margin-bottom: 0px;
        padding: 0 !important;
        width: calc(100%/2 - 8px);
    }

    .categoryItem:last-child {
        margin-bottom: 0;
    }

    .catName {
        font-size: 13px;
        line-height: 18px;
    }

    .catgoryWrap .morebtn {
        margin: 30px 0 0px 0;
    }

    .awardProcess_Wrap {
        flex-direction: column;
    }

    .awardProcs_left {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
        height: auto;
    }

    .nmnee_list {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0 10px !important;
    }

    .nmnee_list:not(.home .nmnee_list) {
        gap: 15px !important;
    }

    .nmnee_list .nmnee_item {
        flex-shrink: 0;
        width: 47%;
        flex-grow: 0;
        flex: 0 0 calc(calc(100% / 2) - 8px)
    }

    .nmnee_thumb {
        width: auto !important;
        height: auto !important;
    }

    .nmnee_detls {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        word-wrap: break-word;
    }



    .ndtv-wSummit-sponsorList {
        margin-bottom: 10px;
    }

    .ndtv-wSummit-sponsorItem {
        width: calc(46.8% - 1px);
    }
    .ndtv-wSummit-sponsorList .ndtv-wSummit-sponsorItem{
        margin-bottom:0;
    }

    .custom_theme .nshp_wrap1260 {
        padding: 0 20px;
    }

    .nshp_nglobalnav_mwrap .nshp_glbnav_mobileview {
        background: #0d111e;
    }

    .custom_theme .nshp_mobtopnav_link {
        height: auto;
        box-shadow: none;
        display: block !important;
        order: 1;
        width: auto;
        padding-inline: 0;
    }

    .custom_theme .topnav_rhs {
        position: relative;
        order: 3;
        right: 0
    }

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

    .ndtv-wSub-scheduleList {
        grid-template-columns: repeat(1, 1fr);
    }

    .nshp_abtexpt_discbox p {
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
    }

    .nshp_min_nav.b_scn1.mobile_menu.m_nav_sty.search_fix.share_fix {
        position: fixed;
        height: 55px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;

    }

    .nshp_min_nav.b_scn1.mobile_menu.m_nav_sty.search_fix.share_fix:after {

        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(10px);
        z-index: -1;
    }

    .keyFaceList {
        white-space: normal;
    }

    .keyFaceItem {
        max-width: 47.5% !important;
        margin-right: 15px;
        margin-bottom: 30px;
    }

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

    .keyFaceItem:nth-child(2n) {
        margin-right: 0;
    }

    .keyf-Title {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .keyf-dsgn {
        font-size: 14px;
        line-height: 20px;
    }

    .SecAward_process .page-heading {
        flex-direction: column;
    }

    .SecAward_process .pageTitle {
        border-right: 0;
    }

    .awrdPrc_spons img {
        width: 130px;
    }

    .awrdPrc_spons {
        font-size: 14px;
        margin-top: 10px;
    }

    .SecAward_process .page-heading {
        align-items: flex-start;
    }

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

    .nmnee_title {
        font-size: 15px !important;
        margin-bottom: 5px;
        font-weight: 500 !important;
    }



    .ndtv-wSummit-sponsorItem img {
        max-width: 90px;
    }

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

    .secSponsors {
        margin-top: 0px;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    section,
    .ndtv-wSummit-secAbout {
        padding-top: 30px;
    }

    .custom_theme .nshp_top_headline h1,
    .custom_theme .nshp_top_headline h2 {
        font-size: 26px;
        line-height: normal;
        font-weight: 200;
        margin-bottom: 25px;
    }

    .winnerList .facesItem {
        width: 47% !important;
        margin-bottom: 20px !important;
    }

    .winnerList .winnerfaceList {
        justify-content: space-between;
    }

    .winnerfaceList .facesItem h4 {
        font-size: 15px;
        line-height: normal;
        margin-bottom: 5px;
        padding-left: 0;
    }

    .winnerfaceList .facesItem h6 {
        font-size: 14px;
        line-height: 19px;
        padding-left: 0;
    }

    .winnerfaceList .facesItem p {
        top: 176px;
        font-size: 12px;
        line-height: 15px;
    }

    .custom_theme .nshp_wrap1260 .nshp_lhs,
    .custom_theme .nshp_wrap1260 .nshp_rhs {
        width: 100%;
    }



    .award_cat_dtls .nmnee_list .nmnee_item {
        max-width: 100%;
        width: 100%;
    }

    .award_cat_dtls .nmnee_list .nmnee_item .nmnee_thumb {
        max-width: 190px;
        float: none;
    }

    .award_cat_dtls .nmnee_list .nmnee_item:nth-child(2n) .nmnee_thumb {
        float: none;
        margin-left: 0;
    }

    .award_cat_dtls .nmnee_list .nmnee_item .nmneeInfo {
        display: block;
    }

    .newsroom_ipad iframe {
        height: auto;
    }

    .keyfacesHeading {
        font-size: 26px;
    }

    .winnr2023 img {
        max-width: 26px;
    }

    .winnr2023 {
        align-items: flex-start;
        padding: 10px 20px;
    }

    .winnr2023 h4 {
        font-size: 20px;
        text-align: center;
    }

    .quizWrap {
        flex-direction: column;
    }

    .quizThumb {
        width: 100%;
    }

    .quizInfo {
        margin-left: 0;
        margin-top: 20px;
    }


    .quote-text {
        overflow: hidden;
        height: auto !important;
        transition: height 0.3s ease-in-out;
        font-size: 18px;
        margin-bottom: 0;
    }

    .quoteList {
        display: flex;
        flex-direction: column;
    }

    .quote-card {
        margin-bottom: 20px;
    }

    .quote-card .quote-author {
        margin-top: 20px;
    }

    .nshp_mobtopnav_link img {
        display: none;
    }



    .nshp_news_bxwrap ul li:nth-child(2n) {
        padding-top: 0px !important;
        margin-right: 0;
    }

    .nshp_wrap1260 .nshp_news_bxthumb {
        width: 100%;
    }

    .facesItem .faceImg {
        /* height: 180px; */
    }

    .facesItem {
        max-width: 210px;
    }

    .Playquiz {
        margin: 0 auto;
    }

    /*=====Gallery=======*/

    .ndtv-wSub-gallery .ndtv-wSub-heading {
        padding: 0 15px;
    }

    .ndtv-wSub-gallery-container {
        flex-direction: column;
        padding: 0;
    }

    .ndtv-wSub-main-image {
        order: -1;
        width: 100%;
        padding: 0;
        margin: 0 0 10px 0;
    }

    .photos .ndtv-wSub-main-image {
        min-width: 100%;
        height: auto;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .ndtv-wSub-column {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        width: 100%;
    }

    .ndtv-wSub-gallery-item {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    .ndtv-wSub-main-photo {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

    h4.gallery-thumb-title {
        font-size: 15px;
        line-height: 21px;
        padding: 10px 0;
    }

    .ndtv-wSub-gallery-item-container {
        margin-bottom: 15px;
    }

    .photos .ndtv-wSub-gallery-item-container {
        width: 100%;
    }

    .ndtv-wSub-column.col-3 {
        margin-top: 0;
    }

    .ndtv-wSub-column.col-3 .ndtv-wSub-gallery-item-container {
        margin-bottom: 0;
    }

    .ndtv-wSub-column.col-3 .ndtv-wSub-gallery-item-container:last-child {
        grid-column: 1/3;
        grid-row: 2;
        height: auto;
    }

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

    .home .custom_theme .nshp_wrap1260 .nshp_news_bxthumb {
        width: 100%;
    }

    .custom_theme .rmore_btn {
        margin-top: 0;
        scale:0.85;
    }
    .ndtv-wSub-more-btn, .custom_theme .toggle-btn, .rmore_btn, .load_more_st a{
        scale:0.85;
    }

    .custom_theme .nshp_news_sbh_inactive,
    .custom_theme .nshp_news_suhlink_active {
        display: none !important;
    }

    .aboutryt {
        width: 100%;
    }

    .ndtv-spl .ndtv-wSummit-livePlrSec {
        height: auto;
        margin-bottom: 30px;
        padding-bottom: 0;
        min-height: auto;
    }

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

    .custom_theme .nshp_widget_boxwrap.about_widget {
        padding-top: 0;
    }

    .meet-the-winners .winnerList .facesItem {
        width: 47.5%;
    }

    .custom_theme .nshp_top_headline {
        padding: 0 !important;
        margin-bottom: 0px;
    }

    .nshp_news_lhs {
        width: 100%;
    }

    .mblLg {
        display: none;
    }

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

    .aboutLeft {
        margin-bottom: 0;
    }

    .videobox p {
        line-height: 1.4;
    }

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

    .ndtv-spl .follow-us span {
        text-align: left;
    }

    .mobileNavOuter {
        scrollbar-width: none;
        width: 97%;
        left: 6px !important;
        top: 65px !important;
        border-radius: 20px;
    }

    .nshp_news_page_count ul li,
    .nshp_news_page_count ul li a {
        font-size: 12px;
    }

    .custom_theme .nshp_news_pagination_box {
        background: #141925;
        margin-bottom: 30px;
    }

    .winnerSec {
        padding-top: 10px;
    }

    .videos .custom_theme .ndtv-wSummit-videolist {
        margin-top: 0;
    }

    .custom_theme .nshp_wrap1260 .nshp_lhs .nshp_video_box .nshp_vid_bxthumb {
        height: 93px;
    }

    .home .winnerSec {
        padding-top: 30px;
    }

    .aboutryt .pageTitle {
        font-size: 30px !important;
        font-weight: 200;
        line-height: normal;
    }


    .custom_theme .nshp_wrap1260 .nshp_video_box:nth-child(2n),
    .custom_theme .nshp_news_bxwrap ul li:nth-child(2n),
    .custom_theme .nshp_wrap1260 .nshp_widget_mid .nshp_photo_box:nth-child(2n) {
        margin-right: 0;
    }

    .nshp_photo_slidebox .nshp_photo_bxthumb {
        height: 95px;
        overflow: hidden;
        border-radius: 5px;
    }

    .custom_theme .nshp_wrap1260 .nshp_widget_mid .nshp_photo_box {
        margin-right: 15px;
    }

    .winners .winnerSec,
    .award-categories .ndtv-wSummit-secAbout {
        padding-top: 0px;
    }

    .news_st_wrap .description_info {
        font-size: 13px;
        line-height: 18px;
    }

    .custom_theme .nshp_wrap1260 .nshp_rhs {
        margin-top: 30px;
    }

    .photos .ndtv-wSub-gallery {
        margin: 0;
        padding-top: 0;
    }

    .photos .ndtv-wSub-gallery-container {
        padding: 0;
    }




    .custom_theme .nshp_wrap1260 .nshp_widget_mid .nshp_photo_slidebox .nshp_photo_box {
        width: 47.5%;
    }

    .videobox p {
        line-height: 1.5;
    }

    .quote-card:first-child .quote-text {
        height: auto;
        margin-bottom: 15px;
    }

    .custom_theme .ndtv-wSummit-livePlrSec .videobox {
        flex-direction: column;
    }

    .ndtv-spl .ndtv-wSummit-livePlrSec {
        margin-top: 60px;
    }

    .custom_theme .ndtv-wSummit-livePlrSec .videobox::before {
        width: 70%;
        height: 100px;
        margin-block: 20px;
        background-size: contain;

    }

    .aboutInfo .nshp_abtexpt_discbox {
        padding-right: 0;
        padding-bottom: 0;
    }

    .nshp_nglobalnav_mwrap {
        display: none;
    }

    .ndtv-wSummit-videolist .nshp_vid_bxinfo a,
    .nshp_news_bxwrap ul li .nshp_news_headline a {
        line-height: 20px;
        padding-block: 0;
    }

    .about_widget .nshp_top_headline .toggle-btn {
        padding: 5px 0 !important;
        width: 90px;
        flex-shrink: 0;
    }

    .secSchdl {
        margin-top: 0;
        padding-top: 0;
    }

    .secQuote,
    .home .news-list-144 {
        margin-bottom: 50px;
    }

    .home .news-list-144 {
        padding-bottom: 10px;
        padding-top: 40px;
    }

    .nshp_news_bxwrap ul li {
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
        gap: 15px;
        align-items: flex-start;
    }

    .nshp_news_bxwrap ul li .nshp_news_headline a {
        line-height: 20px !important;
    }

    .nshp_nglobalnav_mwrap {
        display: none !important;
    }



    #bug_menu {
        top: 0;
        height: 22px;
    }

    .custom_theme .nshp_min_nav li a {
        padding-inline: 0;
        padding-block: 12px;
    }

    .ft-sticky .footer_copy {
        line-height: normal;
    }

    .wsub25-pnlmbr-item {
        width: calc(100% / 2 - 5px) !important;
    }

    .wsub25-pnlst_sec .nshp_wrap1260 {
        padding: 0;
    }

    .custom_theme .wsub25-pnlmbr-name {
        font-size: 15px;
        line-height: normal;
        font-weight: 600;
        margin-bottom: 3px;
    }

    .custom_theme .wsub25-pnlmbr-desc {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 0;
    }

    .custom_theme .wsub25-ttl {
        font-size: 26px;
        line-height: normal;
    }

    .custom_theme .wsub25-pnlst_sec {
        padding: 20px 0;
    }

    .secJury {
        padding-block: 0px !important;
        padding-top: 30px !important;
    }

    .secQuote {
        padding-top: 40px;
    }

    .secQuote .nshp_wrap1260 {
        padding-inline: 0;
    }

    .home .secQuote .nshp_wrap1260 {
        padding-inline: 15px;
    }

    .quoteList {
        margin-top: 20px;
        margin-inline: 0;
    }

    .secQuote,
    .news-list-144 {
        margin-bottom: 0;
    }

    .videos .nshp_wrap1260 .nshp_video_box {
        margin-right: 10px;
    }

    .custom_theme [class^="nshp_video_slideboxvideos_"],
    .nshp_video_slidebox {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .custom_theme [class^="nshp_video_slideboxvideos_"] .nshp_video_box,
    .nshp_video_slidebox .nshp_video_box {
        margin-bottom: 20px;
    }

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

    .custom_theme .nshp_wrap1260 .nshp_news_bxthumb {
        width: 95px !important;
        flex-shrink: 0;
    }

    .ndsp-wnnrList {
        gap: 15px;
        padding: 0;
        margin-bottom: 0
    }

    .ndsp-wnr-item {
        width: calc(100% / 2 - 8px);
    }

    .ndsp-catThumb {
        margin-bottom: 10px;
    }

    .ndsp-catExcerpt {
        font-size: 14px;
        line-height: 20px;

    }

    .custom_theme .nshp_top_headline .fl {
        margin-bottom: 20px;
    }

    .custom_theme .ndtv-wSummit-livePlrSec .videobox div {
        border-radius: 0;
    }

    section.SecNominee {

        padding-bottom: 20px;
    }



    .nshp_min_nav .ndtvlogo {
        order: 2;
        display: block !important;
        max-width: 90px;
        width: 90px;
        margin-right: auto !important;
        margin-left: 10px;
        transform: translateY(110%);
        opacity: 0;
        transition: all ease-in-out 0.4s;
    }

    .nshp_min_nav.b_scn1.mobile_menu.m_nav_sty.search_fix.share_fix .ndtvlogo {
        display: block !important;
        transform: translateY(0);
        opacity: 1;
    }

    .custom_theme .nshp_mobtopnav_link.ndtv_nav_sticky {
        width: auto;
    }

    .nshp_min_nav.b_scn1.mobile_menu {
        margin-top: 0;
    }
}

/*==Live Blog===*/

.ws_liveBlog {
    background: #16162b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    gap: 0 50px;
    overflow: hidden;
    min-height: 150px;
    margin-top: 40px;
}

.ws_liveBlog-liveBlogListing #blogDiv {
    border-left: 0;
    padding-left: 0;
}

.ws_liveBlog h4 {
    width: 18%;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    padding-left: 80px;
    font-family: var(--font-primary);
    font-weight: 700;
}

.ws_liveBlog h4::before {
    background-color: #fff;
    content: "";
    display: block;
    opacity: 0.75;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    transform: scale(1);
    animation: LvbBlnk_puls-anim 1s infinite;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -12px;
}

.ws_liveBlog h4::after {
    content: "";
    border-radius: 50%;
    background-color: #f44336;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -12px;
}

.ws_liveBlog-liveBlogListing {
    width: 82%;
}

.ElFrmThNws_crd-list::before {
    display: none;
}

.ws_liveBlog .ElFrmThNws_crd-wrp {
    width: 100%;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
    scrollbar-width: none;
    padding: 20px 0 0 0;
}

.ws_liveBlog .ElFrmThNws_crd-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    padding: 0;
}

.ElFrmThNws_crd-item:first-child .ElFrmThNws_head-wrp::before {
    background: #121721;
}

.ws_liveBlog .ElFrmThNws_crd-item {
    width: 31%;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
    border: 0;
    text-align: left;
}

.ws_liveBlog .ElFrmThNws_wrp {
    padding: 30px 0;
}

@media (min-width: 768px) {
    .ws_liveBlog .ElFrmThNws_inn:after {
        content: "";
        width: 100px;
        height: 100%;
        background: linear-gradient(90deg, rgba(60, 79, 103, 0) 0, #16162b 95%);
        position: absolute;
        right: 0;
        top: 0;
    }
}

.ws_liveBlog .ElFrmThNws_inn::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 40px;
    opacity: 0.4;
}

.ElFrmThNws_head-wrp::before {
    content: "";
    position: absolute;
    left: 0px;
    top: -17px;
    width: 10px;
    height: 10px;
    background: #121721;
    border-radius: 50%;
    border: 1px solid #999;
}

.ElFrmThNws_head-wrp {
    padding-bottom: 7px;
    padding-top: 7px;
}

.ElFrmThNws_time-wrp span,
.ElFrmThNws_Date {
    color: #999;
}

.ElFrmThNws_ttl {
    color: #fff;
}

.loadmore .marr5 {
    background-color: transparent;
    color: #fff;
    border-radius: 26px;
    border: 1px solid #d8aca2;
    height: 35px;
    color: #d8aca2;
}

.ws_liveBlog h4 {
    position: relative;
}

.ws_liveBlog h4:before {
    background-color: #f44336;
    content: "";
    display: block;
    opacity: 0.75;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    transform: scale(1);
    animation: LvbBlnk_puls-anim 1s infinite;
}

.ElFrmThNws_crd-item:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.ElFrmThNws_crd-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;

    position: relative;
    bottom: 0;
    z-index: 9;
    padding: 10px 15px 0 0;
    padding-bottom: 0px;
    width: auto;
    margin: 15px;
}

.ElFrmThNws_crd-item:last-child::before {
    display: none;
}

body:has(.ElFrmThNws_crd-item:last-of-type:hover) .fancy-cursor {
    display: none !important;
}

@keyframes LvbBlnk_puls-anim {
    0% {
        opacity: 0.75;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.videos-detail .custom_theme .nshp_wrap1260 .nshp_lhs {
    width: 70%;
    float: none;
    margin: 0 auto;
    padding-top: 30px
}

.videos-detail .nshp_watchvid_box {
    width: 100%;
}

.videobox p {
    line-height: 23px;
}

.ndtv-wSub-main-image .gallery-thumb-title {
    font-size: 28px;
    line-height: 1.4;
}

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

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

.photos-2025 .ndtv-wSub-gallery-container {
    margin-bottom: 12px;
    gap: 12px;
}

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

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

.photos-2025 .ndtv-wSub-main-image {
    overflow: hidden;
    flex: 2;
    padding: 0;
    margin: 0;
    order: unset;

}

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

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

.photos-2025 .ndtv-wSub-main-image a {
    display: block;
    aspect-ratio: 16/9;
    position: relative;
}

.secJury:not(.home .secJury) {
    margin-top: 30px;
    padding-top: 0 !important;
}

.nominees .nmnee_list .nmnee_item {
    width: calc(calc(100% / 5) - 20px);
}


.ntv_news_slink a {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 50%;
    background-color: #c8a069 !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: #000;
    transition: all 0.3s ease;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100%;
}

.ntv_news_slink a.ntv_fb:before {

    mask: url('https://cdn.ndtv.com/ui/special/2026/golf-pro/static/images/Facebook.svg');
}

.ntv_news_slink a.ntv_tw:before {
    mask: url('https://cdn.ndtv.com/ui/special/2026/golf-pro/static/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('https://cdn.ndtv.com/ui/special/2026/golf-pro/static/images/Watsapp.svg');
}

.ntv_news_slink a.ntv_redit:before {
    mask: url('https://cdn.ndtv.com/ui/special/2026/golf-pro/static/images/Reddit.svg');
}

.ntv_news_slink a.ntv_linked:before {
    mask: url('https://cdn.ndtv.com/ui/special/2026/golf-pro/static/images/Linkdin.svg');
}

.ntv_news_slink a.snapchat-icon:before {
    mask: url('https://cdn.ndtv.com/ui/special/2026/golf-pro/static/images/SNAPCHAT.svg');
}

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

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

}

.news_st_sharebar a.n_email:before {
    mask: url('https://cdn.ndtv.com/ui/special/2026/golf-pro/static/images/MAIL.svg');
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
}

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

.n_comments:before {
    mask: url('https://cdn.ndtv.com/ui/special/2026/golf-pro/static/images/COMMENT.svg');
    background-color: #000;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;

}

.ins_keyword {
    text-align: center;
}

@media (max-width: 767px) {
    .videos-detail .nshp_watchvid_box {
        width: 100%;
    }

    .ws_liveBlog,
    .ws_liveBlog .ElFrmThNws_crd-list {
        flex-direction: column;
        padding-top: 20px;
    }

    .ws_liveBlog h4 {
        width: 100%;
    }

    .ws_liveBlog .ElFrmThNws_crd-item {
        width: 100%;
        padding-left: 12px;
    }

    .ws_liveBlog .ElFrmThNws_wrp {
        padding: 0px 20px;
    }

    .ws_liveBlog .ElFrmThNws_inn::before {
        width: 1px;
        height: 100%;
        left: 15px;
    }

    .ws_liveBlog .ElFrmThNws_crd-wrp {
        overflow: visible !important;
        padding-top: 0;
    }

    .ElFrmThNws_head-wrp::before {
        left: -23px;
        top: 5px;
        width: 10px;
        height: 10px;
    }

    .ws_liveBlog-liveBlogListing #blogDiv {
        padding-top: 0;
    }

    .ws_liveBlog-liveBlogListing {
        width: 100%;
    }

    .ws_liveBlog h4 {
        font-size: 24px;
        padding-left: 40px;
    }

    .ws_liveBlog h4::before,
    .ws_liveBlog h4::after {
        width: 10px;
        height: 10px;
        left: 15px;
        margin-top: -5px;
    }

    .lodmor-btn::after {
        display: none;
    }

    .lodmor-btn:hover {
        color: #fff;
    }

    .dnfcBlog-live.BlogListing {
        max-height: 430px;
        overflow-y: scroll;
    }

    .ElFrmThNws_crd-item:last-child {
        padding: 0;
        margin: 0;
    }

    .ndtv-wSub-main-image .gallery-thumb-title {
        font-size: 15px;
    }

    .nshp_min_nav.b_scn1.mobile_menu {
        min-height: auto;
        ;
    }

    .ws_liveBlog {
        margin-bottom: 40px;
    }

    .photos-2025 .ndtv-wSub-main-image {
        min-width: none;
        order: unset;
    }

    .photos-2025 .ndtv-wSub-gallery-container {
        flex-direction: row;
    }

    [class^="nshp_video_slidebox"] {
        gap: 30px;
    }

    .home .custom_theme .ndtv-wSummit-videolist {
        padding-bottom: 80px
    }

    .custom_theme [class^="nshp_video_slidebox"] .nshp_video_box {
        width: 100% !important;
        margin-right: 0;

    }

    .nshp_vid_bxwrap {
        display: flex;
        flex-direction: row-reverse;

        align-items: flex-start;
    }

    .custom_theme .nshp_vid_bxinfo {
        padding: 0;
    }

    .custom_theme .nshp_vid_bxthumb {
        width: 95px !important;
        flex-shrink: 0;
        margin-left: 12px;
    }

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

    .ndsp-iluSect {
        padding: 20px 0 60px
    }

    .ndsp_iluIns {
        flex-direction: column;
        gap: 15px;
    }

    .ndsp_ilulhs,
    .ndsp_ilurhs {
        width: 100%;
    }

    .ndsp-ilu_thumbWrap {
        text-align: center;
    }

    .ndsp-ilu_thumb {
        width: 250px;
        display: inline-block;
    }

    .ndsp_ilurhs {
        width: calc(100% + 40px);
    }

    .nomineeTabWrap {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .custom_theme .nshp_min_nav li a::before {
        display: none;
    }

    section.SecNominee:not(.home section.SecNominee) {
        margin-block: 20px;
    }

    body:not(body.home) .ndtvlogo {
        opacity: 1;
        margin-right: auto !important;
    }

    .videos-detail .custom_theme .nshp_wrap1260 .nshp_lhs {
        width: 100%;
        padding-top: 0;
    }

    .ndtv-spl .nshp_news_bxwrap ul {
        gap: 30px
    }

    .home .news-list-236 {
        margin-bottom: 0px;
    }

    .custom_theme .nshp_vid_bxthumb .nshp_vid_playbx {
        bottom: 2px;
        left: 1px;
        transform: scale(0.8);
    }

    .secJury:not(.home .secJury) {
        margin-top: 0;
    }

    .custom_theme .nshp_wrap1260 .nshp_lhs {
        padding-top: 0;
    }

    .ndtv-spl.home .nshp_header {
        margin-bottom: 0 !important;
    }
    [class^="nshp_video_slidebox"] .nshp_video_box::before, .nshp_news_bxthumb::before, .ndsp-wnr-item::before{
        display: none;
    }
}

@media (min-width:768px) and (max-width:1320px) {

    .custom_theme .nshp_wrap1260,
    .nshp_min_nav .mainnav_1260 {
        padding: 0 20px;
    }
}