    .video-dropzone {
        position: relative;
        border: 2px dashed rgba(0, 0, 0, 0.2);
        border-radius: 14px;
        padding: 28px 16px;
        text-align: center;
        cursor: pointer;
        transition: border-color 0.2s ease, background-color 0.2s ease;
        margin-top: 12px;
    }

    .video-dropzone:hover,
    .video-dropzone.dropzone-dragover {
        border-color: #e60067;
        background-color: rgba(230, 0, 103, 0.04);
    }

    .dropzone-icon {
        font-size: 32px;
        color: #e60067;
        margin-bottom: 8px;
    }

    .dropzone-text {
        margin: 0;
        font-weight: 600;
    }

    .dropzone-subtext {
        margin: 4px 0 0;
        font-size: 13px;
        color: #6c757d;
    }

    .dropzone-browse {
        color: #e60067;
        text-decoration: underline;
    }

    .dropzone-preview {
        position: relative;
    }

    .dropzone-preview video {
        max-height: 220px;
        width: 100%;
        border-radius: 10px;
        background: #000;
        object-fit: contain;
    }

    .dropzone-file-info {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 10px;
        font-size: 13px;
    }

    .dropzone-remove-btn {
        border: none;
        background: rgba(0, 0, 0, 0.08);
        width: 24px;
        height: 24px;
        border-radius: 50%;
        line-height: 1;
        cursor: pointer;
    }

    .dropzone-remove-btn:hover {
        background: #e60067;
        color: #fff;
    }

    .reels-hub-section {
        padding: 80px 0;
        overflow-x: hidden;
        position: relative;
    }

    .reels-hub-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 20% 30%, rgba(230, 0, 103, 0.03) 0%, transparent 50%);
        pointer-events: none;
    }

    .reels-hub-section::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 80% 70%, rgba(41, 138, 242, 0.03) 0%, transparent 50%);
        pointer-events: none;
    }

    .reels-hub-section .section-main-heading span {
        color: #D4006A;
    }

    .reels-hub-section .section-main-heading span::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, #e60067, #ff8c00);
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.3s ease;
    }

    .reels-hub-section .heading-diamond-img {
        width: 36px;
        height: auto;
        vertical-align: middle;
        margin-right: 10px;
        margin-top: -8px;
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    }

    .reels-hub-section .section-sub-text {
        color: #77778a;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 45px;
    }

    .reels-hub-section .stat-gradient-card {
        border-radius: 20px;
        padding: 15px 20px 30px;
        text-align: center;
        height: 100%;
        border: 1px solid #DECEEF;
        border-bottom: 4px solid #ffffff;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
        transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
        position: relative;
        overflow: hidden;
    }

    .reels-hub-section .stat-gradient-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.6s ease;
    }

    .reels-hub-section .stat-gradient-card:hover::before {
        left: 100%;
    }

    .reels-hub-section .stat-gradient-card:hover {
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    }

    .reels-hub-section .card-purple {
        background: linear-gradient(180deg, rgba(153, 102, 204, 0.2) 0%,
                rgba(153, 102, 204, 0.05) 100%);
        border-bottom-color: #a83af0;
    }

    .reels-hub-section .card-blue {
        background: linear-gradient(180deg,
                rgba(47, 150, 218, 0.2) 0%,
                rgba(47, 150, 218, 0.05) 100%);
        border-bottom-color: #298af2;
    }

    .reels-hub-section .card-green {
        background: linear-gradient(180deg,
                rgba(40, 175, 96, 0.2) 0%,
                rgba(40, 175, 96, 0.05) 100%);
        border-bottom-color: #2ece7d;
    }

    .reels-hub-section .card-pink {
        background: linear-gradient(180deg,
                rgba(255, 71, 194, 0.2) 0%,
                rgba(255, 71, 194, 0.05) 100%);
        border-bottom-color: #e60067;
    }

    .reels-hub-section .card-img-circle {
        width: 50px;
        height: 50px;
        background: #ffffff;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 18px auto;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease;
    }

    .reels-hub-section .stat-gradient-card:hover .card-img-circle {
        transform: scale(1.1) rotate(5deg);
    }

    .reels-hub-section .card-img-circle img {
        width: 28px;
        height: 28px;
        object-fit: cover;
    }

    .reels-hub-section .stat-number {
        font-size: 16px;
        font-family: var(--primary-bold-font);
        color: #1A1A1A;
        margin-bottom: 5px;
    }

    .reels-hub-section .stat-label {
        font-size: 12px;
        color: #666666;
        font-family: var(--primary-regular-font);
    }

    .reels-hub-section .btn-upload-video {
        background: linear-gradient(135deg, #1de29b, #15c384);
        color: #000000;
        font-weight: 700;
        font-size: 16px;
        padding: 14px 45px;
        border-radius: 50px;
        border: none;
        margin-top: 45px;
        margin-bottom: 75px;
        transition: all 0.4s ease;
        box-shadow: 0 8px 20px rgba(29, 226, 155, 0.3);
        position: relative;
        overflow: hidden;
    }

    .reels-hub-section .btn-upload-video::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.3);
        transform: translate(-50%, -50%);
        transition: width 0.6s, height 0.6s;
    }

    .reels-hub-section .btn-upload-video:hover::before {
        width: 300px;
        height: 300px;
    }

    .reels-hub-section .btn-upload-video:hover {
        transform: scale(1.05);
        box-shadow: 0 12px 30px rgba(29, 226, 155, 0.4);
    }

    .reels-hub-section .feed-heading {
        color: #220018;
        margin-bottom: 45px;
    }

    .reels-hub-section .feed-heading span {
        color: #2B8CEE;
    }

    .reels-hub-section .reel-card-container {
        position: relative;
        border-radius: 28px;
        overflow: hidden;
        aspect-ratio: 9 / 14;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        transition: all 0.4s ease;
        cursor: pointer;
    }

    .reels-hub-section .reel-card-container:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
    }

    .reels-hub-section .reel-bg-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .reels-hub-section .reel-card-container:hover .reel-bg-image {
        transform: scale(1.08);
    }

    .reels-hub-section .reel-dark-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.75) 100%);
        z-index: 2;
        transition: background 0.3s ease;
    }

    .reels-hub-section .reel-card-container:hover .reel-dark-overlay {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    }

    .reels-hub-section .reel-top-bar {
        position: absolute;
        top: 18px;
        left: 18px;
        right: 18px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 3;
    }

    .reels-hub-section .check-reel-badge {
        background-color: #e60067;
        color: #ffffff;
        font-size: 10px;
        font-weight: bold;
        padding: 6px 14px;
        border-radius: 30px;
        letter-spacing: 0.5px;
        backdrop-filter: blur(4px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .reels-hub-section .btn-trigger-play {
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(8px);
        border: none;
        color: #ffffff;
        font-size: 16px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .reels-hub-section .btn-trigger-play:hover {
        background: #e60067;
        transform: scale(1.15);
        box-shadow: 0 0 20px rgba(230, 0, 103, 0.5);
    }

    .reels-hub-section .reel-bottom-bar {
        position: absolute;
        bottom: 18px;
        left: 18px;
        right: 18px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 3;
    }

    .reels-hub-section .user-profile-meta {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .reels-hub-section .user-avatar-img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 2px solid #ffffff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
    }

    .reels-hub-section .reel-card-container:hover .user-avatar-img {
        transform: scale(1.05);
    }

    .reels-hub-section .user-name-date h5 {
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        margin: 0;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }

    .reels-hub-section .user-name-date span {
        color: #dddddd;
        font-size: 11px;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    }

    .reels-hub-section .social-insta-icon {
        color: #ffffff;
        font-size: 20px;
        opacity: 0.9;
        transition: all 0.3s ease;
        background: rgba(0, 0, 0, 0.3);
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .reels-hub-section .social-insta-icon:hover {
        color: #e4405f;
        transform: scale(1.1);
        background: rgba(255, 255, 255, 0.9);
    }

    .reels-hub-section .btn-load-more {
        background: linear-gradient(135deg, #1a1a2e, #16213e);
        color: #ffffff;
        font-weight: 700;
        font-size: 16px;
        padding: 14px 55px;
        border-radius: 50px;
        border: 2px solid transparent;
        margin-top: 55px;
        transition: all 0.4s ease;
        position: relative;
        overflow: hidden;
    }

    .reels-hub-section .btn-load-more::after {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
        opacity: 0;
        transition: opacity 0.3s;
    }

    .reels-hub-section .btn-load-more:hover::after {
        opacity: 1;
    }

    .reels-hub-section .btn-load-more:hover {
        background: linear-gradient(135deg, #e60067, #a83af0);
        transform: translateY(-3px);
        box-shadow: 0 15px 30px rgba(230, 0, 103, 0.3);
    }

    .reels-gsap-hide {
        opacity: 0;
        transform: translateY(40px);
    }

    .reels-gsap-hide-cards .col-xl-3 {
        opacity: 0;
        transform: scale(0.9) translateY(30px);
    }

    .reels-gsap-hide-feed .col-xl-3 {
        opacity: 0;
        transform: translateY(60px);
    }

    .modal-blur-backdrop {
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        background: rgba(0, 0, 0, 0.3);
    }

    .upload-creator-card {
        border-radius: 28px;
        border: none;
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
        overflow: hidden;
        transform: scale(0.95);
        transition: transform 0.3s ease;
    }

    .modal.show .upload-creator-card {
        transform: scale(1);
    }

    .upload-creator-card .modal-body {
        padding: 25px;
    }

    .upload-creator-card .creator-profile-header {
        display: flex;
        align-items: center;
        gap: 18px;
        margin-bottom: 28px;
    }

    .upload-creator-card .creator-round-avatar {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        object-fit: cover;
        background: linear-gradient(135deg, #ffd6e8, #ffb8d4);
        padding: 3px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .upload-creator-card .creator-name-meta h4 {
        font-size: 14px;
        font-family: var(--primary-medium-font);
        color: #230000;
        margin: 0;
    }

    .upload-creator-card .creator-name-meta span {
        font-size: 12px;
        color: #230000;
        font-family: var(--primary-light-font);
    }

    .upload-creator-card .creator-textarea-input {
        border: none;
        resize: none;
        width: 100%;
        font-size: 16px;
        color: #222;
        padding: 8px 0;
        margin-bottom: 0px;
        background: #f8f9fa;
        border-radius: 16px;
        padding: 15px;
    }

    .upload-creator-card .creator-textarea-input:focus {
        outline: none;
        background: #ffffff;
        box-shadow: 0 0 0 2px #1de29b;
    }

    .upload-creator-card .creator-textarea-input::placeholder {
        color: #aaa;
    }

    .upload-creator-card .creator-actions-footer {
        border-top: 1px solid #f0eef0;
        padding-top: 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
    }

    .upload-creator-card .attach-trigger-btn {
        font-size: 14px;
        font-family: var(--primary-medium-font);
        color: #555555;
        cursor: pointer;
        padding: 0;
        transition: all 0.3s ease;
    }

    .upload-creator-card .attach-trigger-btn:hover {
        background: #f0f0f0;
        transform: translateX(3px);
    }

    .upload-creator-card .btn-submit-post {
        background: linear-gradient(135deg, #2ece7d, #1de29b);
        color: white;
        font-weight: 700;
        font-size: 14px;
        padding: 10px 35px;
        border-radius: 40px;
        border: none;
        transition: all 0.3s ease;
    }

    .upload-creator-card .btn-submit-post:hover {
        transform: scale(1.03);
        box-shadow: 0 5px 15px rgba(46, 206, 125, 0.4);
    }

    #playVideoModal .modal-content {
        transform: scale(0.9);
        transition: transform 0.3s ease;
    }

    #playVideoModal.show .modal-content {
        transform: scale(1);
    }

    /* Tablet Responsive  */
    @media(max-width:992px) {
        .reels-hub-section {
            padding: 60px 0;
        }
    }

    /* Tablet Responsive  */

    /* Mobile Responsive  */
    @media(max-width:576px) {
        .reels-hub-section {
            padding: 40px 0;
        }
    }

    /* Mobile Responsive  */
