   body{
            background-color:#ffffff;
            margin: 0px;
            height: 100%;
        }
      
      #loader_gif {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

    .cookie-banner p a{
        text-decoration: underline;
    }
    .main-header a.menu-link.menu-bar-link,
    .top-bar-header ul.menu.menu-bar li a{
        cursor:pointer;
    }
    .color-logo-img{
            width: 100px;
    }
  
    .home-wnframe{
        padding: 3% 0%;
                                          width:100%;
                                          height: 400px;
                                          margin: auto;
    }
    
    @media(max-width:768px){
        .home-wnframe{
        padding: 3% 0%;
                                          width:100%;
                                          height: 200px;
                                          margin: auto;
    }
    }

@media(max-width: 991px){
    .marquee {
     margin-top: var(--dynamic-margin, 0px) !important;
  
  /* Optional: Add a transition for a smooth movement effect */
  transition: margin-top 0.3s ease !important;
}
}

 

    
    .homeh4 { font-family: 'gotham-bold', sans-serif; 
    font-weight: 700; 
    font-size: 50px; 
    line-height: 1.4; /* more natural than 20px */ 
    letter-spacing: -1px; /* lighter adjustment for faster layout */ 
    color: var(--white); 
    opacity: 1; /* avoids extra compositing layers */ 
        
    }
    .homepage-video-text h1.homepageHeading {
        background: none;
        -webkit-text-fill-color: snow;
        opacity: 1;
        text-indent: 0;
    }
    .work-with-sec .video-wrapper .video-container img {
        width: 100%;
    }
    /*.gridentText {*/
    /*    font: normal normal 170px/185px var(--font_bold);*/
    /*    letter-spacing: -7.8px;*/
    /*    color: var(--white);*/
    /*    background: -webkit-linear-gradient(#fff, #f6c780, #fbe695, #fff);*/
    /*    -webkit-background-clip: text;*/
    /*    -webkit-text-fill-color: transparent;*/
    /*    opacity: 0.8;*/
    /*    display: flex;*/
    /*    text-indent: -12px;*/
    /*}*/
    .gridentText{
        font-family: var(--font_bold), sans-serif; 
font-weight: 700; 
font-size: 170px; 
line-height: 1.1; 
letter-spacing: -7px; 
color: transparent; 
background: linear-gradient(#fff, #f6c780, #fbe695, #fff); 
-webkit-background-clip: text; 
background-clip: text; 
-webkit-text-fill-color: transparent; 
opacity: 0.8;
text-indent: 0; 
    }
    .homepage-banner-sec>.homepage-video>video.home-video {
        object-fit: cover !important;
    }
    @media only screen and (max-width: 1366px) {
        .gridentText {
            font: normal normal normal 150px/170px var(--font_bold);
            text-indent: -12px;
            /*width: 45%;*/
        }
    }
    @media only screen and (max-width: 991px) {
        .gridentText {
            font: normal normal normal 84px/100px var(--font_bold);
            width: 80%;
        }
        .banner-top {
            margin-top: 50px;
        }
        .homepage-banner-sec>.homepage-video>video.home-video {
            object-fit: cover !important;
        }
    }
    @media screen and (max-width: 414px) {
        .homeh4 {
            font-size: 44px !important;
            width: 95%;
        }
    }
    #newUpdate .item {
        min-height: 400px;
    }
    .centered-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .ins-bnr {
        margin-top: 12%;
        border-radius: 0px;
        position: relative;
    }
    .ins-btn3 {
        position: absolute;
        right: -10px;
        top: -10px;
        background: #8ec641;
        line-height: 0.8;
        font-size: 20px;
        opacity: 1;
        color: #fff;
    }
    .update-section {
        padding: 50px 0 !important;
    }
    .video-text-container {
        z-index: 999;
        overflow: visible;
    }
    .thumbnail-play-button {
        width: 50px;
        height: 50px;
    }
    .thumbnail-play-icon {
        width: 30px;
        height: 30px;
        margin-left: 5px;
    }
    .thumbnail-image {
        object-fit: cover;
        overflow: hidden;
        height: 112px;
        width: 198px;
    }
    .press-room-image {
        height: 250px;
        object-fit: contain;
    }
.media-item__image:nth-child(2) img{
height: 100%;
        background: #000;
    }
    
    .secondary-button{
        display:flex;
        align-content:center;
    }

    /*  drawer styling */
.drawerb {
  position: fixed;
  bottom: 10px;
  right: 0;
  width: auto; 
  height: 30vh;
  /*background-color: #ffffff;*/
  box-shadow: -2px 0 15px rgba(0, 0, 0, 0.1);
  z-index: 9999; 
  border-radius:20px;
  
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.drawerb.open {
  transform: translateX(0);
}

.drawerb-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drawerb-image {
  width: 100%;
  height: 100%;
  border-radius:20px;
  object-fit: cover;
}
.drawerb-link {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.slide{
    width:100% !important;
}
.img-fluid{
    width:100% !important;
}

#bannerCarousel .carousel-item a {
      display: block;
      overflow: hidden !important; /* Keeps image edges contained during zoom-out */
      background-color: #000 !important; /* Optional: adds a subtle dark background under the image */
    }
    
.urji-explore{
        color:#73bf44; 
        line-height:1.3 !important
    }
  
  /*footer css*/
     .stay-alert{
    position: fixed;
    /*bottom: 84px;*/
    background: #76ba43;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    color: #fff;
        padding: 10px 5% 7px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    font-family: 'gotham-light';
    align-items: center;
    border-bottom: 2px solid #FFF;

}
.stay-alert i{
    font-size: 20px;
    margin-right: 5px;
    z-index: 1;
}


    /*<!--interstitial  banner for ir2425-->*/
    #ir2425_fullscreenModal .modal-fullscreen {
      background: rgba(0, 0, 0, 0.85); /* overlay effect */
      color: white;
    }
    #ir2425_fullscreenModal .modal-header {
      border-bottom: none;
    }
    #ir2425_fullscreenModal .modal-body {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      font-size: 2rem;
    }
    #ir2425_fullscreenModal .xbtn{
            opacity: 1;
    position: relative;
    margin: 0px;
    height: 0px;

    }
    #ir2425_fullscreenModal .xbtnTop{
            position: absolute;
    z-index: 99;
    right: 11px;
    top: 10px;
    background: #72bf445c;
    backdrop-filter: blur(22px);
    border-radius: 27px;
    width: 48px;
    }
    #ir2425_fullscreenModal .modal-fullscreen{
            transform: none;
    }
