
/* Styling for "New Uploaded" label */
.sstore-new-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff9900;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;

}

/* Container for video thumbnail with relative positioning */
.sstore-video-thumbnail-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Thumbnail image */
.sstore-video-thumbnail {
    width: 100%;
    display: block;
}

/* Play button styling */
.sstore-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}




.ipo-agbegbe {
    display: flex; /* Enables flexbox */
    justify-content: center; /* Horizontally centers the content */
    align-items: center; /* Vertically centers the content */
    height: 100%; /* Optional: Adjusts height if needed for vertical centering */
    text-align: center; /* Ensures the text is centered within the span */
}

        .ẹgbẹ́-ayélujára a {
            display: inline-block;
        }

        .ẹgbẹ́-ayélujára .aworan {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            transition: transform 0.2s;
        }
        
.ẹgbẹ́-ayélujára {
    display: flex
;
    justify-content: center;
    gap: 15px;
    padding: 7px 10px;
    background-color: #404040;
    margin-top: 24px;
    margin-bottom: 20px;
    border-radius: 37px;
}

        .ẹgbẹ́-ayélujára .aworan:hover {
            transform: scale(1.1);
        }

        /* Àtẹ̀jáde Ẹsẹ */
        ẹsẹ {
            background-color: #f5f5f5;
            color: #666;
            text-align: center;
            padding: 20px 10px;
        }

        .akojọ-ẹsẹ {
            max-width: 1000px;
            margin: 0 auto;
        }

        .àwọn-ọ̀nà-ọ̀fẹ́ {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
            margin-bottom: 10px;
        }


        .àwọn-ọ̀nà-ọ̀fẹ́ a:hover {
            color: #fff00;
        }

        .ipo-agbegbe {
            font-size: 12px;
            color: #999;
        }
        
        .àwọn-ọ̀nà-ọ̀fẹ́ a {
    text-decoration: none;
    color: #ffffffa1;
    font-size: 14px;
    transition: color 0.2s;
}

        /* Ẹ̀rọ alágbejà */
        @media (max-width: 768px) {
            .ẹgbẹ́-ayélujára .aworan {
                width: 35px;
                height: 35px;
            }

            .àwọn-ọ̀nà-ọ̀fẹ́ a {
                font-size: 12px;
            }

            .ipo-agbegbe {
                font-size: 10px;
            }
        }







        /* General Styles */
        body {
            font-family: 'Roboto', sans-serif;
            margin: 0;
            background: black !important;
            padding: 0;
        }

        /* Search Bar Styles */
        .sstore-s-search-bar {
            text-align: center;
            margin: 20px;
        }
        .sstore-s-search-bar input {
            width: 300px;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 20px;
            font-size: 16px;
        }
        .sstore-s-search-bar button {
            padding: 10px 15px;
            background-color: #ff0000;
            color: white;
            border: none;
            border-radius: 20px;
            font-size: 16px;
            cursor: pointer;
        }
        .sstore-s-search-bar button:hover {
            background-color: #e60000;
        }

        /* Video Grid Styles */
        .sstore-s-video-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            padding: 20px;
        }

        /* Video Item Styles */
        .sstore-s-video-item {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            transition: transform 0.3s;
        }
        .sstore-s-video-item:hover {
            transform: scale(1.05);
        }
        .sstore-s-video-item img {
            width: 100%;
            height: 140px;
            object-fit: cover;
        }
        .sstore-s-video-info {
            padding: 10px;
        }
        .sstore-s-video-info h3 {
            margin: 10px 0;
            font-size: 16px;
            color: #333;
        }
        .sstore-s-video-info p {
            margin: 5px 0;
            color: #666;
        }
        .sstore-s-video-info a {
            text-decoration: none;
            color: #007bff;
        }
        .sstore-s-video-info a:hover {
            text-decoration: underline;
        }






    .social-share {
    text-align: center;
    margin-top: 20px;
}

.social-share h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.social-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px; /* Space between buttons */
}

.social-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
    color: #fff; /* Default icon color */
    transition: all 0.3s ease;
}

.social-button.facebook {
    background-color: #1877f2;
}

.social-button.twitter {
    background-color: #1da1f2;
}

.social-button.whatsapp {
    background-color: #25d366;
}

.social-button.linkedin {
    background-color: #0077b5;
}

.social-button:hover {
    transform: scale(1.1);
    opacity: 0.9;
}

/* Responsive design */
@media (max-width: 480px) {
    .social-buttons {
        gap: 10px;
    }

    .social-button {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    .social-share h3 {
        font-size: 14px;
    }
}


/* Styling for "New Uploaded" label */
.sstore-new-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff9900;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;

}

/* Container for video thumbnail with relative positioning */
.sstore-video-thumbnail-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Thumbnail image */
.sstore-video-thumbnail {
    width: 100%;
    display: block;
}

/* Play button styling */
.sstore-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}



   @media screen and (max-width: 768px) {
    footer {
        display: none;
    }
}



/* Header Styles */
header {
    background-color: #f8f8f8;
    padding: 10px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.sstore-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

/* Logo */
.sstore-logo img {
    height: 40px;
}

/* Search and Nav Links Container */
.sstore-header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Search Form */
.sstore-header-form input {
    padding: 8px;
    width: 200px;
    border-radius: 20px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.sstore-header-form button {
    padding: 8px 12px;
    background-color: #ff0000;
    border: none;
    color: white;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
}

.sstore-nav-links a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 20px;
    font-weight: 400;
    font-size: 15px;
}

.sstore-header-form button:hover {
    background-color: #cc0000;
}

/* Navigation Links */
.sstore-nav-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .logo-sstore img {
        height: 28px;
        width: 85px;
        padding-top: 8px;
    }
}


.sstore-nav-links a:hover {
    color: #ff0000;
}

/* Hamburger Menu */
.hamburger-menu {
    display: none;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
}

.hamburger-menu span {
    width: 25px;
    height: 3px;
    background-color: #333;
    border-radius: 2px;
}

/* Mobile-responsive Styling */
@media (max-width: 768px) {
    .sstore-header-container {
    
        align-items: flex-start;
    }

    .sstore-header-right {
        width: 100%;
        justify-content: space-between;
        margin-top: 6px;
    }

    .sstore-header-form input {
        width: 120px;
    }

    .sstore-nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #f8f8f8;
        position: absolute;
        top: 60px;
        left: 0;
        padding: 0px 20px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .sstore-nav-links.show {
        display: flex;
    }

    .sstore-nav-links a {
        margin-bottom: 10px;
        font-size: 16px;
    }

    /* Show hamburger menu */
    .hamburger-menu {
        display: flex;
    }
}

      header {
            background-color: #ff0000;
            color: white;
            padding: 0px 20px;
            text-align: center;
            font-size: 24px;
            font-weight: bold;
        }
.sstore-time-uploaded {
font-size: 12px;
color: #888;
margin-top: 4px;
padding-left: 9px;
padding-bottom: 8px;
}
    .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.search-bar {
    text-align: center;
    margin-bottom: 20px;
}

.search-bar input {
    padding: 10px;
    width: 50%;
    font-size: 16px;
    border-radius: 20px;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
}

.video-suggestion {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.video-item {
    width: calc(33.333% - 20px); /* Default: 3 items per row */
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.video-item:hover {
    transform: scale(1.05);
}

.video-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.video-item .play-button {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: white;
    background: rgba(242, 157, 43, 0.64);
    border-radius: 50%;
    padding: 15px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.video-item .play-button:hover {
    background: rgba(0, 0, 0, 0.7);
}

.video-item .title {
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    background: #fff;
    color: #333;
}

.video-item .title a {
    color: #333;
    text-decoration: none;
    font-weight: 700; /* Bold text */
}

.video-item .title a:hover {
    text-decoration: underline;
}

/* Responsive Design */

/* For tablets */
@media (max-width: 768px) {
    .video-item {
        width: calc(50% - 20px); /* 2 items per row */
        padding: 1px;
    }

    .search-bar input {
        width: 70%; /* Adjust search bar width for tablets */
    }
}

/* For mobile devices */
@media (max-width: 480px) {
    .video-item {
        width: 100%; /* 1 item per row */
    }

    .search-bar input {
        width: 90%; /* Make search bar wider on smaller screens */
        font-size: 14px; /* Adjust font size for smaller screens */
        padding: 8px;
    }

    .video-item img {
        height: 150px; /* Reduce image height for smaller screens */
    }

    .video-item .title {
        font-size: 12px; /* Smaller font size for titles */
    }

    .video-item .play-button {
        font-size: 18px; /* Smaller play button size */
        padding: 10px;
    }
}


        
        .comments-section {
            margin-top: 10px;
            
        }

        .comment {
            margin-bottom: 10px;
            display: flex;
            align-items: flex-start;
            margin-top: 9px;
            
        }

        .comment .avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    padding: 2px;
}

        .comment .content {
            flex: 1;
        }

        .comment .content p {
            margin: 5px 0;
        }

        .comment .content .username {
            font-weight: bold;
        }

        .comment .content .reply-btn {
            font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    padding: 3px;
    border-radius: 7px;
    background: black;
}

        .reply-section {
            margin-left: 50px;
            margin-top: 10px;
        }

        .comment-form {
            margin-top: 20px;
        }

        .comment-form input,
        .comment-form textarea {
            width: 100%;
            padding: 10px;
            margin-bottom: 10px;
            border-radius: 5px;
            border: 1px solid #ccc;
        }

        .comment-form button {
            padding: 10px 20px;
            background-color: #0078ff;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

        .video-actions button {
            padding: 10px 20px;
            background-color: #0078ff;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

        .video-actions .like-btn, .video-actions .dislike-btn {
            background-color: #4caf50; /* Green for like */
        }

        .video-actions .dislike-btn {
            background-color: #f44336; /* Red for dislike */
        }
        
        /* General style for the reply form */
.reply-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #f0f2f5;
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

/* Input fields */
.reply-form input[type="text"],
.reply-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

.reply-form input[type="text"]:focus,
.reply-form textarea:focus {
    border-color: #1877f2;
    outline: none;
    box-shadow: 0 0 3px rgba(24, 119, 242, 0.5);
}

/* Placeholder text */
.reply-form input[type="text"]::placeholder,
.reply-form textarea::placeholder {
    color: #aaa;
    font-size: 14px;
}

/* Textarea styling */
.reply-form textarea {
    resize: none;
    height: 60px;
}

/* Hidden input field */
.reply-form input[type="hidden"] {
    display: none;
}

/* Submit button */
.reply-form button {
    align-self: flex-end;
    padding: 8px 15px;
    background-color: #1877f2;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.reply-form button:hover {
    background-color: #145dbf;
}

.reply-form button:active {
    background-color: #0d4a9b;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .reply-form button {
        width: 100%;
        text-align: center;
    }
}





/* Video Link Styling */
.video-link {
    display: block;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.video-link iframe {
    pointer-events: none; /* Prevent iframe clicks */
    width: 100%;
    border-radius: 8px 8px 0 0;
}

/* Video Container */
.video-container {
    margin: 20px auto;
    max-width: 1200px;
    padding: 0 20px;
}

.main-video iframe {
    width: 100%;
    height: 300px;
    border-radius: 8px;
}

@media (min-width: 768px) {
    .main-video iframe {
        height: 500px;
    }
}

.video-info {

        margin-top: 17px;
    margin-bottom: 12px;
}


.video-info h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.video-actions {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 7px;
}

.video-actions button,
.video-actions .whatsapp-btn {
    padding: 5px 7px;
    font-size: 14px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    background-color: #007bff;
    color: white;
    text-decoration: none;
}

.video-actions button:hover,
.video-actions .whatsapp-btn:hover {
    background-color: #0056b3;
}

/* Related Videos Styling */
.related-videos {
    margin-top: 30px;
}

.related-videos h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

@media (min-width: 768px) {
    .video-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .video-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.video-item-related {
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.video-item iframe {
    width: 100%;
    height: 120px;
    border-radius: 8px 8px 0 0;
}

@media (min-width: 768px) {
    .video-item iframe {
        height: 180px;
    }
}

.video-item .title {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

.video-item .title a {
    text-decoration: none;
    color: #333;
}

.video-item .title a:hover {
    text-decoration: underline;
}

 
 .social-share-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.social-share-btn {
    display: inline-block;
    padding: 8px 16px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.social-share-btn:hover {
    opacity: 0.8;
}

.facebook-btn {
    background-color: #3b5998;
}

.twitter-btn {
    background-color: #1da1f2;
}

.threads-btn {
    background-color: #000000;
    color: white;
}

.linkedin-btn {
    background-color: #0077b5;
}

.pinterest-btn {
    background-color: #e60023;
}

 
 .mobile-video-container {
    display: none;
}

@media (max-width: 768px) {
    .mobile-video-container {
        display: block;
    }
}

 
 /* Hide the video container on mobile */
.desktop-only {
    display: none;
}

/* Show the video container only on desktops and larger screens */
@media (min-width: 768px) {
    .desktop-only {
        display: block;
    }
}

 
.comment-form input, .comment-form textarea {
    width: 67%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #000000;
    color: white;
    font-style: italic;
}
 .comment .content .reply-btn {
    font-size: 14px;
    color: #0078ff;
    cursor: pointer;
    padding: 8px;
    border-radius: 30px;
}
 
 .comment-form button {
    padding: 10px 20px;
    background-color: #159e4e;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    border-radius: 33px;
}

 
 .reply-form button {
    align-self: flex-end;
    padding: 8px 15px;
    background-color: #db2828;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 30px;
}

 .reply-form {
    display: flex
;
    flex-direction: column;
    gap: 10px;
    background-color: #2c2f35;
    padding: 6px;
    border-radius: 8px;
    margin-top: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0);
    font-family: Arial, sans-serif;
    width: 400px;
}

.sstore-video-container {
    display: none;
}

@media (min-width: 1024px) {
    .sstore-video-container {
        display: flex;
        gap: 105px;
        width: 100%;
        padding-left: 93px;
        padding-top: 16px;
    }
}

.sstore-main-video {
    flex: 2;
    max-width: 70%;
}

.sstore-related-videos {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Related Video Styling */
.sstore-video-item-related {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.sstore-video-link-related {
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.sstore-video-thumbnail-wrapper {
    position: relative;
    width: 120px;
    height: 90px;
    flex-shrink: 0;
}

.sstore-video-thumbnail-related {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.sstore-play-button {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 3px;
}

.sstore-related-video-title {
    font-size: 14px;
    color: white;
    line-height: 1.4;
    max-width: 200px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .sstore-video-container {
        flex-direction: column;
    }

    .sstore-main-video {
        max-width: 100%;
    }

    .sstore-video-thumbnail-wrapper {
        width: 100px;
        height: 70px;
    }

    .sstore-related-video-title {
        font-size: 12px;
    }
}

 
 .reply-form input[type="text"], .reply-form textarea {
width: 100%;
padding: 10px;
border: 1px solid #9e9e9e;
border-radius: 5px;
font-size: 14px;
color: #333;
background-color: #262626;
tr
.video-container {
            margin: 20px auto;
            max-width: 1200px;
            padding: 0 20px;
        }
        .main-video iframe {
            width: 100%;
            height: 500px;
            border: none;
            
        }
      .related-videos {
    margin-top: 15px;
        padding-left: 33px;
    padding-right: 22px;
}
}
        .related-videos h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: white;
}


        .video-grid-related {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
        .video-item-related {
            position: relative;
            width: calc(25% - 20px); /* 4 videos per row */
            text-align: center;
        }
        .video-thumbnail-related {
            width: 100%;
            height: 150px;
            border-radius: 8px;
            object-fit: cover;
            transition: transform 0.3s;
        }
        .video-thumbnail-related:hover {
            transform: scale(1.05);
        }
        .play-button {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: white;
    background: #d0191991;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex
;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}
        .video-item-related:hover .play-button {
            opacity: 1;
        }
        .title-related {
            padding: 10px 0;
            font-size: 14px;
            font-weight: bold;
            word-wrap: break-word;
        }
        .title-related a {
            text-decoration: none;
            color: #333;
        }
        .title-related a:hover {
            text-decoration: underline;
        }
        @media (max-width: 768px) {
            .video-item-related {
                width: calc(50% - 10px); /* 2 videos per row on smaller screens */
            }
            .video-thumbnail-related {
                height: 120px;
            }
        }
        
        .video-info h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: white;
}

p {
    color: #dcdcdc;
}

h3, h2 {
    color: white;
}





        .sstore-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        .sstore-section {
            margin-bottom: 40px;
        }

        .sstore-section-title {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 20px;
            color: white;
        }

        .sstore-video-list {
            display: grid;
            grid-template-columns: repeat(3, 1fr); /* 3 columns on desktop */
            gap: 20px;
        }

        .sstore-video-item {
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            background: #fff;
            transition: transform 0.3s;
        }

        .sstore-video-thumbnail {
            width: 100%;
            height: 150px;
            object-fit: cover;
            border-radius: 8px;
        }

        .sstore-play-button {
            position: absolute;
            top: 40%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 40px;
            color: white;
            background: #d0191991;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s;
        }

        .sstore-title {
            padding: 10px;
            text-align: center;
            font-size: 14px;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .sstore-video-item:hover .sstore-play-button {
            opacity: 1;
        }

        @media (max-width: 768px) {
            .sstore-video-list {
                grid-template-columns: repeat(2, 1fr); /* 2 columns on mobile */
            }

            .sstore-video-thumbnail {
                height: 120px; /* Adjust thumbnail height for mobile */
            }
        }






/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



/* Header */
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ff0000;
    color: white;
    padding: 0px;
    height: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.logo-sstore {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.logo-sstore img {
height: 30px;
margin-top: 12px;
}

/* Search Bar */
.pa-sstore-sorọ {
    flex: 1;
    display: flex;
    align-items: center;
    padding-right: 73px;
    width: 903px;
    padding-left: 229px;
}

.pa-sstore-sorọ form {
    width: 100%;
    max-width: 600px;
    display: flex;
    align-items: center;
}

.pa-sstore-sorọ input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 20px 0 0 20px;
    font-size: 14px;
    outline: none;
}

.pa-sstore-sorọ button {
    background-color: white;
    border: none;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
    color: #ff0000;
    padding: 8px 12px;
}

/* Navigation Links */
.pa-sstore-ìjápọ {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-left: auto;
}

.pa-sstore-ìjápọ a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.pa-sstore-ìjápọ a:hover {
    text-decoration: underline;
}

/* Hamburger Menu */
.pa-sstore-fohùn-sírè {
    display: none;
    flex-direction: column;b
    gap: 5px;
    cursor: pointer;
      z-index: 999;
}

.pa-sstore-fohùn-sírè span {
    width: 25px;
    height: 3px;
    background-color: white;
}

/* Mobile Styles */
@media (max-width: 768px) {
    header {
        flex-wrap: wrap;
        height: auto;
        padding: 10px;
        text-align: center;
        font-size: 18px;
    }
    
    header {
    background-color: #ff0000;
    color: white;
    padding: 0px 0px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    }

    .pa-sstore-sorọ {
        flex: 1;
        margin: 0px 0;
        width: 100%;
        padding-right: 45px;
        padding-left: 2px;
    }

    .pa-sstore-sorọ input {
        width: calc(100% - 24px);
        padding: 6.5px;
    }

    .pa-sstore-ìjápọ {
        display: none;
        flex-direction: column;
        background-color: #ff0000;
        position: absolute;
        top: 60px;
        right: 0;
        width: 100%;
        padding: 10px 0;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .pa-sstore-ìjápọ.show {
        display: flex;
    }

    .pa-sstore-fohùn-sírè {
        display: flex;
    }
    
}



/* Yoruba Classes */
.pinpin-ise {
    margin: 10px 0;
    text-align: center;
}

.pinpin-ise p {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff;
}

.pinpin-batani {
    display: inline-block;
    margin: 5px;
    padding: 8px 12px; /* Reduced padding */
    font-size: 12px; /* Smaller font size */
    font-weight: bold;
    color: white;
    text-decoration: none !important;
    border-radius: 8px;
    transition: transform 0.3s, background-color 0.3s;
}

/* Individual Platform Colors */
.facebook-batani {
    background-color: #3b5998;
}

.twitter-batani {
    background-color: #1da1f2;
}

.threads-batani {
    background-color: #787878;
}

.linkedin-batani {
    background-color: #0077b5;
}

.pinterest-batani {
    background-color: #bd081c;
}

/* Hover Effect */
.pinpin-batani:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 768px) {
    .pinpin-ise p {
        font-size: 14px; /* Smaller text for mobile */
    }

    .pinpin-batani {
        margin: 3px; /* Reduced margin for compact alignment */
        padding: 4px 5px; /* Smaller padding for buttons */
        font-size: 9px; /* Smaller font size */
    }
}


 

 
 .mobile-video-container {
    display: none;
}

@media (max-width: 768px) {
    .mobile-video-container {
        display: block;
    }
}

 
 /* Hide the video container on mobile */
.desktop-only {
    display: none;
}

/* Show the video container only on desktops and larger screens */
@media (min-width: 768px) {
    .desktop-only {
        display: block;
    }
}

 
 .comment-form input, .comment-form textarea {
    width: 56%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #141414;
}
 .comment .content .reply-btn {
    font-size: 14px;
    color: #0078ff;
    cursor: pointer;
    padding: 8px;
    border-radius: 30px;
}
 
 .comment-form button {
    padding: 10px 20px;
    background-color: #159e4e;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    border-radius: 33px;
}

 
 .reply-form button {
    align-self: flex-end;
    padding: 8px 15px;
    background-color: #db2828;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 30px;
}

 .reply-form {
    display: flex
;
    flex-direction: column;
    gap: 10px;
    background-color: #2c2f35;
    padding: 6px;
    border-radius: 8px;
    margin-top: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0);
    font-family: Arial, sans-serif;
    width: 400px;
}

.sstore-video-container {
    display: none;
}

@media (min-width: 1024px) {
    .sstore-video-container {
        display: flex;
        gap: 105px;
        width: 100%;
        padding-left: 93px;
        padding-top: 16px;
    }
}

.sstore-main-video {
    flex: 2;
    max-width: 70%;
}

.sstore-related-videos {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Related Video Styling */
.sstore-video-item-related {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.sstore-video-link-related {
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.sstore-video-thumbnail-wrapper {
    position: relative;
    width: 120px;
    height: 90px;
    flex-shrink: 0;
}

.sstore-video-thumbnail-related {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.sstore-play-button {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 3px;
}

.sstore-related-video-title {
    font-size: 14px;
    color: white;
    line-height: 1.4;
    max-width: 200px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .sstore-video-container {
        flex-direction: column;
    }

    .sstore-main-video {
        max-width: 100%;
    }

    .sstore-video-thumbnail-wrapper {
        width: 100px;
        height: 70px;
    }

    .sstore-related-video-title {
        font-size: 12px;
    }
}

 
 .reply-form input[type="text"], .reply-form textarea {
width: 100%;
padding: 10px;
border: 1px solid #9e9e9e;
border-radius: 5px;
font-size: 14px;
color: #333;
background-color: #262626;
tr
.video-container {
            margin: 20px auto;
            max-width: 1200px;
            padding: 0 20px;
        }
        .main-video iframe {
            width: 100%;
            height: 500px;
            border: none;
            
        }
      .related-videos {
    margin-top: 15px;
        padding-left: 33px;
    padding-right: 22px;
}
}
        .related-videos h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: white;
}


        .video-grid-related {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
        .video-item-related {
            position: relative;
            width: calc(25% - 20px); /* 4 videos per row */
            text-align: center;
        }
        .video-thumbnail-related {
            width: 100%;
            height: 150px;
            border-radius: 8px;
            object-fit: cover;
            transition: transform 0.3s;
        }
        .video-thumbnail-related:hover {
            transform: scale(1.05);
        }
        .play-button {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: white;
    background: #d0191991;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex
;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}
        .video-item-related:hover .play-button {
            opacity: 1;
        }
        .title-related {
            padding: 10px 0;
            font-size: 14px;
            font-weight: bold;
            word-wrap: break-word;
        }
        .title-related a {
            text-decoration: none;
            color: #333;
        }
        .title-related a:hover {
            text-decoration: underline;
        }
        @media (max-width: 768px) {
            .video-item-related {
                width: calc(50% - 10px); /* 2 videos per row on smaller screens */
            }
            .video-thumbnail-related {
                height: 120px;
            }
        }
        
        .video-info h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: white;
}

p {
    color: #dcdcdc;
}

h3, h2 {
    color: white;
}


