body {
    margin: 0;
    font-family: "Mulish", sans-serif;
    background-image: url("images/bg.png");
    color: #fff !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*
     height: 100vh; */
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}
header .logo {
    font-weight: 600;
    color: #fff;
    font-size: 26px;
    letter-spacing: 1px;
}
header .logo span {
    color: #fff;
}
header .tagline {
    color: #ffffff;
    font-size: 20px;
}
header .right-icons {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}
.container {
    padding: 20px;
}
.custom-header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
}

.card {
    width: 100%;

    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid #ffffff8a !important;
    border-radius: 20px !important;
    padding: 20px;
}
.card h3 {
    margin-top: 0;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
}
.speech-description,
.slogan {
    margin: 10px 0;
    font-size: 15px;
    color: #555;
    font-weight: 500;
}
.video-list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
}
.video-list video {
    width: 100px;
    height: 60px;
    border-radius: 6px;
    cursor: pointer;
}
.main-video {
    width: 100%;
    border-radius: 10px;
}
.audio-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}
.slider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.quick-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.quick-link {
    background: #fff3cd;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    color: #333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.footer {
    padding: 10px 20px;
    text-align: center;
    font-size: 12px;
    color: #888;
}

.section-icon {
    color: #ffa100;
    margin-right: 6px;
    font-size: 24px;
}
.speech-div {
    display: flex;
    gap: 12px;
    align-items: anchor-center;
}
.speech-title {
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #ff8900;
    padding-bottom: 10px;
}
.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.card-footer .date {
    font-size: 12px;
    color: #888;
}
.btns {
    display: flex;
    gap: 10px;
}
.speech-div img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    box-shadow: rgb(221, 221, 221) 0px 0px 10px 0px;
}
.card-body {
    flex: 1;
    padding: 0px !important;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto; /* pushes footer to the bottom */
}
button {
    color: #fff;

    border: none;
    padding: 6px 16px;
    border-radius: 24px !important;
    background: #e0e0e066 !important;
}
.play-btn {
    background-color: green;
}
.read-more {
    background-color: #ff7a00;
}
.container.custom-header {
    border: 1px solid #fff;
    border-radius: 50px;
}

/* 1 */
.slider-container {
    width: 100%;
    /* max-width: 800px; */
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #ffffff33;
    border-radius: 20px;
    /* padding-top: 20px; */
    position: relative;
    overflow: hidden;
        padding: 8px 10px 10px;
}

.slider-header {
    font-size: 1.3rem;

    color: white;
    margin-bottom: 10px;
    margin-bottom: 0 !important;
}

.slider-content-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    padding-top: 20px;
    /* gap: 20px; */
}

.slider-body {
    flex-shrink: 0;
    width: 100%;
    color: white;
    gap: 20px;
}
.slider-header {
    margin: 10px;
}
.slider-1 .slider-item {
    padding: 20px 10px 10px;
}

.slider-item {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 100%;
    color: white;
    /* gap: 20px; */
}

.slider-item img {
    width: 220px;
    height: 170px;
    border-radius: 24px;
    background: #fff;
    margin: 10px auto;
}
.slider-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slider-text {
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
}

.slider-text h4 {
    margin: 0;
    font-size: 1.1rem;
    color: #f0f0f0;
}

.slider-text h2 {
    margin: 8px 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
}

.slider-text p {
    font-size: 0.9rem;
    color: #dddddd;
}

.read-more {
    /* margin-top: 15px; */
    padding: 10px 20px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 30px;
    color: white;
    cursor: pointer;
    width: fit-content;
}

.arrow {
    position: absolute;
    top: 6px; /* move to top */
    font-size: 1.5rem;
    color: white;

    padding: 10px;

    cursor: pointer;
    z-index: 1;
    width: 30px;
    height: 30px;
}

.arrow.left {
    right: 60px; /* space between arrows */
}

.arrow.right {
    right: 20px;
}

.slider-2,
.slider-item {
    padding: 9px;
}

@media (max-width: 600px) {
    .slider-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .slider-item img {
        width: 100%;
        height: auto;
    }
}

/* pop up */
.read-more {
    padding: 8px 20px;
    background: #0052cc;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgb(24 28 58 / 83%);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-image: url("images/bg.png");
    width: 86%;
    /* max-width: 1000px; */
    border-radius: 20px;
    padding: 20px;
    position: relative;
    font-family: "Segoe UI", sans-serif;
    max-height: 90vh;
    overflow-y: auto;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #ffffff;
    font-weight: 800;
    width: 30px;
    height: 30px;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
}

.popup-header {
    font-size: 24px;
    margin-bottom: 10px;
}

.popup-body {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}

.popup-left {
    flex: 1;
    min-width: 300px;
}

.popup-image {
    width: 100%;
    border-radius: 15px;
}

.popup-right {
    flex: 2;
    min-width: 300px;
}

.popup-title {
    font-size: 16px;
    font-weight: 400;
}

.popup-date {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 10px;
}

.popup-text {
    font-size: 16px;
    color: #e4e9f0;
    line-height: 1.5;
    letter-spacing: 0.6px;
    font-weight: 300;
}

.popup-tweet {
    font-size: 16px;
}

.popup-tweet strong {
    display: block;
    margin-bottom: 5px;
}

.popup-quote {
    padding: 30px 0px;
    font-size: 18px;
}

.share-btn {
    margin-top: 20px;
    background-color: #1e3a8a;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.update-heading {
    display: flex;
    justify-content: space-between;
}
a {
    color: #fff !important;
}
.recent-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.recent-img img {
    border-radius: 50%;
}
.middle-text {
    padding: 0px 10px;
}
.recent-text {
    font-size: 13px;
}
.recent-time {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.tweets-card {
  height: 550px;
    overflow-y: scroll;
}

hr {
    padding: 0px;
    margin: 7px !important;
}
.middle-text p strong {
    font-weight: 500;
    font-size: 16px;
}
.middle-text p {
    font-weight: 300;
    font-size: 14px;
}

.main-circle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/pod\ outside.png) no-repeat center / cover;
    border-radius: 50%;
    z-index: 0;
    animation: spinBg 20s linear infinite;
}

@keyframes spinBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.main-circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 20px auto 20px;

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px #6bb5a4;
    z-index: 9999;
}
.main-circle img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 8px solid #fff;
    object-fit: cover;
    z-index: 1;
}

.podcast-player {
    display: flex;
    align-items: center;
}
.slider-text iframe {
    margin: auto;
}
.slider-text a {
    text-wrap-mode: wrap;
    font-size: 13px;
}

/* video slider */
.card-header {
    padding: 0;
}
/* .tab-content{
        width: 626px;
        height: 888px;
      } */
iframe {
    border-radius: 20px;
}
.bg {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #ffffff33;
    border-radius: 20px;
    padding: 20px;
}
.video-title {
    font-size: 18px;
}
.video-small-title {
    font-size: 12px;
}
.video-card {
    gap: 10px;
}
#myTabContent .card-body {
    height: 520px;
    overflow-y: scroll;

    display: flex;
    flex-direction: column;
    gap: 10px;
}

#myTabContent .card-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ff9933;
}

#myTabContent .card-body::-webkit-scrollbar {
    width: 6px;
    height: 40px;
    background-color: #fff;
}

#myTabContent.card-body::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.video-card img {
    width: 117px;
    height: 66px;
    border-radius: 14px;
}
.video-card h6 {
    font-size: 15px;
}
.video-card p {
    font-size: 12px;
    margin: 0;
}

/* shorts */
/* Main Content */
.main-content {
    display: flex;
    /* height: calc(100% - 50px); */
    color: #ffff;
    height: 600px;
    /* overflow-y: scroll; */
}

/* Video Player */
.video-player {
    flex: 1;
    position: relative;
    /* padding: 20px; */
}

.short-video {
    width: 100%;
    height: 70%;
    background: #000;
    border-radius: 10px;
}

.overlay-text {
    position: absolute;
    top: 40px;
    left: 40px;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.small-text {
    font-size: 12px;
    margin-bottom: 10px;
}

.overlay-text h1 {
    font-size: 48px;
    font-weight: bold;
    border-bottom: 4px solid #ff6200;
    display: inline-block;
}

.video-description {
    margin-top: 20px;
    font-size: 14px;
    /* color: #333; */
    color: #ffff;
}

.video-description p {
    font-size: 12px;
}
.timestamp {
    /* color: #666; */
    color: #ffff;
    font-size: 10px !important;
    margin-top: 5px;
}

/* Sidebar */
.sidebar {
    flex: 1;
    padding: 14px 0 14px 14px;
    /* width: 50%; */
    overflow-y: scroll;
    height: 400px;
}

.short-item {
    display: flex;
    margin-bottom: 15px;
    cursor: pointer;
}

.short-item img {
    /* width: 100px; */
    width: 27%;
    height: 110px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 10px;
}

.short-info h3 {
    font-size: 14px;
    margin: 0;
    /* color: #333; */
    color: #fff;
}

.short-info p {
    font-size: 12px;
    /* color: #666; */
    color: #fff;
    margin: 5px 0 0;
}

/* Share Button */
.share-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.share-button button {
    /* background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    /* width: 76px; */
    /* height: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: #000;
    width: 156px;
    height: 60px;
    border-radius: 50px !important;
    background: transparent url("img/Group 20.png") 0% 0% no-repeat padding-box;
    opacity: 1;
    color: #ffff;
}
.share-button i {
    margin: 5px;
}

.share-button button::before {
    /* content: "↗"; */
    font-size: 20px;
    /* width: 156px;
height: 60px; */
}

.main-content {
    height: auto;
    min-height: 400px;
}
.sidebar {
    height: auto;
    max-height: 400px;
    overflow-y: auto;
}

.short-video {
    width: 100%;
    aspect-ratio: 9 / 16;
    max-width: 400px;
    border-radius: 10px;
}
.share-button button {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50px;
    width: 156px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    cursor: pointer;
}
/* Posts Tab Styling */
.posts-container {
    padding: 15px;
    max-height: 600px;
    overflow-y: auto;
}

.post-card {
    background: rgba(255, 255, 255, 0.1); /* Transparent white background */
    border: 1px solid #ffffff33; /* Light border */
    border-radius: 20px; /* Rounded corners */
    padding: 20px;
    margin-bottom: 20px;
}

.post-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.channel-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.post-author h5 {
    margin: 0;
    font-size: 16px;
    color: #fff; /* White text */
}

.post-author span {
    font-size: 12px;
    color: #aaa; /* Light gray for handle */
}

.post-content p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #fff; /* White text */
}

.youtube-post-embed {
    margin: 15px 0;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: #000; /* Black background for the iframe area */
}

.youtube-post-embed iframe {
    width: 100%;
    height: 400px;
    border-radius: 12px;
}

/* Error message styling */
.error-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000; /* Black background */
    color: #fff; /* White text */
    font-size: 14px;
    text-align: center;
}

.error-message i {
    color: #fff; /* White exclamation icon */
    margin-bottom: 10px;
}

.error-message .learn-more {
    color: #1a73e8; /* Blue link color */
    text-decoration: none;
    margin: 5px 0;
}

.error-message .learn-more:hover {
    text-decoration: underline;
}

.error-message .playback-id {
    font-size: 12px;
    color: #aaa; /* Light gray for playback ID */
}

.post-image {
    margin: 15px 0;
    border-radius: 12px;
    overflow: hidden;
}

.post-image img {
    width: 100%;
    border-radius: 12px;
}

.post-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    font-size: 12px;
    color: #aaa; /* Light gray for timestamp */
}

.share-button {
    background: transparent;

    padding: 5px 15px;
    color: #fff; /* White text */
    cursor: pointer;
    display: flex;
    align-items: center;
}

.share-button i {
    margin-right: 5px;
}

/* Scrollbar styling for posts container */
*::-webkit-scrollbar {
    width: 6px;
}

*::-webkit-scrollbar-track {
    background: #fff; /* Orange track */
}

*::-webkit-scrollbar-thumb {
    background-color: #fff; /* Black thumb */
    border-radius: 3px;
}

/* Scrollbar styling for posts container */
*::-webkit-scrollbar {
    width: 6px;
}

*::-webkit-scrollbar-track {
    background: #fff;
}

*::-webkit-scrollbar-thumb {
    background-color: #ff9933;
    border-radius: 3px;
}
.tweets {
    padding: 0px 10px;
}
li.nav-item {
    padding: 0px 10px;
}
.nav-link {
    color: #ffffff !important;
}

.modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(26 32 43 / 91%);
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  z-index: 1000;
}
.modal-body::before{
    filter: blur(10px);
}

/* Modal content */
.modal-body {
   background-image:linear-gradient(to right, #eae8e840, #eee7e705), url(images/bg.png);
   
  padding: 20px;
  border-radius: 8px;
  width: 300px;
 
  transform: translateY(-30px);
  opacity: 0;
  animation: fadeInDrop 0.5s forwards;
}

.modal-body {
    position: relative;
    padding: 1rem;
    width: 76% !important;
    flex: none !important;
        padding: 30px !important;
}

/* Close button */
.dismiss-btn {
float: right;
    font-size: 34px;
    cursor: pointer;
    position: absolute;
    top: -8px;
    right: 16px;
}

/* Fade-down animation */
@keyframes fadeInDrop {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}













@media (max-width: 1024px) {
    .container {
        grid-template-columns: repeat(3, 1fr);
    }
    .recent-card .card{
        margin-top: 20px;
    }
    li.nav-item {
    padding: 0px 10px;
    margin: 6px 0px;
}
}

@media (max-width: 767px) {
    header {
        flex-direction: column;
        align-items: flex-start;
    }
    header .right-icons {
        margin-top: 10px;
    }
    .container {
        grid-template-columns: 1fr;
    }
    .card {
        margin-bottom: 20px;
    }
    .video-list {
        flex-direction: column;
        overflow-x: visible;
    }
    .video-list video {
        width: 100%;
        height: auto;
    }
    .slider {
        flex-direction: column;
    }
    .quick-links {
        grid-template-columns: 1fr;
    }
    .responsive-card .featured-videos{
        margin-top: 20px;
    }
    .custom-header {
   
    gap: 0px;
    }
    .slider-footer

 {
 
    gap: 150px;
}
header .logo {
 
    font-size: 22px;
  
    text-align: center;
}
header .tagline {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}
}

@media (max-width: 480px) {
    header {
        padding: 10px;
    }
    .tagline {
        font-size: 12px;
    }
    .card h3 {
        font-size: 14px;
    }
    .speech-description,
    .slogan {
        font-size: 13px;
    }
    .quick-link {
        font-size: 13px;
        padding: 8px;
    }
    .footer {
        font-size: 10px;
        padding: 8px;
    }
}
