
/* https://www.fintechfutures.com/ */

body{
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
}
::-webkit-scrollbar {
    display: none;
}
p{
    padding:0;
    margin: 0;
}
.free{
    font-size:17px;
}
.free span{
    font-size:22px;
}
/* Hide the menu by default */
.bottom-nav {
  display: none;
}
/* search button */
.search-container {
    position: relative;
    width: 100%;
    max-width: 222px;
    /* margin: 20px auto; */
    display: flex;
    align-items: center;
}

.search-container input {
   width: 100%;
    padding: 3px 35px 3px 15px;
    border-radius: 30px;
    border: 1px solid #ccc;
    font-size: 13px;
    outline: none;
}

.search-container .search-icon {
    position: absolute;
    right: 15px;
    font-size: 18px;
    color: #888;
    pointer-events: none;
}

.highlight {
    background-color: yellow;
    font-weight: bold;
    padding: 2px 4px;
    border-radius: 4px;
}
/* custom navbar */
.custom-navbar {
    background-color: #002366;
   padding: 9px 0;
    width: 100%;
}

.custom-container {
    width: 100%;
    max-width: 2000px; 
    margin: 0px auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
}

.custom-nav {
   list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.custom-item {
    position: relative;
    margin: 0 5px;
}

.custom-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    padding: 10px 0;
    display: inline-block;
    font-weight: 600;
}

/* Dropdown Menu */
.custom-dropdown-menu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    list-style: none;
    padding: 10px;
    top: 100%;
    left: 0;
    min-width: 180px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 1000;
}

.custom-dropdown-menu li {
    padding: 5px 0;
}

.custom-dropdown-menu a {
    color: #002366;
    text-decoration: none;
    padding: 8px 15px;
    display: block;
}

/* Show dropdown on hover (desktop) */
.custom-dropdown:hover .custom-dropdown-menu {
    display: block;
}

/* custom navbar end */
/* ::-webkit-scrollbar {
    display: none;
} */
.main-heading{
    font-size: 27px;
    font-weight: 600;
    color: #0b2c6e;
}
.login{
    transition: transform 0.3s ease;  /* Transition for smooth zooming */
    display: inline-block;
    /* background-image: linear-gradient(90deg, #137085 50%, #00d4ff 100%); */
    border-radius: 5px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    padding: 3px 12px;
    margin-left: 60px;
    background-color: #0b2c6e;
}
.login:hover {
    transform: scale(1.1);  /* Zooms in by 10% */
}
/* breaking news section */
.site-section {
    border-bottom: 0.1rem solid;
    padding-bottom: 2rem;
    padding-top: 2rem;
    position: relative;
    width: 100%;
}
.site-ticker-section {
    padding:0;
}
.trending-tags-section {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.site-swiper-section {
    padding-bottom: 0;
    padding-top: 0;
}
.site-featured-section .theme-list-post .entry-image {
    width: 15rem;
}
@media (max-width: 1400px) {
    .site-featured-section .theme-list-post .entry-image {
        width: 10rem;
    }
    .site-featured-section .theme-list-post .entry-image-thumbnail img {
        height: 8rem
    }
}
.site-banner-section.data-bg {
    padding-bottom: 3rem;
    margin-bottom: 4rem;
    padding-top: 4rem;
}
.site-banner-section .site-banner-area {
    border-bottom: 0.1rem solid;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.site-banner-section .site-banner-lower {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
    .site-banner-section .site-banner-middle .column {
        border-right: 1px solid;
    }
    .site-banner-section .site-banner-middle .column:last-child {
        border-right: none;
    }
}
.site-read-more-section .theme-default-post .entry-image {
    margin-bottom: 0.5rem;
}
.recommendation-wrapper {
    position: relative;
}
@media screen and (min-width: 768px) {
    .recommendation-wrapper .recommendation-button-prev {
        left: -5rem;
    }
    .theme-widget-carousel .widget-carousel-prev {
        left: 0;
        top: var(--swiper-navigation-top-offset, 35%);
    }
    .recommendation-wrapper .recommendation-button-next {
        right: -5rem;
    }
    .theme-widget-carousel .widget-carousel-next {
        right: 0;
        top: var(--swiper-navigation-top-offset, 35%);
    }
    .theme-widget-carousel .widget-carousel-next:after,
    .theme-widget-carousel .widget-carousel-prev:after,
    .recommendation-wrapper .recommendation-button-next:after,
    .recommendation-wrapper .recommendation-button-prev:after {
        font-size: 3rem;
        filter: alpha(opacity=65);
        opacity: 0.65;
    }
}
/* marquee  */
.theme-marquee {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
    .theme-marquee {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}
.marquee-content-container {
    display: flex;
    align-items: center;
    max-height: 8vh;
}
.marquee-content-left {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    height: 8vh;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-color: #0b2c6e;
    color:#fff
}
.marquee-content-left .site-ticker-title {
    font-size: 17px;
    margin: 0;
    padding-left: 3rem;
    padding-right: 1.5rem;
    text-transform: uppercase;
    color: #fff;
}
.site-ticker-title .ticker-loader {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    left: -2px;
    top: 0px;
}
.site-ticker-title .ticker-loader::after,
.site-ticker-title .ticker-loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}
.site-ticker-title .ticker-loader::before {
    width: 32px;
    height: 32px;
    border-color: transparent transparent #148dfe #148dfe;
    animation: rotation 1.5s linear infinite;
}
.site-ticker-title .ticker-loader::after {
    border-color: #ff9800 #ff9800 transparent transparent;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
.marquee-content-right {
    width: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
.theme-marquee-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.8rem;
    padding-right: 0.8rem;
}
.theme-marquee-item .theme-article-post{
    align-items: center;
}
.theme-marquee-item .theme-list-post .entry-image {
    width: 7rem;
}
.theme-marquee-item .theme-list-post .entry-details {
    max-width: 30rem;
}
.webpage-is-ready .marquee-content-right {
    opacity: 1;
    visibility: visible;
}
.webpage-is-ready .theme-marquee {
    height: auto;
}
.rtl .marquee-content-right {
    /*rtl:begin:ignore*/
    direction: ltr;
    /*rtl:end:ignore*/
}
@media only screen and (max-width: 575px) {
    .marquee-content-container {
        display: block;
    }
}
/* news ticker */
.news-ticker-container {
    width: 97%;
    overflow: hidden;
    background: #ffffff;
    padding: 2px 0;
    /* border: 2px solid #32486e; */
    position: relative;
    white-space: nowrap;
    /* margin: 20px auto;*/
}
/*.custom-link.active,*/
/*.custom-link:hover {*/
/*    text-decoration: underline;*/
/*}*/
.news-ticker {
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
}

.ticker-wrap {
    display: flex;
    gap: 30px;
    animation: ticker-scroll 55s linear infinite;
}

.ticker-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.ticker-item img {
    width: 45px;
    height: 45px;
    border-radius: 0px;
}
.ticker-item span{
    font-size: 16px;
}
.ticker-item:hover {
        color: #0f32b3;
    text-decoration: underline;
}
@keyframes ticker-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.news-ticker:hover .ticker-wrap {
    animation-play-state: paused;
    cursor: pointer;
}
/* breakingend */
.loginnow{
    padding: 10px;
    background: #0b2c6e;
    color: white;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: unset;
}
/* logo and profile start */
.social-icons{
    display:flex;
    flex-direction:row;
    align-items: center;
}
.social-icons i{
     color: #e2e5ed;
    border-radius: 50%;
}
.fb{
    background-color: #3B5998;
    padding: 5px 9px;
}
.twit{
    background-color:#1DA1F2;
    padding: 5px 7px;
}
.lkd{
     background-color:#0072B1;
     padding: 6px 8px;
}
.insta{
    background: linear-gradient(115deg, rgb(249, 206, 52), rgb(238, 42, 123), rgb(98, 40, 215));
    padding: 6px 8px;
}
.header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
  padding: 6px 30px;
    border-bottom: 1px solid #e0e0e0;
}
.logo-section {
    /* text-align: center; */
     display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.search-container{
    width:40%;
    text-align:right;
}
.logo-section img {
    width: 20%
    
}

.only-phone{
    display:none;
}
.tagline {
    color: #777;
}
.profile-section {
    position: relative;
    display: flex;
    width: 35%;
    justify-content: space-between;
}
.profile-section button{
    font-size: 13px;
    padding: 4px 10px;
}
.dropdown-menu {
    right: 0;
    left: auto;
}
.dropdown-menu li{
    border-bottom: 1px solid #b5b5b5;
    width: 90%;
    margin: auto;
}
.dropdown .dropdown-item{
    color: #2f2f30  !important;
}
#date-time {
    font-size: 12px;
    /* font-weight: 500; */
    color: #002366;
}
.search-bar{
    width: 15%;
}
.highlight {
    background-color: yellow;
    font-weight: bold;
}
/* logo and profile end */
/* menu and search start */
.hashtags ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    list-style-type: none;
    margin: 0;
    padding: 5px 20px;
    color: #fff;
    background-color: #000;
}
.hashtags ul li{
    margin:0  15px;
}
.navbar {
    border-bottom: 1px solid #e0e0e0;
    background-color: #0b2c6e!important;
    z-index: -1;
  }
  
  .search-bar {
    display: none;
    width: 250px;
  }
  .search-bar input {
    width: 100%;
    padding: 8px 10px;
  }
  
  .navbar-nav .nav-item {
    margin-right: 15px;
  }
  .nav-item a, .navbar-brand{
    color: #fff!important;
  }
  .search-sec img {
    width: 20px;
    cursor: pointer;
  }
  
  .search-sec {
    position: relative;
  }
  
  .breaking-news {
    background-color: #f4f4f4;
    padding: 5px 10px;
    border: 2px solid #bbb7b773;;
    font-size: 14px;
  }
  
  .navbar-brand {
    font-size: 15px;
  }
  
  @media (max-width: 768px) {
    .search-bar {
      width: 100%;
    }
  }
.nav-link{
    font-size: 15px;
    color: #000;
}
/* search section start*/

/*search section end*/
/* button for live discussion  */
.logo-poll{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.poll-btn{
    box-shadow: 2px 2px 6px 2px #8f8f8f;
    background: white;
    color: #0b2c6e;
    border: 2px solid #0b2c6e;
    padding: 8px 15px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 10px;
    font-size: 14px;
}
.menu-btn {
    background: #1383b6;
    color: white;
    border: none;
    padding: 8px 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: top 0.8s ease-in-out; /* Smooth animation */
    right: 10px;
    z-index: 9999;
    transition: top 0.8s ease-in-out; /* Smooth movement */
}

/* When scrolled down, move button to bottom */
.button-container {
    right: 20px;
    top: 165px; /* Start in navbar */
    padding: 10px;
    border-radius: 10px;
    transition: top 0.8s ease-in-out; /* Smooth movement */
}
.move-bottom{
    position:fixed;
    top: calc(100vh - 80px); 
}
.up-move-bottom{
    top:0;
}
/* Button Styling */
.menu-btn {
    background: white;
    color: #0b2c6e;
    border: 2px solid #0b2c6e;
    padding: 8px 15px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 8px; /* Space between text and dot */
    white-space: nowrap;
    box-shadow: 2px 2px 6px 2px #8f8f8f;
    font-size: 14px;
}

/* Blinking Animation */
@keyframes blink {
    0% { opacity: 1; }
    100% { opacity: 0.3; }
}

.poll-dot {
    width: 10px;
    height: 10px;
    background-color: blue;
    border-radius: 50%;
    animation: blink 1s infinite alternate;
}
.blinking-dot {
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    animation: blink 1s infinite alternate;
}
/* menu search end */

/* section 1 */

.container-fluid {
    display: flex;
    gap: 10px;
    padding: 10px 20px 10px;
    width: 100%;
}
.section1{
    height: 80vh;
    padding: 40px 20px 30px;
    background-color: #f6f6f6;
}
.slider-section {
    width: 58%;
}
.slider-section {
    display: flex;
    flex-direction: column;
    width: 55%;
    justify-content: space-between;
}

.slider-banner {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    width: 100%; /* Adjusted width */
    height: auto;
}

.slide {
    min-width: 100%;
    /* position: relative; */
    display: flex;
    flex-direction: row;
}

.slide img {
    width: 65%;
    height: auto;
    object-fit: cover;
}

.content-overlay {
    width: 35%;
    /* position: absolute; */
    bottom: 0px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
}
.static h4{
    font-size:15px!important;
}

.content-boxes {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%; /* Adjusted width */
    height: auto;
    border: 2px solid #bbb7b773;
    gap:2px
}

.content-box {
    width: 100%; /* Adjusted width distribution */
    text-align: center;
    position: relative;
}

.content-box img {
   width: 100%;
    height: 26vh;
    object-fit: cover;
}
.content-overlay h3{
    font-size: 19px;
    font-weight: 700;
    color: #002366;
}
.content-overlay{
    color: #000000;
    background-color: #fff;
}
.content-overlay p{
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #000;
}
.content-box .content-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
}

.tabs-section {
    width: 20%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    /* height: 75vh; */
    border: 2px solid #dcdcdc;
    overflow-x: scroll;
}

/* Tabs container */
.tabs {
    display: flex;
    justify-content: space-around; /* Prevents overlap issues */
}
.tab-content-box{
    margin: 10px 0;
    border-right: 3px solid #0b2c6e;
    /* border-radius: 5px; */
    background-color: #f6f6f6;
}

/* Tab buttons */
.tabs button {
    padding: 10px 18px;
    border: none;
    cursor: pointer;
    width: 100%;
    flex-grow: 1; /* Makes both tabs equal width */
    color: #137085;
    background-color: #f8f9fa;
    border-bottom: 2px solid #bbb7b773; /* Add right border for a clean look */
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
.total_Subs{
    background: -webkit-linear-gradient(45deg, #150051, #1C7CE0 80%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 18px;
    font-weight: revert-layer;
    margin: 10px 30px 0;
}
/* Remove right border on the last tab */
.tabs button:last-child {
    border-right: none;
}

/* Active tab styling */
.tabs button.active {
    background-color: #fff;
    color: #0b2c6e;
    font-weight: 700;
    font-size: 18px;
    /* border: 2px solid #bbb7b773; */
    border-bottom: unset;
}
/* Tab content container */
.tab-content {
    padding: 0 10px;
    /*margin: 15px 0 0;*/
    font-size: 15px;
    line-height: 1.5;
    background-color: #Fff;
    border-radius: 5px;
    overflow: scroll;
}

/* Show active tab */
.tab-content.active {
    display: block;
}
/* Responsive Fixes */
@media (max-width: 768px) {
    .tabs-section {
        width: 100%; /* Make it full width on smaller screens */
    }

    .tabs {
        flex-direction: row;
    }

    .tabs button {
        font-size: 14px;
        padding: 8px;
    }

    .tab-content {
        font-size: 14px;
    }
}

.blog-item {
    display: flex;
    gap: 10px;
}
.blog-item h4{
    font-size: 13px;
    font-weight: 700;
    padding: 5px;
}
.blog-item h4:hover{
    color: #002366;
    text-decoration: underline;
}
.blog-item p{
    font-size: 10px;
}
.blog-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.live-discussion{
    display: flex;
    flex-direction: column;
    width: 25%;
}
.live-discussion-right{
    display: flex;
    flex-direction: column;
    width: 100%;
    height:90vh;
}
.live-chat{
    display: flex;
    overflow: scroll;
    /* background-color: #f6f6f6; */
    border: 2px solid #dcdcdc;
    /* border-top: unset; */
    border-radius: 5px;
}
.live-poll{
    width:25% ;
    border: 2px solid #b8b8b8   ;
    
}
.post-title{
       font-size: 30px;
    /* text-align: center; */
    font-weight: 800;
    color: #0b2c6e;
    text-transform: capitalize;
}
.progress-container {
      width: 90%;
      background-color:#d9d9d9d1;
      border-radius: 10px;
      overflow: hidden; /* Ensures rounded corners */
      margin-bottom: 15px;
    }

    .progress-bar {
          height: 13px;
     /* Set progress dynamically */
    background: rgb(2,0,36);
      background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
      text-align: right;
      line-height: 30px; /* Center text vertically */
      font-size: 11px;
      color: #000;
      font-weight: bold;
      transition: width 0.5s ease; /* Smooth transition */
    }
    .mob-icon{
        display: none;
    }
    @media only screen and (max-width: 480px) {
        
    }
.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    cursor: pointer;
    color: #000;
    padding: 10px;
    border-radius: 50%;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    background: unset !important;
}

.swiper-button-prev { left: 0px; }
.swiper-button-next { right: 0px; }
.swiper-button-next:after, .swiper-button-prev:after{
    font-size:27px;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

.chat-box{
    display: flex;
    flex-direction:column ;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
}
.sec-heading{
    background-color: #f8f9fa;
    border-bottom: 2px solid #bbb7b773;
    /*padding: 10px;*/
}
.sec-heading h3{
    color: #137085;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    /* padding: 5px; */
    /* border-bottom: 2px solid #bbb7b773; */
    margin: 0;
}
.chats{
    padding: 5px;
    overflow: scroll;
    display: flex;
     flex-direction: column;
}
.replies{
    margin-left: 17px;
    width: 90%;
    border-left: 2px solid #b7b7b7;
    padding-left: 10px;
}
.sender-name i{
    color: #fff;
    border-radius: 20px;
    border: 1px solid #fff;
    padding: 3px 3px;
    margin: 0 10px 0 0;
    font-size: 11px;
}
.chat-input{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 0px 5px 10px;
}
.chat-input input{
    border-radius: 5px;
    /* margin: 10px 0 10px 5px; */
    padding: 2px;
    border: 2px solid #0b2c6e;
    width: 80%;
}

.chat-input a{
    border: 2px solid #0b2c6e;
    border-radius: 13px;
    padding: 3px 10px;
    color: #fff!important;
    background-color: #0b2c6e;
    width: 18%;
    text-align:center;
}
.like-btn, .reply-btn{
    border: unset;
    background: unset;
    font-size: 14px;
}
.reply-btn{
    color:gray!important;
}
.replay-btn{
    color: #838383!important;
    font-size: 13px;
}
.reply-btn:hover{
    font-size: 13px;
    color: blue;
    text-decoration: underline;
}
.replay-btn:hover{
    text-decoration: underline;
}
.like-btn i{
    color: #fff;
    background-color: #0b2c6e;
    font-size: 12px;
    padding: 4px;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out
}
.replay-btn{
    font-size: 13px;
    /* background-color: #0b2c6e; */
    color: #0b2c6e;
    /* border-radius: 4px; */
    margin: 4px;
}

.like-btn i:hover{
    transform: scale(1.1);
}
section {
    background: white;
    padding: 20px;
    /*border-radius: 8px;*/
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
}

/* Section Heading */
.section-heading {
    background: #09b2d9;
    color: white;
    font-weight: bold;
    padding: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

/* Image Containers */
.image-container {
    margin-bottom: 20px;
    text-align: center;
}

.image-container img {
    width: 100%;
    /*border-radius: 5px;*/
}
.image-container-article {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
    /* border-radius: 5px; */
    overflow: hidden;
    display: flex;
    margin: 0;
    background-color: #e1e1e14a;
    padding: 0 10px;
    border-right: 4px solid #0b2c6e;
    transition: transform 0.3s ease;
    /* box-shadow: 3px 4px 4px 0px rgb(0 0 0 / 55%); */
}
.image-container-article-list{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.image-container-article img {
    width: 30%;
    height: 118px;
    /* object-fit: cover; */
    display: block;
    text-align: center;
    margin: auto;
}

.image-container h3 {
    margin: 10px 0 5px;
    font-size: 18px;
}

.image-container p {
    font-size: 14px;
    color: #000000;
}

/* Poll Form */
.trending-topic{
    /*border-radius: 8px;*/
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 20px; */
}
.trending-topic input {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.trending-topic button {
    width: 100%;
    padding: 10px;
    background: #0b2c6e;
    color: white;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 5px;
}

/* .trending-topic button:hover {
    background: #341f66;
} */

/* Live Poll */
.live-poll {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.poll-item {
    margin-bottom: 10px;
    font-size: 14px;
}

/* section 2 start */
.section2 {
    display: flex;
    gap: 15px;
    width: 100%;
}

/* Common Styling for Main Divs */
.main-div {
    background: white;
    /*padding: 20px;*/
    /*border-radius: 8px;*/
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);*/
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.topic-form{
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
    padding: 20px;
    background-color: #f6f6f6;
    border-bottom: 4px solid #0b2c6e;
}
.tag{
    margin-bottom:10px;
}
/* Article & Blog Section */
 .blog {
    width: 60%;
}

.article{
    width: 40%;
}
.home-articles, .home-blog, .industry-coment{
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:15px;
    transition: transform 0.3s ease;
}
/* Image Container */
.image-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
    /* box-shadow: 3px 4px 4px 0px rgb(0 0 0 / 55%); */
}

.image-container img {
    width: 100%;
    height: 27vh;
    object-fit: cover;
    display: block;
    text-align: center;
    margin: auto;
}

/* Overlay Content at Bottom */
.overlay-bottom {
    /* position: absolute; */
    color: #000000;
    padding: 10px;
    text-align: left;
    background-color: #e1e1e14a;
    border-bottom: 5px solid #0b2c6e;
    border-radius: unset;
}
.overlay-bottom-article {
    /* position: absolute; */
    color: #000000;
    padding: 10px;
    text-align: left;
}
.overlay-bottom h3, .overlay-bottom-article h3 {
    font-size: 16px;
    margin: 0;
}
.image-container-article:hover, .image-container:hover{
       transform: scale(1.03);
}
.image-container-article:hover h3, .overlay-bottom:hover h3{
    text-decoration:underline;
    color:#0b2c6e;
}
.overlay-bottom p, .overlay-bottom-article p {
    font-size: 12px;
    margin: 5px 0 0;
    color: #000;
}

/* Right Side Poll Section */
.right-section {
    width: 25%;
    display: flex;
    flex-direction: column;
    box-shadow: unset;
    gap: 15px;
    /* justify-content: space-between;*/
}
.article-blog{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    gap: 15px;
}
.left-section{
    display: flex;
    flex-direction: column;
    position: sticky;
    width: 75%;
    top: 0;
    align-self: flex-start;
}
.right-section{
    position: sticky;
    top: 0;
    align-self: flex-start;
}
/* Poll Form */

.poll-option {
    display: flex;
    align-items: center;
    gap: 8px; /* Space between radio button and text */
    margin-bottom: 10px;
    font-size: 16px;
    cursor: pointer;
}

.poll-option input {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-right: 5px;
}


.vote-button {
    background-color: #0b2c6e;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.vote-button:hover {
    background-color: #4a0072;
}
.poll-form{
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
    padding: 20px;
    background-color: #f6f6f6;
    border-bottom: 4px solid #0b2c6e;
}
.poll-form label{
    display: flex;
    flex-direction: row;
    margin: 5px;
}
.poll-form input {
    /*width: 100%;*/
    padding: 10px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.poll-slide{
    padding: 0 5%;
}
.poll-slide p{
    font-size: 21px;
    font-weight: 600;
    color: #0b2c6e;
    text-transform: capitalize;
}
.poll-form button {
    width: 100%;
    padding: 10px;
    background: #fff;
    color: #0b2c6e;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    border: 1px solid #0b2c6e;
}
.poll-form button:hover{
    background: #0b2c6e;
    color: white;
}
.poll-options{
    display: flex;
    flex-direction: column;
    margin: 5px;
    height: 25vh;
    justify-content: space-between;
}
.poll-form button:hover {
    background: #0b2c6e;
}
.poll-results{
    margin: 18px 10px;
}
.poll-results p{
    font-size: 17px;
    text-align: left;
    color: #000000;
    font-weight: 400;
    margin: 10px 0;
}
.vote-button{
    width:50%;
}
/* section 2 end */
/* registration form  */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}
.popup-content {
    background: white;
    padding: 20px;
    width: 400px;
    border-radius: 10px;
    position: relative;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: red;
    color: white;
    border: none;
    padding: 5px;
    cursor: pointer;
}

/* Centered Thank You Popup */
.thank-u-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    width: 320px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    opacity: 3;
    transition: opacity 1s ease-in-out;
    z-index: 1000;
}
/* Fade-out effect */
.fade-out {
    opacity: 0 !important;
}
.close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    background: red;
    color: white;
    border: none;
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
}
/* Overlay */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
/* registraion form end */
.tab-com{
    display: none;
}
.tab-content>.active{
    display: block !important;
}
/* live discussion start */
.msg-box{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 10px 0 0;
    padding: 10px;
    padding-bottom: 5px;
    /* box-shadow: 0px 0px 3px 1px #cdcd; */
    background-color: #fff;
    align-items: flex-start;
}
.replies .msg-box{
    background-color: #f9f9f969;
    padding: 10px;
    padding-bottom: 5px;
    /* border-radius: 8px; */
    /* box-shadow: 0px 0px 3px 1px #cdcd; */
    margin: 10px 0 0px;
    display: flex;
    flex-direction: row;
}
.more{
    background-color: #0b2c6e;
    color:#fff;
    width: 35%;
    margin: auto;
}
.messages{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
}
.inner-message{
    /* box-shadow: -1px 4px 3px 1px #cdcd; */
    width: 100%;
    align-items: unset;
}
.message-action{
    display: flex;
    flex-direction: row;
    width: 100%;
    background: #fff;
    /* box-shadow: -1px 4px 3px 1px #cdcd; */
    /* margin: 10px 0 0; */
    padding: 10px;
    padding-top: 0px;
    align-items: center;
}
.sender-name{
    color: #0b2c6e;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
}
.sender-message {
    margin: 0 5px;
    font-size: 15px;
    color: #0b2c6e;
}
.reply-count{
    /* background-color: #0b2c6e; */
    /* padding: 1px 5px; */
    /* margin: 0; */
    /* border-radius: 50%; */
    color: #0b2c6e;
    font-size: 12px;
}
/* live discussion end */


/*featured News start */
.section3{
    margin:15px 0;
}
.main-sec-heading h3{
    margin: 2% 1%!important;
    text-align:left;
    border-left: 5px solid #0b2c6e;
    padding: 25px;
    background-color: #f6f6f6;
}
.news-slider-container { 
    /*width: 80%; */
    overflow: hidden; 
    margin: 20px auto; 
    position: relative;
    /*padding-left: 40px; */
}
.news-slider { 
    display: flex; 
    transition: transform 0.5s ease-in-out;
    width: calc(100% / 4 * 8); 
    gap: 15px;
}
.news-slide { 
    width: calc(100% / 4); 
    position: relative; 
}
.news-slide img { 
    width: 100%; 
    height: 200px; 
    object-fit: cover; 
}
.news-overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    width: 100%;
    text-align: center;
    padding: 10px;
}
.news-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(219 201 201 / 71%);
    color: #000000;
    border: none;
    padding: 10px;
    cursor: pointer;
}
.news-prev {  left: 0; /* Ensure it’s not pushed too far left */     z-index: 10;}
.news-next { right: 0; }
/* featured news end */

    .videc-sec-container { width: 100%; margin: auto; }
    .videc-sec-tabs { display: flex; gap: 10px; border-bottom: 2px solid #0b2c6e;}
    .videc-sec-tab { padding: 10px 20px; cursor: pointer; background: lightgray; border: none; }
    .videc-sec-content { display: flex; gap: 20px; }
    .videc-sec-list { width: 100%; }
    .videc-sec-video { width: 50%; }
    .videc-sec-item { 
        display: flex;
        align-items: center;
        gap: 11px;
        margin-bottom: 9px;
        cursor: pointer;
        border-right: 3px solid #0b2c6e;
        background-color: #f6f6f6;
     }
    .videc-sec-item img { width: 70px; height: 70px; position: relative; }
    .videc-sec-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: 24px; background: rgba(0,0,0,0.5); color: white; padding: 5px 10px; }
    .videc-sec-video iframe { width: 100%; height: 100%; }
/*video section start */
.videc-sec-container { width: 100%;  margin: 100%; }
.video-content{
    display: flex;
    flex-direction: column;
}
.video-content h4{
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}  
.video-content p{
    font-size: 14px;
}     
.videc-sec-tabs p{
    background-color: #0b2c6e;
    padding: 5px 12px;
    color: #fff;
}
.video-list {
    display: flex;
    width: 100%;
    gap: 15px;
    padding: 10px;
}

.videc-sec-main {
    width: 30%; 
    padding: 0 6px 10px;
    /*border-radius: 8px;*/
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);*/
}

.videc-sec-video-container {
    width: 70%; /* Video iframe takes 70% width */
    background: white;
    padding: 0; /* Remove padding to prevent extra space */
    /*border-radius: 8px;*/
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.videc-sec-video-container iframe {
    width: 100%;
    height: 100%;
}

/*video section end*/
/* SUBSCRIBE POPUP */
.popup-subscribe-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    display:none;
}

.popup-subscribe {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    max-width: 675px;
    width: 90%;
    position: relative;
    align-items: center;
    /*height: 50vh;*/
    /* border: 5px solid #0b2c6e; */
}

.box-img img {
    max-width: 225px;
    border-radius: 10px;
}
.date-time-logo{
    width: 75%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.live-btn{
    display: flex;
    width: 25%;
    justify-content: flex-start;
}

.box-content {
    padding: 20px;
    flex: 1;
}
.box-content h3{
    font-size: 17px;
    font-weight: 800;
    text-transform: capitalize;
}
.popupClose {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.newsletter-form {
    display: flex;
    gap: 10px;
}

.newsletter-form input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.icon-btn {
    background: #0b2c6e;
    border: none;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.icon-btn i {
    font-size: 16px;
}

.checkbox-container {
    margin-top: 10px;
    font-size: 14px;
}

.hidden {
    display: none !important;
}
.box-content{
    text-align: center;
}
.box-content h3{
    font-weight: 800;
    color: #000;
    margin: 10px 0;
    font-size: 29px;
    /* filter: drop-shadow(2px 3px 2px #d3d3d3);*/
}
.box-content h3 span{
    color: #034858;
}
.box-content p{
    font-size: 18px;
    /* font-weight: 600; */
    margin: 18px 0;
    color: #484848;
}
.subs{
    display: inline-block;
    background-color:#0b2c6e;
    border-radius: 5px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 15px;
    padding: 8px 17px;
}


.transition{
    transition: transform 0.3s ease;
}
.transition:hover{
    transform: scale(1.1);
}
/* display events */
.events { width: 100%; }
.event-box {
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.event-box:hover {
    transform: scale(1.03);
}

.event-box:hover img {
    transform: scale(1.05);
}
.event-box a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.event-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
}
.event-content { display: flex; align-items: center; gap: 15px; }
.event-content h5 { margin: 0; font-size: 16px; font-weight: bold; }
.btn-custom {color: #0b2c6e; padding: 6px 12px; text-transform: uppercase; font-weight: bold; border-radius: 5px; display: inline-block; font-size: 14px; }
.btn-custom:hover {text-decoration:underline; }
.hidden-events { display: none; } /* Initially hide extra events */

/* top stories  */
.top-story-box{
    display:flex;
    flex-direction:row;
}
.top-story-card {
    width: 300px;
    text-decoration: none;
    color: #333;
    transition: transform 0.3s ease;
    position: relative;
    display:flex;
    flex-direction:row;
}

.top-story-card:hover {
    transform: scale(1.03);
    background-color: #f6f6f6;
    border-right: 3px solid #0b2c6e;
}

.top-story-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    width:100%;
}

.top-story-image-wrapper img {
       width: 110px;
    height: 100px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.category-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 4px;
}

.top-story-title {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
}

/* == Horizontal Top Stories Card (Old Style) == */
.top-stories {
    min-width: 300px;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.top-stories img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}

.story-content {
    flex: 1;
    text-align: center;
}

.story-content h5 {
    font-size: 16px;
    font-weight: 600;
}

/* == Button Styling == */
.btn-read-more {
    background-color: #0b2c6e;
    color: white;
    padding: 6px 12px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    margin-top: 5px;
}

.btn-read-more:hover {
    background-color: #0b2c6e;
}
/* top stories end */
/* white papers start */
/*.white-paper-section {*/
/*    width: 100%;*/
/*    padding: 0 15px;*/
/*    border-radius: 8px;*/
/*}*/
/*.white-paper-header {*/
/*    background: #0b2c6e;*/
/*    color: white;*/
/*    font-weight: bold;*/
/*    padding: 10px;*/
/*    border-radius: 5px 5px 0 0;*/
/*    text-transform: uppercase;*/
/*}*/
/*.white-paper-item {*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    gap: 10px;*/
/*    margin-top: 10px;*/
/*    background-color: #f6f6f6;*/
/*    padding: 10px;*/
/*}*/
/*.white-paper-item img {*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    border-radius: 5px;*/
/*}*/
/*.white-paper-item .content {*/
/*    flex: 1;*/
/*}*/
/*.white-paper-item .content h6 {*/
/*    font-size: 14px;*/
/*    font-weight: bold;*/
/*    color: #333;*/
/*    margin-bottom: 5px;*/
/*}*/
/*.white-paper-item .content p {*/
/*    font-size: 12px;*/
/*    color: #666;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
/*.white-paper-item .content p i {*/
/*    color: #0b2c6e;*/
/*    margin-right: 5px;*/
/*}*/
/*.view-more {*/
/*    background: #0b2c6e;*/
/*    color: white;*/
/*    font-size: 14px;*/
/*    padding: 8px;*/
/*    border-radius: 5px;*/
/*    text-align: center;*/
/*    margin: 15px auto;*/
/*    display: block;*/
/*    text-decoration: none;*/
/*    font-weight: bold;*/
/*    width: 50%;*/
/*}*/
/*.view-more:hover {*/
/*    background: #0b2c6e;*/
/*    color: white;*/
/*}*/
.white-paper-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.white-paper-item.post-card {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
    padding: 5px 10px;
}

.white-paper-item.post-card:hover { 
   transform: scale(1.03);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #f6f6f6;
    border-left: 3px solid #0b2c6e;
    border-radius: unset;
    
}

.post-image img {
    width: 120px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}

.post-content h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #333;
}

.post-content p {
    margin: 5px 0 0;
    color: #777;
    font-size: 14px;
}

.view-more {
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
    color: #007bff;
    text-decoration: none;
}

.view-more:hover {
    text-decoration: underline;
}
/* white papers end */
/* fintech jobs start */
.job-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    background: white;
}
.job-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.job-content {
    display: flex;
    align-items: center;
}
.job-logo {
    width: 80px;
    height: 40px;
    margin-right: 10px;
}
.job-info {
    flex: 1;
}
.job-info h3 {
    margin: 0;
    font-size: 16px;
    color: #222;
}
.job-info p {
    margin: 2px 0;
    font-size: 12px;
    color: #666;
}
.job-arrow {
    font-size: 20px;
    color: #555;
}
.search-link {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.search-link:hover{
    text-decoration: underline;
}
/* fintech jobs end */
/* juries slider start */

.jury-section1 {
    padding: 40px 20px;
    background: #fff;
}
.jury-slider-container {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jury-slider1 {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.slider1{
    text-align:center;
}
.left-arrow{
    left:0;
}
.right-arrow{
    right:0;
}
.jury-card1 {
    min-width: calc(33.33% - 340px);
    margin: 10px;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 5px 6px rgb(11 44 110 / 35%);
    text-align: center;
    border: 2px solid #0b2c6e;
}
.jury-card1 img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.jury-card1 h3 {
    margin: 5px 0;
    font-size: 1.2em;
}
.jury-card1 p {
    color: #777;
    font-size: 0.9em;
}
.jury-card1 button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
}
.jury-card1 button:hover {
    background-color: #0056b3;
}
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
    z-index: 10; /* Ensures it's above the jury boxes */
}
.arrow:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.left {
    left: 10px;
}
.right {
    right: 10px;
}
.view-all {
    margin-top: 20px;
}
.view-all button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
}
.view-all button:hover {
    background-color: #218838;
}
@media (max-width: 768px) {
    .jury-slider-container {
        max-width: 100%;
    }
    .jury-card1 {
        min-width: 260px;
    }
}
/* juries slider end */
/*you may have missed scroller */
.missed-you-may-have-missed {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.missed-scroll-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.missed-box {
    flex: 0 0 25%; /* Show 4 boxes at a time */
    max-width: 25%;
    padding: 10px;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease-in-out;
}
.missed-box:hover {
    transform: scale(1.05);
}
.missed-box img {
    width: 100%;
    height: auto;
    width: 100%;
    height: 200px; /* Set a fixed height for uniformity */
    object-fit: cover; /* Ensure images maintain aspect ratio and fill the area */
}
.missed-article-tag {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #b30f0f;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
}
.missed-heading{
    background-color: #f7f7f74f;
       padding: 5px;
    height: 100%;
    box-shadow: 2px 2px 12px 1px #817c7c29;
    padding: 0 5px;
    text-align: left;
}
.sec-heading{
    padding: 0 15px;
}
.missed-heading p{
    font-size:14px;
}
.missed-heading h5{
    font-weight: 600;
    font-size:16px;
    padding: 10px 5px;
    color: #0b2c6e;
}
@media (max-width: 992px) {
    .missed-box {
        flex: 0 0 33.33%; /* Show 3 boxes at a time on tablets */
        max-width: 33.33%;
    }
}
@media (max-width: 768px) {
    .missed-box {
        flex: 0 0 50%; /* Show 2 boxes at a time on mobile */
        max-width: 50%;
    }
}
@media (max-width: 576px) {
    .missed-box {
        flex: 0 0 100%; /* Show 1 box at a time on small screens */
        max-width: 100%;
    }
}
/*you may have missed scroller end */
/*footer section css start*/
footer{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 25%, rgba(6,143,238,1) 60%, rgba(2,156,218,1) 81%, rgba(125,233,255,1) 100%);
}
/**/
.page-title h3{
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #002366;
}
.fa-phone, .fa-envelope, .fa-map-marker{
    margin-right: 4%;
}
.categories-footer-sec{
    text-align:center;
}
/*speaker section*/
.speakers-section{
        flex-direction: column;
}

/*articles section*/
.card {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    display:flex;
    flex-direction:row;
    transition: transform 0.3s ease;
}
.card:hover{
    transform: scale(1.05);
}
.card img {
    width: 25%;
    height: 180px;
    object-fit: cover;
}
.card-content {
    padding: 15px;
}
.card-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #0b2c6e;
}
.card-description {
    font-size: 14px;
    color: #555;
}
.left-list{
    width: 85%;
    margin: auto;
}
/*speaker section*/
.jury-card {
    display: flex;
    flex-direction:column;
    align-items: center;
    overflow: hidden;
    gap: 20px;
}
.jury-image img {
       width: 300px;
    height: 300px;
    object-fit: cover;
    box-shadow: 3px 5px 6px rgb(11 44 110 / 35%);
    text-align: center;
}
.jury-details {
    flex: 1;
    height: 126vh;
    width: 80%;
padding: 10px;
    margin: auto;
    text-align: center;
    font-size: 20px;
    box-shadow: 5px 5px 6px 2px rgb(11 44 110 / 35%);
    text-align: center;
    border: 2px solid #0b2c6e;
}
.jury-details h4 {
    margin: 10px 0;
    color: #002366;
    font-weight: 800;
    font-size: 25px;
    text-transform: uppercase;
    word-spacing: 10px;
}
.jury-details h6 {
    font-size: 14px;
}
.jury-details p {
    font-size: 17px;
    color: #898585;
}
.jurrry{
    padding: 5px 15px;
}

/*white letter*/
.wh-p{
    display:flex;
    width:100%;
}
.wh-short{
    padding-top:10px;
    width:60%;
}
.wh-img{
    width:40%;
}
.wh-btn button{
        background: #0b2c6e;
    color: white;
    font-size: 14px;
    padding: 8px;
    border-radius: 5px;
    text-align: center;
    margin: 15px auto 45px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    width: 25%;
    
}

/*video */
.video-container {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.video-container video {
    width: 100%;
    height: auto;
}

/* Playlist Styling */

.video-list h4 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.video-list .list-group-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: none;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}

.video-list .list-group-item img {
    width: 60px;
    height: 40px;
    border-radius: 5px;
    object-fit: cover;
}

.video-list .list-group-item:hover, .video-list .list-group-item.active {
    background: #007bff;
    color: white;
}

.podcast-sec-main {
        width: 100%;
        margin: auto;
    }
.podcast-sec-video-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    gap: 10px;
}
.podcast-sec-description {
    width: 30%;
    padding: 10px;
    background-color: #9991910f;
    border: 1px solid #c9c6c6;
}
.podcast-sec-description h5{
    font-size: 20px;
    color: #0b2c6e;
    text-decoration: underline;
    margin: 9px 0 10px;
}
.podcast-sec-description p {
    font-size:15px;
}
.video-heading{
    font-size:13px;
}
.podcast-sec-video {
    width: 100%; /* Adjust width */
    border: 1px solid #c9c6c6;
}
.video-content{
    height: 100%;
    overflow: scroll;
}
.thumnail-img img{
    width:100%;
    cursor:pointer;
}
.podcast-sec-video iframe {
    width: 100%;
height: 100%;
}
.podcast-sec-video video {
    width: 100%;
    height: auto;
}
.podcast-sec-list {
    margin-top: 20px;
}
.podcast-sec-item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: background 0.3s;
    background-color: #e8ffd6;
    color: #000;
     transition: transform 0.3s ease-in-out;
}

.podcast-sec-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 0px;
}

.podcast-sec-item {
    /*width: calc(33.33% - 10px);*/
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
    transition: transform 0.2s ease;
}

.podcast-sec-item:hover {
    transform: scale(1.02);
}
.podcast-sec-item img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.video-heading p {
    margin-top: 8px;
    font-weight: 500;
    font-size: 14px;
}

.podcast-sec-item img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
}
@media (max-width: 768px) {
    
}
/*video section start */
.videc-sec-container { width: 100%;  margin: auto; }
.video-content{
    display: flex;
    flex-direction: column;
}
.video-content h4{
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}  
.video-content p{
    font-size: 14px;
    margin-bottom:10px;
    line-height:20px;
}     
.videc-sec-tabs {
    display: flex;
    gap: 10px;
}
.videc-sec-tabs p{
    border-bottom: 3px solid;
    color: #fff;
}
.videc-sec-tabs p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.video-list {
    display: flex;
    width: 100%;
    gap: 15px;
    padding: 10px;
}

.videc-sec-main {
    width: 100%; 
    padding: 0 6px 10px;
    /*border-radius: 8px;*/
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);*/
}

.videc-sec-video-container {
    width: 70%; /* Video iframe takes 70% width */
    background: white;
    padding: 0; /* Remove padding to prevent extra space */
    /*border-radius: 8px;*/
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.videc-sec-video-container iframe {
    width: 100%;
    height: 80%;
}



/* More Podcasts Styling */
.video-box {
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    border-radius: 10px;
    padding: 10px;
}

.video-box img {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 10px;
}
.vide0-box h4{
    font-size: 16px;
    color: #000;
}
.vide0-box p{
    font-size: 14px;
    color: #000;
}
.video-box:hover {
    transform: scale(1.05);
}
.video-section{
        flex-direction: column;
}
.vidoe-div{
    display: flex;
    flex-direction: row;
    height:100vh;
}
.video-player-list{
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.video-container-details {
    padding: 12px 20px 12px;
}

.video-card {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 5%;
}

.video-img {
    width: 50%;
    padding-right: 2%;
}

.video-img img {
    width: 100%;
}

.video-details {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-left: 2%;
}

.video-details h4 {
    font-size: 18px;
}

.video-details p {
    font-size: 15px;
}
.video-list-group{
    overflow-y: auto; /* Enables vertical scrolling */
    max-height: 85vh;
}
.all-vid-section{
    display:flex;
    gap: 40px;
}
.video-blog-box {
    display: flex;
    width: 100%;
}

.video-blog-box-img {
    width: 40%;
}

.video-blog-box-img img {
    width: 100%;
}

.video-blog-box-de {
    width: 60%;
    padding-top: 5px;
    padding-left: 10px;
}

.video-blog-box-de h4 {
    font-size: 16px;
}

.video-blog-box-de p {
    font-size: 15px;
}
/*poll popups*/
.custom-poll-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.custom-poll-popup-content {
    background: white;
    padding: 20px;
    width: 50%;
    margin: 10% auto;
    border-radius: 10px;
    position: relative;
}

@media(max-width:991px){
    .custom-poll-popup-content {
    background: white;
    padding: 20px;
    width: 100%;
    margin: 10% auto;
    border-radius: 10px;
    position: relative;
}
}

.custom-poll-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}
/*topic suggesstion*/
.hearnew-container { max-width: 500px; margin: 11px auto; background: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); text-align: center; }
.hearnew-title { font-size: 20px; font-weight: bold; margin-bottom: 15px; }
.hearnew-option { padding: 10px; border: 1px solid #ddd; border-radius: 5px; cursor: pointer; transition: 0.3s; margin-bottom: 5px; width:100%;}
.hearnew-option:hover, .hearnew-selected { background: #0b2c6e; color: white; }
.hearnew-option-active{background: #007bff;color: white;}
.hearnew-input { display: none; margin-top: 10px; }
.hearnew-submit { width: 100%; margin-top: 15px; display: none; }
.hearnew-thankyou { font-size: 22px; font-weight: bold; color: #28a745; }

/*contact us page css*/
/* Flexbox for contact page */
/* Flexbox for contact page */
.contact-container {
        display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
    gap: 20px;
    flex-direction: column;
        justify-content: space-between!important;
        align-items: center
}
.contact-form{
    width:50%;
}
.contact-container h2{
   color: #002366;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: underline;
}
/* Map box style */
.map-box {
    flex: 1;
    min-width: 300px;
    height: 350px;
    max-width: 100%;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Contact form style */
.contact-form-box {
   flex: 1.5;
    margin: 0 auto 20px;
    text-align: center;
    width: 90%;
    
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-form button {
    background-color: #002366;
    color:#fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.contact-form button:hover {
    background-color: #fff;
    border:1px solid #002366;
    color:#002366;
}
.contact-map{
    display:flex;
    flex-direction:row;
    gap: 20px;
    width: 80%;
}
/*tech strip menu css start*/
 .tech-menu-strip {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}
.tech-menu-item {
    flex: 1;
    font-size: 15px;
    text-align: center;
    padding: 7px 15px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    color: black;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.tech-menu-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}
.tech-menu-item:hover::after {
    height: 100%;
}
.tech-menu-item:hover {
    color: #fff;
}
.tech-menu-item:nth-child(1)::after { background: #093a99; }
.tech-menu-item:nth-child(2)::after { background: #31cbc0; }
.tech-menu-item:nth-child(3)::after { background: #1A535C; }
.tech-menu-item:nth-child(4)::after { background: #FF9F1C; }
.tech-menu-item:nth-child(5)::after { background: #420e76; }
.tech-menu-item:nth-child(6)::after { background: #5D5FEF; }
.tech-menu-item:nth-child(7)::after { background: #cb0b0b; }

/*tech css end*/
/* Success message */
.success-message {
    background-color: #4CAF50;
    color: white;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
        align-items: center;
    }

    .map-box {
        width: 100%;
        height: 250px;
    }

    .contact-form {
        width: 100%;
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .contact-form button {
        width: 100%;
    }
}
/*subsbox*/
.subs-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f9fc;
    padding: 40px 55px;
    border-radius: 95px;
    box-shadow: 0px 4px 10px rgb(11 44 110 / 65%);
    width: 90%;
    gap: 40px;
    margin: 30px auto;
}

/* Content */
.subs-content {
    max-width: 60%;
}
.subs-logo{
    width:40%;
}
.subs-heading {
    font-size: 23px;
    font-weight: 400;
    color: #0b2447;
    margin-bottom: 20px;
    text-align: center;
    word-spacing: 2px;
}

/* Buttons */
.subs-btn {
    display: block;
    width: 100%;
    max-width: 290px;
    padding: 2% 7%;
    margin: 10px auto;
    background: #0b2447;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    
}

.subs-btn:hover {
    background: #1a3b66;
    transform: translateY(-2px);
}

/* Floating Tilt Animation */
/*@keyframes tiltFloat {*/
/*    0% { transform: translateY(0px) rotate(0deg); }*/
  /*  25% { transform: translateY(-5px) rotate(-3deg); }  /* Tilt Left 
    50% { transform: translateY(-10px) rotate(3deg); }  /* Tilt Right 
    75% { transform: translateY(-5px) rotate(-3deg); }  /* Tilt Left 
/*    100% { transform: translateY(0px) rotate(0deg); }*/
/*}*/

/* Logo Animation */
.subs-logo img {
    max-width: 250px;
    /*animation: tiltFloat 2s infinite ease-in-out;*/
}

/* Responsive */
@media (max-width: 768px) {
    .subs-container {
        flex-direction: column-reverse;
        text-align: center;
        padding: 20px;
    }
    .subs-content {
        max-width: 100%;
    }
    .subs-logo img {
        max-width: 180px;
        margin-top: 20px;
    }
}
/*top week content*/
.top-week-section {
            padding: 30px;
}
.top-week-box {
    display: flex;
align-items: center;
background: #f6f6f6;
border-radius: 10px;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
padding: 15px;
margin-bottom: 20px;
transition: transform 0.3s ease-in-out;
cursor: pointer;
}
.top-week-box:hover {
    transform: scale(1.05);
}
.top-week-content {
    flex: 1;
    padding-right: 15px;
}
.top-week-content h5 {
    font-size: 18px;
    font-weight: bold;
    color: #0b2c6e;
}
.top-week-content h5:hover{
    text-decoration:underline;
}
.top-week-content p {
    font-size: 14px;
    color: #333;
}
.top-week-image {
    flex: 0 0 150px;
    width: 150px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}
@media (max-width: 768px) {
    .top-week-box {
        flex-direction: column;
        text-align: center;
    }
    .top-week-content {
        padding-right: 0;
        margin-bottom: 10px;
    }
    .top-week-image {
        width: 100%;
        height: auto;
    }
}
.missedcontain{
    overflow: hidden;
}
.missed-list{
    width:100%;
}
