/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    min-height: 100vh;
    overflow-x: hidden;
}

.main-container {
    padding: 20px;
}

/* Main Card */
.main-card {
    background: #f8f9fa;
    border-radius: 20px;
    padding: 0px 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Header Section */
.header-section {
    margin-bottom: 30px;
}
.share-btn-top{
    margin-right: -1.5rem !important;
    margin-top: 0.7rem !important;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.logo-icon {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 40px;
}

.bar {
    background: #2a5298;
    border-radius: 2px;
}

.bar-1 {
    width: 6px;
    height: 20px;
}

.bar-2 {
    width: 6px;
    height: 28px;
}

.bar-3 {
    width: 6px;
    height: 36px;
}
.logo-text img{
    width: 200px;
    height: auto;
}
.logo-text {
    margin-top: 1.5rem !important;
}

/* Video Section */
.video-section {
    margin-bottom: 30px;
}

/* .video-thumbnail {
    border: 2px solid #343a40;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
} */

.video-content {
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #000, #1a1a1a);
}
.click-count{
    display: block;
}

.hands-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 30px;
    position: relative;
}

.left-hand, .right-hand {
    font-size: 48px;
    color: #f8f9fa;
    z-index: 2;
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}

.spot-text {
    font-family: 'Brush Script MT', cursive;
    font-size: 32px;
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

.the-text {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-bottom: 5px;
    font-weight: 300;
}

.scam-text {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.video-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: #f8f9fa;
    gap: 10px;
}

.control-btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    cursor: pointer;
    transition: color 0.3s ease;
}

.control-btn:hover {
    color: #2a5298;
}

.progress-bar {
    flex: 1;
    height: 6px;
    background: #dee2e6;
    border-radius: 3px;
    position: relative;
    margin: 0 15px;
}

.progress-fill {
    width: 30%;
    height: 100%;
    background: #2a5298;
    border-radius: 3px;
    position: relative;
}

.progress-handle {
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #2a5298;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Title Section */
.title-section {
    margin-bottom: 30px;
}

.mudra-title {
    font-size: 36px;
    font-weight: 700;
    color: #2a5298;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-text {
    font-size: 16px;
    color: #343a40;
    margin: 0;
    font-weight: 500;
}

/* Social Media Buttons */
.social-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.social-btn {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.social-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
    color: inherit;
}

.btn-content {
    background: #fff;
    border-radius: 30px;
    padding: 5px 8px 5px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #132449;
    border-bottom: 3px solid #132449;
}

.social-btn:hover .btn-content {
    border-color: #2a5298;
    box-shadow: 0 4px 16px rgba(42, 82, 152, 0.2);
}

.btn-content i:first-child {
    font-size: 24px;
    width: 30px;
}

.btn-content span {
    flex: 1;
    margin-left: 15px;
    font-weight: 500;
    color: #343a40;
}

.btn-content i:last-child {
    color: #6c757d;
    font-size: 14px;
}

/* Platform-specific colors */
.social-btn[data-platform="instagram"] .btn-content i:first-child {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.social-btn[data-platform="youtube"] .btn-content i:first-child {
    color: #ff0000;
}

.social-btn[data-platform="facebook"] .btn-content i:first-child {
    color: #1877f2;
}

.social-btn[data-platform="linkedin"] .btn-content i:first-child {
    color: #0077b5;
}

/* Sharing Section */
.sharing-section {
    text-align: center;
}

.sharing-text {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 8px;
    font-weight: 400;
}


.share-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2a5298;
    text-decoration: underline;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
}

.share-link:hover {
    color: #1e3c72;
    text-decoration: underline;
}

/* Modal Styles */
.modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.modal-header {
    border-bottom: 1px solid #dee2e6;
    background: #f8f9fa;
    border-radius: 15px 15px 0 0;
}

.modal-title {
    color: #2a5298;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-container {
        padding: 15px;
    }
    
    .main-card {
        padding: 30px 20px;
        border-radius: 15px;
    }

    
    .logo-text {
        margin-top: 1.5rem !important;
    }
    .logo-text img{
        width: 170px;
        height: auto;
    }
    
    .mudra-title {
        font-size: 28px;
    }
    
    .video-content {
        height: 150px;
    }
    
    .hands-container {
        padding: 0 20px;
    }
    
    .left-hand, .right-hand {
        font-size: 36px;
    }
    
    .spot-text {
        font-size: 24px;
    }
    
    .scam-text {
        font-size: 28px;
    }
    
    .video-controls {
        padding: 12px 15px;
    }
    
    .control-btn {
        width: 28px;
        height: 28px;
    }
    
    .btn-content {
        padding: 15px 18px;
    }
}

@media (max-width: 480px) {
    .main-card {
        padding: 25px 15px;
    }
    
    .logo-text {
        margin-top: 1.5rem !important;
    }
    .logo-text img{
        width: 150px;
        height: auto;
    }
    .mudra-title {
        font-size: 24px;
    }
    
    .video-content {
        height: 120px;
    }
    
    .left-hand, .right-hand {
        font-size: 28px;
    }
    
    .spot-text {
        font-size: 20px;
    }
    
    .scam-text {
        font-size: 24px;
    }
    
    .hands-container {
        padding: 0 15px;
    }
    
    .btn-content {
        padding: 12px 15px;
    }
    
    .btn-content i:first-child {
        font-size: 20px;
        width: 25px;
    }
    
    .btn-content span {
        font-size: 14px;
    }
}

/* Animation for logo bars */
@keyframes logoAnimation {
    0%, 100% { transform: scaleY(1); }
    50% { transform: scaleY(1.1); }
}

.bar {
    animation: logoAnimation 2s ease-in-out infinite;
}

.bar-1 { animation-delay: 0s; }
.bar-2 { animation-delay: 0.2s; }
.bar-3 { animation-delay: 0.4s; }

/* Hover effects for social buttons */
.social-btn:hover .btn-content {
    transform: translateY(-2px);
}

/* Loading animation for click tracking */
.social-btn.tracking {
    pointer-events: none;
    opacity: 0.7;
}

.social-btn.tracking .btn-content {
    background: #e9ecef;
}

/* Click count display */
.click-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #2a5298;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.btn-content {
    position: relative;
}

/* Loading overlay */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Stats section */
.stats-section {
    border: 1px solid #dee2e6;
    background: #f8f9fa;
}

.stats-section h6 {
    color: #6c757d;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Enhanced modal styles */
.modal-footer {
    border-top: 1px solid #dee2e6;
    background: #f8f9fa;
    border-radius: 0 0 15px 15px;
}

/* Responsive click count */
@media (max-width: 768px) {
    .click-count {
        width: 18px;
        height: 18px;
        font-size: 9px;
        top: -6px;
        right: -6px;
    }
}

@media (max-width: 480px) {
    .click-count {
        width: 16px;
        height: 16px;
        font-size: 8px;
        top: -5px;
        right: -5px;
    }
}
