.ast-article-single figure, .ast-article-single img:not(figure img){
	box-shadow: none !important;
}

/** Brand single page */
        .logo-download-wrapper {
/*             border: 2px dashed #ccc;
            padding: 20px; */
            max-width: 400px;
            font-family: Poppins, sans-serif;
        }
        .logo-download-wrapper h3 {
            margin: 0 0 10px 0;
            font-size: 18px;
            display: inline-block;
        }
        .reset-btn {
            float: right;
            background: none;
            border: none;
            color: #666;
            cursor: pointer;
            text-decoration: underline;
            font-size: 16px;
			font-weight: 500;
			box-shadow: none;
			padding: 0px;
        }
		.reset-btn:hover{
			background: none;
		}
        .variant-section {
            margin-top: 5px;
			padding: 11px 0;
			clear: both;
			border-top: 1px solid #e7e7e7;
        }
        .variant-label {
            display: block;
            font-weight: 400;
            margin-bottom: 10px;
            font-size: 16px;
        }
        .color-options {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }
        .color-btn {
            width: 35px;
            height: 35px;
            border: 2px solid #ddd;
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.3s;
            position: relative;
			padding: 0px;
        }
        .color-btn:hover,
        .color-btn.active {
            border-color: #000;
            box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
        }
        .format-options {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }
        .format-btn {
    padding: 8px 20px;
    border: 2px solid #ddd;
    background: #fff;
    cursor: pointer;
    font-weight: bold;
    color: #003636;
	font-size:14px;
    border-radius: 4px;
    transition: all 0.3s;
}
        .format-btn:hover,
        .format-btn.active {
            background: #D0F255;
            color: #003636;
            border-color: #D0F255;
        }
        .download-asset-btn {
            width: 100%;
            padding: 15px;
            background: #D0F255;
            border: 2px solid #D0F255;
            font-weight: bold;
            cursor: pointer;
			font-size:14px;
			border-radius:32px;
            margin-top: 20px;
            font-size: 16px;
        }
        .download-asset-btn:disabled {
            background: #D0F255;
            cursor: not-allowed;
            color: #003636;
        }
        .download-asset-btn:not(:disabled):hover {
            background: #b3e600;
        }
        .selected-variant-info {
            margin-top: 10px;
            font-size: 12px;
            color: #666;
        }
/* End icon and logo page css */
 /* Color pallet page css */
.color-picker-wrapper {
        max-width: 400px;
/*         margin: 20px auto; */
/*         padding: 30px; */
        background: #fff;
        border-radius: 12px;
/*         box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
/*         font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; */
    }
    
    .color-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 25px;
    }
    
    .color-header h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 600;
    }
       
    .reset-btn:hover {
        color: #000;
    }
    
    .format-section {
        margin-bottom: 25px;
    }
    
    .format-label {
        display: block;
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 14px;
        color: #333;
    }
    
    .format-options {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    
    .format-btn {
        padding: 10px 20px;
        background: #f0f0f0;
        border: 1px solid #ddd;
        border-radius: 6px;
        cursor: pointer;
        font-weight: 600;
        font-size: 13px;
        transition: all 0.2s;
    }
    
    .format-btn:hover {
        background: #e5e5e5;
    }
    
    .format-btn.active {
        background: #d4f54e;
        border-color: #d4f54e;
        color: #000;
    }
    
    .color-value-display {
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        padding: 25px;
        margin: 25px 0;
        background: #f9f9f9;
        border-radius: 8px;
        color: #333;
        letter-spacing: 1px;
    }
    
    .copy-value-btn {
        width: 100%;
        padding: 15px;
        background: #d4f54e;
        border: none;
        border-radius: 25px;
        cursor: pointer;
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 15px;
        transition: all 0.2s;
    }
    
    .copy-value-btn:hover:not(:disabled) {
        background: #c5e645;
        transform: translateY(-1px);
    }
    
    .copy-value-btn:disabled {
        background: #e0e0e0;
        cursor: not-allowed;
        color: #999;
    }
    
    .download-swatch-btn {
        width: 100%;
        background: none;
        border: none;
        color: #2271b1;
        cursor: pointer;
        text-decoration: underline;
        font-size: 14px;
        padding: 10px;
        margin-bottom: 20px;
    }
    
    .download-swatch-btn:hover {
        color: #135e96;
    }
    
    .color-preview {
        width: 100%;
        height: 120px;
        border-radius: 8px;
        border: 2px solid #e0e0e0;
        box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
		display: none;
    }
/* End color pallet page css */
/* Font Css */
.font-download-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 20px;
    background: #fff;
}

.font-format-badges {
    display: flex;
    gap: 8px;
}

.format-badge {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}

.font-download-btn {
    background: #d4ff00;
    border: none;
    padding: 10px 24px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-decoration: none !important;
    display: inline-block;
}

.font-download-btn:hover {
    background: #c2ed00;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    color: #000;
    text-decoration: none;
}

.font-download-btn:active {
    transform: translateY(0);
}

.font-download-btn:visited {
    color: #000;
}
/* End Font Css */

/* Brand Guildeline Css */
.brand-guide-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #fff;
}

.pdf-badge {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.button-group {
    display: flex;
    gap: 10px;
    margin-left: auto;
}

.brand-btn {
    padding: 8px 28px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-decoration: none !important;
    display: inline-block;
    border: none;
    color: #003434 !important;
    text-align: center;
}

.view-btn {
    background: #f5f5f5;
    color: #333;
}

.view-btn:hover {
    background: #e8e8e8;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    color: #333;
    text-decoration: none;
}

.download-btn {
    background: #d4ff00;
    color: #000;
	text-decoration: none !important;
}

.download-btn:hover {
    background: #c2ed00;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    color: #000;
    text-decoration: none;
}

.brand-btn:active {
    transform: translateY(0);
}

.brand-btn:visited {
    color: inherit;
}

/* Responsive */
@media (max-width: 480px) {
    .brand-guide-actions {
        flex-wrap: wrap;
    }
    
    .button-group {
        width: 100%;
        margin-left: 0;
    }
    
    .brand-btn {
        flex: 1;
    }
}
/* End Brand Guildeline Css */
/* Team Backgrounds */
/* Button Actions */
.bg-image-actions {
    display: flex;
    gap: 10px;
    padding: 20px;
    background: #fff;
    justify-content: flex-end;
}

.bg-btn {
    padding: 12px 28px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-decoration: none !important;
    display: inline-block;
    border: none;
    text-align: center;
}

.view-btn {
    background: #f5f5f5;
    color: #333;
}

.view-btn:hover {
    background: #e8e8e8;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    color: #333;
}

.download-btn {
    background: #d4ff00;
    color: #000;
}

.download-btn:hover {
    background: #c2ed00;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    color: #000;
    text-decoration: none;
}

.bg-btn:active {
    transform: translateY(0);
}

/* Image Popup Modal */
.image-popup-modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.95);
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.popup-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
    z-index: 1000;
    line-height: 1;
}

.popup-close:hover,
.popup-close:focus {
    color: #d4ff00;
}

.popup-image {
    max-width: 100%;
    max-height: 85vh;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}

.popup-download {
    text-align: center;
    margin-top: 20px;
}

.popup-download-btn {
    background: #d4ff00;
    color: #000;
    padding: 12px 32px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.popup-download-btn:hover {
    background: #c2ed00;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 255, 0, 0.4);
    color: #000;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .popup-close {
        top: -35px;
        font-size: 35px;
    }
    
    .popup-image {
        max-height: 80vh;
    }
    
    .popup-content {
        max-width: 95%;
    }
}

@media (max-width: 480px) {
    .bg-image-actions {
        flex-direction: column;
        padding: 15px;
    }
    
    .bg-btn {
        width: 100%;
    }
    
    .popup-close {
        font-size: 30px;
        top: -30px;
    }
}
/* Team Bacgrounds */

/* Festiv KIts */
/* Festive Kit Wrapper */
.festive-kit-wrapper {
    background: #fff;
/*     border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
    max-width: 600px;
/*     margin: 0 auto; */
}

/* Full Kit Actions */
.full-kit-actions {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
}

.kit-btn {
    padding: 14px 32px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.download-full-btn {
    background: #d4ff00;
    color: #000;
    flex: 1;
}

.download-full-btn:hover {
    background: #c2ed00;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(212, 255, 0, 0.4);
    color: #000;
    text-decoration: none;
}

.preview-full-btn {
    background: #f5f5f5;
    color: #333;
    flex: 1;
}

.preview-full-btn:hover {
    background: #e8e8e8;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Kit Details Section */
.kit-details {
    border-top: 1px solid #e0e0e0;
    padding-top: 25px;
}

.kit-section-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
}

/* File Type Buttons */
.file-type-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.file-type-btn {
    padding: 10px 24px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #666;
}

.file-type-btn:hover {
    border-color: #d4ff00;
    color: #333;
    background: #fffef0;
}

.file-type-btn.active {
    background: #d4ff00;
    color: #000;
    border-color: #d4ff00;
}

/* Individual File Actions */
.individual-file-actions {
    display: flex;
    gap: 12px;
    margin-top: 15px;
}

.download-individual-btn {
    background: #d4ff00;
    color: #000;
    flex: 1;
}

.download-individual-btn:hover {
    background: #c2ed00;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(212, 255, 0, 0.4);
    color: #000;
    text-decoration: none;
}

.preview-individual-btn {
    background: #f5f5f5;
    color: #333;
    flex: 1;
}

.preview-individual-btn:hover {
    background: #e8e8e8;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Preview Modal */
.file-preview-modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.95);
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.preview-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.preview-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
    z-index: 1000;
    line-height: 1;
}

.preview-close:hover {
    color: #d4ff00;
}

.preview-image {
    max-width: 100%;
    max-height: 85vh;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}

.preview-pdf {
    width: 90vw;
    height: 85vh;
    border-radius: 8px;
    background: #fff;
}

.preview-video {
    max-width: 90vw;
    max-height: 85vh;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}

.preview-generic {
    background: #fff;
    padding: 60px 40px;
    border-radius: 8px;
    text-align: center;
    min-width: 400px;
}

.file-icon {
    font-size: 80px;
    margin-bottom: 20px;
}

.preview-generic h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
    color: #333;
}

.preview-generic p {
    color: #666;
    margin: 0 0 20px 0;
}

.file-size {
    font-size: 14px;
    font-weight: 600;
    color: #999;
}

.preview-download-section {
    text-align: center;
    margin-top: 20px;
}

.preview-download-btn {
    background: #d4ff00;
    color: #000;
    padding: 12px 32px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.preview-download-btn:hover {
    background: #c2ed00;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 255, 0, 0.4);
    color: #000;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .festive-kit-wrapper {
        padding: 20px;
    }
    
    .full-kit-actions,
    .individual-file-actions {
        flex-direction: column;
    }
    
    .kit-btn {
        width: 100%;
    }
    
    .file-type-buttons {
        justify-content: center;
    }
    
    .preview-generic {
        min-width: auto;
        max-width: 90vw;
        padding: 40px 20px;
    }
    
    .preview-pdf {
        width: 95vw;
        height: 80vh;
    }
}

@media (max-width: 480px) {
    .festive-kit-wrapper {
        padding: 15px;
    }
    
    .file-type-btn {
        font-size: 12px;
        padding: 8px 16px;
    }
    
    .preview-close {
        font-size: 30px;
        top: -30px;
    }
    
    .kit-section-title {
        font-size: 14px;
    }
}

/* End festiv Kits */

/*product css */
/* Asset Download Wrapper */
.asset-download-wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    max-width: 500px;
    margin: 0 auto;
}

/* Action Buttons */
.asset-actions {
    display: flex;
    gap: 12px;
    margin-bottom: 40px;
}

.asset-btn {
    padding: 14px 32px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    flex: 1;
}

.download-btn {
    background: #d4ff00;
    color: #000;
}

.download-btn:hover {
    background: #c2ed00;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(212, 255, 0, 0.4);
    color: #000;
    text-decoration: none;
}

.preview-btn {
    background: #f5f5f5;
    color: #333;
}

.preview-btn:hover {
    background: #e8e8e8;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.asset-btn:active {
    transform: translateY(0);
}

/* Attributes Section */
.asset-attributes {
    border-top: 1px solid #e0e0e0;
    padding-top: 25px;
}

.attributes-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 20px 0;
}

.attribute-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.attribute-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.attribute-item:last-child {
    border-bottom: none;
}

.attribute-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.attribute-value {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    text-align: right;
}

/* Preview Modal */
.asset-preview-modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.95);
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.preview-modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.preview-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
    z-index: 1000;
    line-height: 1;
}

.preview-modal-close:hover {
    color: #d4ff00;
}

.preview-modal-pdf {
    width: 90vw;
    height: 85vh;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}

.preview-modal-download {
    text-align: center;
    margin-top: 20px;
}

.preview-modal-download-btn {
    background: #d4ff00;
    color: #000;
    padding: 12px 32px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.preview-modal-download-btn:hover {
    background: #c2ed00;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 255, 0, 0.4);
    color: #000;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .asset-download-wrapper {
        padding: 25px 20px;
        max-width: 100%;
    }
    
    .preview-modal-pdf {
        width: 95vw;
        height: 80vh;
    }
}

@media (max-width: 480px) {
    .asset-download-wrapper {
        padding: 20px 15px;
    }
    
    .asset-actions {
        flex-direction: column;
    }
    
    .asset-btn {
        width: 100%;
    }
    
    .attribute-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .attribute-value {
        text-align: left;
    }
    
    .preview-modal-close {
        font-size: 30px;
        top: -30px;
    }
}
/* End product css */
/* campain page css */
/* Campaign Details Wrapper */
.campaign-details-wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    max-width: 600px;
    margin: 0 auto;
}

/* Full Kit Buttons */
.campaign-full-kit {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
}

.campaign-btn {
    padding: 14px 32px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.download-full-btn {
    background: #d4ff00;
    color: #000;
    flex: 1;
}

.download-full-btn:hover {
    background: #c2ed00;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(212, 255, 0, 0.4);
    color: #000;
    text-decoration: none;
}

.preview-full-btn {
    background: #f5f5f5;
    color: #333;
    flex: 1;
}

.preview-full-btn:hover {
    background: #e8e8e8;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* File Selection Section */
.campaign-file-selection {
    margin-bottom: 30px;
}

.campaign-section-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
}

.campaign-file-types {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.campaign-file-type-btn {
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #666;
}

.campaign-file-type-btn:hover {
    border-color: #d4ff00;
    background: #fffef0;
    color: #333;
}

.campaign-file-type-btn.active {
    background: #d4ff00;
    color: #000;
    border-color: #d4ff00;
}

/* File Actions */
.campaign-file-actions {
    display: flex;
    gap: 12px;
}

.download-file-btn {
    background: #d4ff00;
    color: #000;
    flex: 1;
}

.download-file-btn:hover {
    background: #c2ed00;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(212, 255, 0, 0.4);
    color: #000;
    text-decoration: none;
}

.preview-file-btn {
    background: #f5f5f5;
    color: #333;
    flex: 1;
}

.preview-file-btn:hover {
    background: #e8e8e8;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.campaign-btn:active {
    transform: translateY(0);
}

/* Attributes Section */
.campaign-attributes {
    border-top: 1px solid #e0e0e0;
    padding-top: 25px;
}

.campaign-attribute-list {
    position: relative;
}

.attribute-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.attribute-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

.attribute-item:last-child {
    border-bottom: none;
}

.attribute-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.attribute-value {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    text-align: right;
}

/* Preview Modal */
.campaign-preview-modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.95);
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.campaign-preview-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.campaign-preview-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
    z-index: 1000;
    line-height: 1;
}

.campaign-preview-close:hover {
    color: #d4ff00;
}

.campaign-preview-iframe {
    width: 90vw;
    height: 85vh;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}

.campaign-preview-image {
    max-width: 100%;
    max-height: 85vh;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}

.campaign-preview-video {
    max-width: 90vw;
    max-height: 85vh;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}

.campaign-preview-generic {
    background: #fff;
    padding: 60px 40px;
    border-radius: 8px;
    text-align: center;
    min-width: 400px;
}

.file-icon {
    font-size: 80px;
    margin-bottom: 20px;
}

.campaign-preview-generic h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
    color: #333;
}

.campaign-preview-generic p {
    color: #666;
    margin: 0;
}

.campaign-preview-download {
    text-align: center;
    margin-top: 20px;
}

.campaign-preview-download-btn {
    background: #d4ff00;
    color: #000;
    padding: 12px 32px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.campaign-preview-download-btn:hover {
    background: #c2ed00;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 255, 0, 0.4);
    color: #000;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .campaign-details-wrapper {
        padding: 25px 20px;
        max-width: 100%;
    }
    
    .campaign-full-kit,
    .campaign-file-actions {
        flex-direction: column;
    }
    
    .campaign-btn {
        width: 100%;
    }
    
    .campaign-preview-iframe {
        width: 95vw;
        height: 80vh;
    }
    
    .campaign-preview-generic {
        min-width: auto;
        max-width: 90vw;
        padding: 40px 20px;
    }
}

@media (max-width: 480px) {
    .campaign-details-wrapper {
        padding: 20px 15px;
    }
    
    .campaign-file-type-btn {
        font-size: 12px;
        padding: 8px 16px;
    }
    
    .attribute-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        padding: 12px 0;
    }
    
    .attribute-value {
        text-align: left;
    }
    
    .campaign-preview-close {
        font-size: 30px;
        top: -30px;
    }
    
    .campaign-section-title {
        font-size: 14px;
    }
}
/* End camapain page css */
/* Sales enablement */
/* Sales Enablement Wrapper */
.sales-enablement-wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    max-width: 500px;
    margin: 0 auto;
}

/* Action Buttons */
.sales-actions {
    display: flex;
    gap: 12px;
    margin-bottom: 35px;
}

.sales-btn {
    padding: 14px 32px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    flex: 1;
}

.download-btn {
    background: #d4ff00;
    color: #000;
}

.download-btn:hover {
    background: #c2ed00;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(212, 255, 0, 0.4);
    color: #000;
    text-decoration: none;
}

.preview-btn {
    background: #f5f5f5;
    color: #333;
}

.preview-btn:hover {
    background: #e8e8e8;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.sales-btn:active {
    transform: translateY(0);
}

/* Attributes Section */
.sales-attributes {
    border-top: 1px solid #e0e0e0;
    padding-top: 25px;
}

.sales-attributes-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 20px 0;
}

.sales-attribute-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.sales-attribute-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #f5f5f5;
}

.sales-attribute-item:last-child {
    border-bottom: none;
}

.sales-attribute-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.sales-attribute-value {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    text-align: right;
}

/* Preview Modal */
.sales-preview-modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.95);
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.sales-preview-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.sales-preview-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
    z-index: 1000;
    line-height: 1;
}

.sales-preview-close:hover {
    color: #d4ff00;
}

.sales-preview-iframe {
    width: 90vw;
    height: 85vh;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}

.sales-preview-download {
    text-align: center;
    margin-top: 20px;
}

.sales-preview-download-btn {
    background: #d4ff00;
    color: #000;
    padding: 12px 32px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.sales-preview-download-btn:hover {
    background: #c2ed00;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 255, 0, 0.4);
    color: #000;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .sales-enablement-wrapper {
        padding: 25px 20px;
        max-width: 100%;
    }
    
    .sales-preview-iframe {
        width: 95vw;
        height: 80vh;
    }
}

@media (max-width: 480px) {
    .sales-enablement-wrapper {
        padding: 20px 15px;
    }
    
    .sales-actions {
        flex-direction: column;
    }
    
    .sales-btn {
        width: 100%;
    }
    
    .sales-attribute-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        padding: 12px 0;
    }
    
    .sales-attribute-value {
        text-align: left;
    }
    
    .sales-preview-close {
        font-size: 30px;
        top: -30px;
    }
    
    .sales-attributes-title {
        font-size: 16px;
    }
}

/* End Sales Enablement */
/* Media Asests page css*/
/* Media Assets Wrapper */
.media-assets-wrapper {
    display: inline-block;
}

/* Action Buttons */
.media-actions {
    display: flex;
    gap: 12px;
}

.media-btn {
    padding: 14px 32px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    min-width: 120px;
}

.view-btn {
    background: #f5f5f5;
    color: #333;
}

.view-btn:hover {
    background: #e8e8e8;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.download-btn {
    background: #d4ff00;
    color: #000;
}

.download-btn:hover {
    background: #c2ed00;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(212, 255, 0, 0.4);
    color: #000;
    text-decoration: none;
}

.media-btn:active {
    transform: translateY(0);
}

/* Preview Modal */
.media-preview-modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.95);
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.media-preview-content {
    position: relative;
    max-width: 95%;
    max-height: 95%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.media-preview-close {
    position: absolute;
    top: -50px;
    right: 0;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
    z-index: 1000;
    line-height: 1;
}

.media-preview-close:hover {
    color: #d4ff00;
}

.media-preview-container {
    max-width: 100%;
    max-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Image Preview */
.media-preview-image {
    max-width: 90vw;
    max-height: 85vh;
    width: auto;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.5);
    object-fit: contain;
}

/* PDF Preview */
.media-preview-pdf {
    width: 90vw;
    height: 85vh;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}

/* Video Preview */
.media-preview-video {
    max-width: 90vw;
    max-height: 85vh;
    width: auto;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}

/* Generic File Preview */
.media-preview-generic {
    background: #fff;
    padding: 80px 60px;
    border-radius: 8px;
    text-align: center;
    min-width: 400px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}

.file-icon {
    font-size: 100px;
    margin-bottom: 20px;
    line-height: 1;
}

.media-preview-generic h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #333;
    word-break: break-word;
}

.file-type {
    font-size: 16px;
    color: #666;
    font-weight: 600;
    margin: 10px 0;
}

.file-size {
    font-size: 14px;
    color: #999;
    margin: 5px 0 0 0;
}

/* Download Button in Modal */
.media-preview-download {
    text-align: center;
    margin-top: 25px;
}

.media-preview-download-btn {
    background: #d4ff00;
    color: #000;
    padding: 14px 40px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(212, 255, 0, 0.3);
}

.media-preview-download-btn:hover {
    background: #c2ed00;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(212, 255, 0, 0.5);
    color: #000;
    text-decoration: none;
}

.media-preview-download-btn:active {
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
    .media-preview-close {
        top: -40px;
        font-size: 35px;
    }
    
    .media-preview-image,
    .media-preview-video {
        max-width: 95vw;
        max-height: 80vh;
    }
    
    .media-preview-pdf {
        width: 95vw;
        height: 80vh;
    }
    
    .media-preview-generic {
        min-width: 300px;
        padding: 60px 40px;
    }
}

@media (max-width: 480px) {
    .media-actions {
        flex-direction: column;
        width: 100%;
    }
    
    .media-btn {
        width: 100%;
    }
    
    .media-preview-close {
        top: -35px;
        font-size: 30px;
    }
    
    .media-preview-generic {
        min-width: 90vw;
        padding: 40px 20px;
    }
    
    .file-icon {
        font-size: 70px;
    }
    
    .media-preview-generic h3 {
        font-size: 16px;
    }
    
    .media-preview-download-btn {
        padding: 12px 32px;
    }
}

/* media Asests page css end */

/* Site Lock Css */
/* Site Locked Wrapper */
.site-locked-wrapper {
    margin: auto;
    min-height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.site-locked-content {
    max-width: 600px;
    text-align: center;
    background: #fff;
    padding: 60px 40px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.lock-icon {
    font-size: 80px;
    margin-bottom: 20px;
    animation: lockPulse 2s infinite;
}

@keyframes lockPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.locked-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px 0;
}

.locked-description {
    font-size: 18px;
    color: #666;
    margin: 0 0 30px 0;
    line-height: 1.6;
}

/* Locked Action Buttons */
.locked-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 40px;
}

.locked-btn {
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.primary-btn {
    background: #d4ff00;
    color: #000;
}

.primary-btn:hover {
    background: #c2ed00;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 255, 0, 0.4);
    color: #000;
    text-decoration: none;
}

.secondary-btn {
    background: #fff;
    color: #333;
    border: 2px solid #ddd;
}

.secondary-btn:hover {
    background: #f5f5f5;
    border-color: #ccc;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    color: #333;
    text-decoration: none;
}

/* Locked Features */
.locked-features {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 20px;
}

.locked-features h3 {
    font-size: 20px;
    color: #333;
    margin: 0 0 20px 0;
}

.locked-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.locked-features li {
    font-size: 16px;
    color: #666;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

.locked-features li:last-child {
    border-bottom: none;
}

/* Content Locked (Inline) */
.content-locked {
    text-align: center;
    padding: 60px 40px;
    background: #f9f9f9;
    border-radius: 12px;
    margin: 40px 0;
}

.content-locked .lock-icon {
    font-size: 60px;
    margin-bottom: 15px;
}

.content-locked h2 {
    font-size: 28px;
    color: #333;
    margin: 0 0 10px 0;
}

.content-locked p {
    font-size: 16px;
    color: #666;
    margin: 0 0 25px 0;
}

.content-locked-btn {
    background: #d4ff00;
    color: #000;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.content-locked-btn:hover {
    background: #c2ed00;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 255, 0, 0.4);
    color: #000;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .site-locked-content {
        padding: 40px 30px;
    }
    
    .locked-title {
        font-size: 28px;
    }
    
    .locked-description {
        font-size: 16px;
    }
    
    .locked-actions {
        flex-direction: column;
    }
    
    .locked-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .site-locked-wrapper {
        padding: 40px 15px;
    }
    
    .site-locked-content {
        padding: 30px 20px;
    }
    
    .lock-icon {
        font-size: 60px;
    }
    
    .locked-title {
        font-size: 24px;
    }
    
    .locked-features h3 {
        font-size: 18px;
    }
    
    .locked-features li {
        font-size: 14px;
    }
}
/* End site lock css */

/* E Mail Css */

.signature-actions{
	display: flex;
	justify-content: end;
}
.copy-signature-btn{
	background: #d4ff00;
	padding: 12px 26px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-decoration: none !important;
    display: inline-block;
    border: none;
    color: #003434 !important;
    text-align: center;
}
.copy-signature-btn:hover{
	background: #d4ff00;
	color: #003434 !important;
	transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(212, 255, 0, 0.4);
}