    /* Image Watermark Tool Specific Styles */
    .watermark-tool-wrapper {
        font-family: 'Inter', sans-serif;
        background-color: #f8fafc;
    }
    
    .watermark-tool-wrapper * {
        box-sizing: border-box;
    }
    
    /* Hero Section */
    .watermark-hero-section {
        background-color: #4b90e2;
        padding: 60px 0 40px;
        color: #ffffff;
    }
    
    .watermark-hero-section h1 {
        font-size: 2.5rem;
        font-weight: 800;
        margin-bottom: 15px;
        color: #ffffff;
    }
    
    .watermark-hero-section p {
        font-size: 1.1rem;
        opacity: 0.95;
        max-width: 700px;
        margin: 0 auto;
    }
    
    .watermark-rating-badge {
        display: inline-flex;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.15);
        padding: 8px 16px;
        border-radius: 50px;
        margin-top: 20px;
    }
    
    .watermark-rating-badge i {
        color: #ffc107;
        margin-right: 3px;
    }
    
    .watermark-rating-badge span {
        margin-left: 10px;
        font-size: 0.9rem;
    }
    
    /* Main Tool Section */
    .watermark-main-section {
        padding: 40px 0;
    }
    
    /* Ad Containers */
    .watermark-ad-container {
        background-color: #e2e8f0;
        border-radius: 12px;
        min-height: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: sticky;
        top: 20px;
    }
    
    .watermark-ad-container span {
        color: #64748b;
        font-size: 0.9rem;
    }
    
    /* Tool Card */
    .watermark-tool-card {
        background-color: #ffffff;
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        padding: 30px;
        margin-bottom: 30px;
    }
    
    /* Upload Area */
    .watermark-upload-area {
        border: 2px dashed #4b90e2;
        border-radius: 12px;
        padding: 50px 30px;
        text-align: center;
        background-color: #f0f7ff;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .watermark-upload-area:hover {
        background-color: #e3f0ff;
        border-color: #3a7bc8;
    }
    
    .watermark-upload-area.dragover {
        background-color: #d4e9ff;
        border-color: #2d6cb5;
    }
    
    .watermark-upload-icon {
        width: 80px;
        height: 80px;
        background-color: #4b90e2;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
    }
    
    .watermark-upload-icon i {
        font-size: 2rem;
        color: #ffffff;
    }
    
    .watermark-upload-area h3 {
        color: #000000;
        font-size: 1.3rem;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .watermark-upload-area p {
        color: #64748b;
        margin-bottom: 0;
    }
    
    .watermark-upload-area input[type="file"] {
        display: none;
    }
    
    /* Control Panel */
    .watermark-control-panel {
        background-color: #f8fafc;
        border-radius: 12px;
        padding: 25px;
        margin-top: 25px;
    }
    
    .watermark-control-title {
        font-size: 1.1rem;
        font-weight: 600;
        color: #000000;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }
    
    .watermark-control-title i {
        margin-right: 10px;
        color: #4b90e2;
    }
    
    /* Watermark Type Tabs */
    .watermark-type-tabs {
        display: flex;
        gap: 10px;
        margin-bottom: 25px;
    }
    
    .watermark-type-tab {
        flex: 1;
        padding: 15px 20px;
        border: 2px solid #e2e8f0;
        border-radius: 10px;
        background-color: #ffffff;
        cursor: pointer;
        transition: all 0.3s ease;
        text-align: center;
    }
    
    .watermark-type-tab:hover {
        border-color: #4b90e2;
    }
    
    .watermark-type-tab.active {
        border-color: #4b90e2;
        background-color: #4b90e2;
        color: #ffffff;
    }
    
    .watermark-type-tab i {
        font-size: 1.5rem;
        display: block;
        margin-bottom: 8px;
    }
    
    .watermark-type-tab span {
        font-weight: 500;
    }
    
    /* Form Controls */
    .watermark-form-group {
        margin-bottom: 20px;
    }
    
    .watermark-form-group label {
        display: block;
        font-weight: 500;
        color: #000000;
        margin-bottom: 8px;
        font-size: 0.95rem;
    }
    
    .watermark-form-control {
        width: 100%;
        padding: 12px 15px;
        border: 2px solid #e2e8f0;
        border-radius: 8px;
        font-size: 0.95rem;
        transition: all 0.3s ease;
        background-color: #ffffff;
    }
    
    .watermark-form-control:focus {
        outline: none;
        border-color: #4b90e2;
        box-shadow: 0 0 0 3px rgba(75, 144, 226, 0.15);
    }
    
    .watermark-form-control::placeholder {
        color: #94a3b8;
    }
    
    /* Range Slider */
    .watermark-range-container {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    
    .watermark-range-slider {
        flex: 1;
        height: 6px;
        -webkit-appearance: none;
        appearance: none;
        background: #e2e8f0;
        border-radius: 3px;
        outline: none;
    }
    
    .watermark-range-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        background: #4b90e2;
        border-radius: 50%;
        cursor: pointer;
        transition: all 0.2s ease;
    }
    
    .watermark-range-slider::-webkit-slider-thumb:hover {
        transform: scale(1.1);
    }
    
    .watermark-range-value {
        min-width: 50px;
        text-align: center;
        font-weight: 600;
        color: #4b90e2;
        background-color: #f0f7ff;
        padding: 5px 10px;
        border-radius: 6px;
    }
    
    /* Position Grid */
    .watermark-position-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        max-width: 200px;
    }
    
    .watermark-position-btn {
        width: 100%;
        aspect-ratio: 1;
        border: 2px solid #e2e8f0;
        border-radius: 8px;
        background-color: #ffffff;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .watermark-position-btn:hover {
        border-color: #4b90e2;
        background-color: #f0f7ff;
    }
    
    .watermark-position-btn.active {
        border-color: #4b90e2;
        background-color: #4b90e2;
    }
    
    .watermark-position-btn.active i {
        color: #ffffff;
    }
    
    .watermark-position-btn i {
        font-size: 0.7rem;
        color: #64748b;
    }
    
    /* Color Picker */
    .watermark-color-picker-wrapper {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .watermark-color-picker {
        width: 50px;
        height: 50px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        padding: 0;
    }
    
    .watermark-color-picker::-webkit-color-swatch-wrapper {
        padding: 0;
    }
    
    .watermark-color-picker::-webkit-color-swatch {
        border: 2px solid #e2e8f0;
        border-radius: 8px;
    }
    
    .watermark-color-value {
        font-family: monospace;
        font-size: 0.9rem;
        color: #64748b;
    }
    
    /* Preview Section */
    .watermark-preview-section {
        margin-top: 25px;
    }
    
    .watermark-preview-container {
        background-color: #f1f5f9;
        border-radius: 12px;
        padding: 20px;
        min-height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }
    
    .watermark-preview-placeholder {
        text-align: center;
        color: #94a3b8;
    }
    
    .watermark-preview-placeholder i {
        font-size: 4rem;
        margin-bottom: 15px;
        opacity: 0.5;
    }
    
    .watermark-preview-canvas {
        max-width: 100%;
        max-height: 500px;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }
    
    /* Image List */
    .watermark-image-list {
        margin-top: 20px;
    }
    
    .watermark-image-item {
        display: flex;
        align-items: center;
        padding: 15px;
        background-color: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 10px;
        margin-bottom: 10px;
        transition: all 0.3s ease;
    }
    
    .watermark-image-item:hover {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }
    
    .watermark-image-item.active {
        border-color: #4b90e2;
        background-color: #f0f7ff;
    }
    
    .watermark-image-thumb {
        width: 60px;
        height: 60px;
        border-radius: 8px;
        object-fit: cover;
        margin-right: 15px;
    }
    
    .watermark-image-info {
        flex: 1;
    }
    
    .watermark-image-name {
        font-weight: 500;
        color: #000000;
        margin-bottom: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
    }
    
    .watermark-image-size {
        font-size: 0.85rem;
        color: #64748b;
    }
    
    .watermark-image-actions {
        display: flex;
        gap: 8px;
    }
    
    .watermark-image-btn {
        width: 36px;
        height: 36px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .watermark-image-btn.view-btn {
        background-color: #e3f0ff;
        color: #4b90e2;
    }
    
    .watermark-image-btn.view-btn:hover {
        background-color: #4b90e2;
        color: #ffffff;
    }
    
    .watermark-image-btn.delete-btn {
        background-color: #fee2e2;
        color: #ef4444;
    }
    
    .watermark-image-btn.delete-btn:hover {
        background-color: #ef4444;
        color: #ffffff;
    }
    
    /* Buttons */
    .watermark-btn {
        padding: 14px 28px;
        border: none;
        border-radius: 10px;
        font-weight: 600;
        font-size: 1rem;
        cursor: pointer;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    
    .watermark-btn-primary {
        background-color: #4b90e2;
        color: #ffffff;
    }
    
    .watermark-btn-primary:hover {
        background-color: #3a7bc8;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(75, 144, 226, 0.4);
    }
    
    .watermark-btn-secondary {
        background-color: #e2e8f0;
        color: #000000;
    }
    
    .watermark-btn-secondary:hover {
        background-color: #cbd5e1;
    }
    
    .watermark-btn-success {
        background-color: #10b981;
        color: #ffffff;
    }
    
    .watermark-btn-success:hover {
        background-color: #059669;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
    }
    
    .watermark-btn-block {
        width: 100%;
    }
    
    .watermark-btn:disabled {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none !important;
        box-shadow: none !important;
    }
    
    /* Logo Upload */
    .watermark-logo-upload {
        border: 2px dashed #e2e8f0;
        border-radius: 10px;
        padding: 30px;
        text-align: center;
        cursor: pointer;
        transition: all 0.3s ease;
        background-color: #ffffff;
    }
    
    .watermark-logo-upload:hover {
        border-color: #4b90e2;
        background-color: #f0f7ff;
    }
    
    .watermark-logo-upload i {
        font-size: 2rem;
        color: #4b90e2;
        margin-bottom: 10px;
    }
    
    .watermark-logo-preview {
        max-width: 150px;
        max-height: 100px;
        margin-top: 15px;
        border-radius: 8px;
    }
    
    /* Font Selector */
    .watermark-font-selector {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .watermark-font-option {
        padding: 12px;
        border: 2px solid #e2e8f0;
        border-radius: 8px;
        background-color: #ffffff;
        cursor: pointer;
        transition: all 0.3s ease;
        text-align: center;
    }
    
    .watermark-font-option:hover {
        border-color: #4b90e2;
    }
    
    .watermark-font-option.active {
        border-color: #4b90e2;
        background-color: #f0f7ff;
    }
    
    /* Popup Modal */
    .watermark-popup-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    
    .watermark-popup-overlay.show {
        opacity: 1;
        visibility: visible;
    }
    
    .watermark-popup {
        background-color: #ffffff;
        border-radius: 16px;
        padding: 30px;
        max-width: 400px;
        width: 90%;
        text-align: center;
        transform: scale(0.9);
        transition: all 0.3s ease;
    }
    
    .watermark-popup-overlay.show .watermark-popup {
        transform: scale(1);
    }
    
    .watermark-popup-icon {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
    }
    
    .watermark-popup-icon.success {
        background-color: #d1fae5;
        color: #10b981;
    }
    
    .watermark-popup-icon.error {
        background-color: #fee2e2;
        color: #ef4444;
    }
    
    .watermark-popup-icon.warning {
        background-color: #fef3c7;
        color: #f59e0b;
    }
    
    .watermark-popup-icon.info {
        background-color: #e3f0ff;
        color: #4b90e2;
    }
    
    .watermark-popup-icon i {
        font-size: 2rem;
    }
    
    .watermark-popup h3 {
        color: #000000;
        margin-bottom: 10px;
        font-weight: 600;
    }
    
    .watermark-popup p {
        color: #64748b;
        margin-bottom: 25px;
    }
    
    .watermark-popup-btn {
        padding: 12px 30px;
        border: none;
        border-radius: 8px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .watermark-popup-btn.primary {
        background-color: #4b90e2;
        color: #ffffff;
    }
    
    .watermark-popup-btn.primary:hover {
        background-color: #3a7bc8;
    }
    
    /* Features Section */
    .watermark-features-section {
        padding: 60px 0;
        background-color: #ffffff;
    }
    
    .watermark-section-title {
        text-align: center;
        margin-bottom: 50px;
    }
    
    .watermark-section-title h2 {
        font-size: 2rem;
        font-weight: 700;
        color: #000000;
        margin-bottom: 15px;
    }
    
    .watermark-section-title p {
        color: #64748b;
        max-width: 600px;
        margin: 0 auto;
    }
    
    .watermark-feature-card {
        background-color: #f8fafc;
        border-radius: 12px;
        padding: 30px;
        text-align: center;
        transition: all 0.3s ease;
        height: 100%;
    }
    
    .watermark-feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
    
    .watermark-feature-icon {
        width: 70px;
        height: 70px;
        background-color: #4b90e2;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
    }
    
    .watermark-feature-icon i {
        font-size: 1.8rem;
        color: #ffffff;
    }
    
    .watermark-feature-card h3 {
        font-size: 1.2rem;
        font-weight: 600;
        color: #000000;
        margin-bottom: 12px;
    }
    
    .watermark-feature-card p {
        color: #64748b;
        font-size: 0.95rem;
        margin-bottom: 0;
    }
    
    /* How To Section */
    .watermark-howto-section {
        padding: 60px 0;
        background-color: #f8fafc;
    }
    
    .watermark-step-card {
        background-color: #ffffff;
        border-radius: 12px;
        padding: 30px;
        text-align: center;
        position: relative;
        height: 100%;
    }
    
    .watermark-step-number {
        width: 50px;
        height: 50px;
        background-color: #4b90e2;
        color: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        font-weight: 700;
        margin: 0 auto 20px;
    }
    
    .watermark-step-card h3 {
        font-size: 1.1rem;
        font-weight: 600;
        color: #000000;
        margin-bottom: 10px;
    }
    
    .watermark-step-card p {
        color: #64748b;
        font-size: 0.95rem;
        margin-bottom: 0;
    }
    
    /* FAQ Section */
    .watermark-faq-section {
        padding: 60px 0;
        background-color: #ffffff;
    }
    
    .watermark-faq-item {
        background-color: #f8fafc;
        border-radius: 12px;
        margin-bottom: 15px;
        overflow: hidden;
    }
    
    .watermark-faq-question {
        padding: 20px 25px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all 0.3s ease;
    }
    
    .watermark-faq-question:hover {
        background-color: #f1f5f9;
    }
    
    .watermark-faq-question h3 {
        font-size: 1rem;
        font-weight: 600;
        color: #000000;
        margin: 0;
    }
    
    .watermark-faq-question i {
        color: #4b90e2;
        transition: transform 0.3s ease;
    }
    
    .watermark-faq-item.active .watermark-faq-question i {
        transform: rotate(180deg);
    }
    
    .watermark-faq-answer {
        padding: 0 25px;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    
    .watermark-faq-item.active .watermark-faq-answer {
        padding: 0 25px 20px;
        max-height: 500px;
    }
    
    .watermark-faq-answer p {
        color: #64748b;
        margin: 0;
        line-height: 1.7;
    }
    
    /* Content Section */
    .watermark-content-section {
        padding: 60px 0;
        background-color: #f8fafc;
    }
    
    .watermark-content-card {
        background-color: #ffffff;
        border-radius: 16px;
        padding: 40px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    }
    
    .watermark-content-card h2 {
        font-size: 1.8rem;
        font-weight: 700;
        color: #000000;
        margin-bottom: 20px;
    }
    
    .watermark-content-card h3 {
        font-size: 1.4rem;
        font-weight: 600;
        color: #000000;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    
    .watermark-content-card p {
        color: #4a5568;
        line-height: 1.8;
        margin-bottom: 15px;
    }
    
    .watermark-content-card ul {
        padding-left: 20px;
        margin-bottom: 20px;
    }
    
    .watermark-content-card li {
        color: #4a5568;
        margin-bottom: 10px;
        line-height: 1.7;
    }
    
    /* Related Tools */
    .watermark-related-section {
        padding: 60px 0;
        background-color: #ffffff;
    }
    
    .watermark-related-card {
        background-color: #f8fafc;
        border-radius: 12px;
        padding: 25px;
        text-align: center;
        transition: all 0.3s ease;
        text-decoration: none;
        display: block;
        height: 100%;
    }
    
    .watermark-related-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
    
    .watermark-related-icon {
        width: 60px;
        height: 60px;
        background-color: #4b90e2;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 15px;
    }
    
    .watermark-related-icon i {
        font-size: 1.5rem;
        color: #ffffff;
    }
    
    .watermark-related-card h4 {
        font-size: 1rem;
        font-weight: 600;
        color: #000000;
        margin-bottom: 8px;
    }
    
    .watermark-related-card p {
        color: #64748b;
        font-size: 0.85rem;
        margin-bottom: 0;
    }
    
    /* Tiling Options */
    .watermark-tiling-options {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    
    .watermark-tiling-option {
        padding: 10px 20px;
        border: 2px solid #e2e8f0;
        border-radius: 8px;
        background-color: #ffffff;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 0.9rem;
    }
    
    .watermark-tiling-option:hover {
        border-color: #4b90e2;
    }
    
    .watermark-tiling-option.active {
        border-color: #4b90e2;
        background-color: #4b90e2;
        color: #ffffff;
    }
    
    /* Rotation Control */
    .watermark-rotation-control {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    
    .watermark-rotation-btn {
        width: 40px;
        height: 40px;
        border: 2px solid #e2e8f0;
        border-radius: 8px;
        background-color: #ffffff;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .watermark-rotation-btn:hover {
        border-color: #4b90e2;
        color: #4b90e2;
    }
    
    /* Loading Spinner */
    .watermark-loading {
        display: none;
        text-align: center;
        padding: 30px;
    }
    
    .watermark-loading.show {
        display: block;
    }
    
    .watermark-spinner {
        width: 50px;
        height: 50px;
        border: 4px solid #e2e8f0;
        border-top-color: #4b90e2;
        border-radius: 50%;
        animation: watermarkSpin 1s linear infinite;
        margin: 0 auto 15px;
    }
    
    @keyframes watermarkSpin {
        to {
            transform: rotate(360deg);
        }
    }
    
    /* Progress Bar */
    .watermark-progress-container {
        margin-top: 20px;
        display: none;
    }
    
    .watermark-progress-container.show {
        display: block;
    }
    
    .watermark-progress-bar {
        height: 8px;
        background-color: #e2e8f0;
        border-radius: 4px;
        overflow: hidden;
    }
    
    .watermark-progress-fill {
        height: 100%;
        background-color: #4b90e2;
        border-radius: 4px;
        transition: width 0.3s ease;
        width: 0%;
    }
    
    .watermark-progress-text {
        text-align: center;
        margin-top: 10px;
        font-size: 0.9rem;
        color: #64748b;
    }
    
    /* Responsive */
    @media (max-width: 991px) {
        .watermark-ad-container {
            display: none;
        }
        
        .watermark-hero-section h1 {
            font-size: 2rem;
        }
    }
    
    @media (max-width: 767px) {
        .watermark-hero-section {
            padding: 40px 0 30px;
        }
        
        .watermark-hero-section h1 {
            font-size: 1.7rem;
        }
        
        .watermark-tool-card {
            padding: 20px;
        }
        
        .watermark-upload-area {
            padding: 30px 20px;
        }
        
        .watermark-type-tabs {
            flex-direction: column;
        }
        
        .watermark-font-selector {
            grid-template-columns: 1fr;
        }
        
        .watermark-content-card {
            padding: 25px;
        }
        
        .watermark-section-title h2 {
            font-size: 1.6rem;
        }
    }