.elementor-4263 .elementor-element.elementor-element-4613030{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4263 .elementor-element.elementor-element-137cf7e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-b342ed3 */:root {
    --primary-brand: #3b82f6;
    --primary-dark: #2563eb;
    --border-color: #dee2e6;
    --background-light: #f8f9fa;
    --secondary-gray: #6c757d;
    --danger: #ef4444;
    --success: #10b981;
    --text-primary: #1f2937;
    --text-secondary: #4b5563;
    --shadow-subtle: 0 4px 12px rgba(0,0,0,0.05);
}

/* Base Styles */
body {font-family: sans-serif;margin: 0;padding: 0;background-color: var(--background-light);color: var(--text-primary);}
.container {max-width: 1200px;margin: 0 auto;padding: 20px;}
.hidden {display: none !important;}
.full-width {width: 100%;}
.text-danger { color: var(--danger) !important; }
.divider { height: 1px; background: var(--border-color); margin: 2rem 0; }

/* Buttons */
.btn {
    padding: 0.75rem 1.5rem;
    background-color: var(--primary-brand);
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.btn-sm { padding: 8px 12px; font-size: 0.9rem; }
.btn:hover { background-color: var(--primary-dark); }
.btn-secondary { background-color: #e2e8f0; color: var(--text-primary); border: 1px solid var(--border-color); font-weight: 500;}
.btn-secondary:hover { background-color: #cbd5e1; }

/* Page Header (H1) */
.page-header {text-align: center;margin-bottom: 2rem;padding-top: 1rem;}
.page-header h1 {font-size: 2.5rem;margin-bottom: 0.5rem;color: var(--primary-brand);line-height: 1.2;}
.page-header p {color: var(--secondary-gray);font-size: 1.1rem;}

/* Tool Container */
.tool-container {background: white;padding: 2rem;border-radius: 8px;border: 1px solid var(--border-color);box-shadow: var(--shadow-subtle);}

/* --- TRIMMER LAYOUT --- */
.trimmer-layout {
    display: grid;
    grid-template-columns: 2fr 1fr; 
    gap: 2rem;
}

/* Panel Styles (Input/Output/Settings) */
.panel {
    background: white;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.input-panel {
    grid-column: 1 / 2;
    grid-row: 1 / 3; 
    min-height: 500px;
}
.output-column-group {
    grid-column: 2 / 3;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.panel-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.5rem; }
.panel-header label { font-weight: 600; color: var(--text-primary); font-size: 1.1rem; }

.header-actions { display: flex; gap: 10px; align-items: center; }
.action-link {
    background: none; border: none; color: var(--primary-brand);
    cursor: pointer; font-size: 0.9rem; text-decoration: underline;
    font-weight: 500;
}
.link-btn {
    background: none; border: none; color: var(--danger);
    cursor: pointer; font-size: 0.9rem; text-decoration: underline;
    font-weight: 500;
}


/* Text Area */
.text-area {
    width: 100%;
    min-height: 250px;
    padding: 1rem;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6;
    resize: vertical;
    transition: border-color 0.2s;
    background: #fff;
    color: var(--text-primary);
    box-sizing: border-box;
    flex-grow: 1;
    margin-bottom: 10px;
}
.text-area:focus { outline: none; border-color: var(--primary-brand); box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1); }
.text-area.result-bg { background-color: #f0f7ff; color: var(--text-primary); }

/* Stats Bar */
.stats-bar { display: flex; justify-content: space-between; font-size: 0.9rem; color: var(--secondary-gray); }
.stats-bar .stat-value { font-weight: 600; color: var(--primary-brand); }


/* Settings Bar */
.settings-bar {
    background: var(--background-light);
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
}
.settings-bar h3 {font-size: 1.2rem; color: var(--primary-brand); margin-top: 0;}

.setting-group { width: 100%; text-align: left; }
.setting-group label { display: block; font-weight: 600; margin-bottom: 5px; color: var(--text-primary); font-size: 0.95rem; }
.limit-type-display {color: var(--danger);} /* Highlights the current trim mode */
.form-input { width: 100%; padding: 0.6rem; border: 1px solid var(--border-color); border-radius: 6px; text-align: left; }

.toggle-group { display: flex; justify-content: space-between; gap: 5px; }
.toggle-group label {
    flex: 1;
    padding: 8px 5px;
    background: #e2e8f0;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-size: 0.85rem;
    transition: background 0.2s;
}
.toggle-group input { display: none; }
.toggle-group input:checked + label { background: var(--primary-brand); color: white; }

.checkbox-group label { display: flex; align-items: center; gap: 8px; font-weight: 500; font-size: 0.9rem; }


/* Action Buttons */
.action-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.result-actions { display: flex; gap: 1rem; margin-top: 1rem; }


/* --- SEO/INFO SECTIONS STYLING --- */
.info-section {
    background: white;
    padding: 2.5rem;
    border-radius: 8px;
    margin-top: 2rem;
    box-shadow: var(--shadow-subtle);
}

.info-section h3 {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 0.75rem;
    font-size: 1.8rem;
    color: var(--primary-brand);
}

.info-section p { 
    font-size: 1.1rem; 
    line-height: 1.7; 
    color: var(--text-secondary); 
    text-align: justify;
    margin-bottom: 1.5rem;
}

.info-section p strong {
    font-weight: 700; 
    color: var(--text-primary);
}

/* Internal Link Styling */
.info-section p a, .how-to-list li a {
    color: var(--primary-brand);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dashed var(--primary-brand);
    transition: color 0.2s, border-bottom-color 0.2s;
}
.info-section p a:hover, .how-to-list li a:hover {
    color: #2563eb;
    border-bottom-color: #2563eb;
}

.how-to-list {
    padding-left: 20px; 
    margin-top: 1.5rem;
}

.how-to-list li {
    font-size: 1.1rem;
    line-height: 1.8; 
    margin-bottom: 1rem; 
    color: var(--text-secondary);
}
.how-to-list li strong {color: var(--text-primary);}

/* FAQ Styling */
.faq-item {
    margin-bottom: 2rem;
    border-left: 4px solid var(--primary-brand);
    padding-left: 1.5rem;
    padding-top: 5px;
}
.faq-item strong { /* Question */
    display: block; 
    margin-bottom: 0.5rem; 
    font-size: 1.25rem;
    color: var(--text-primary); 
}
.faq-item p { /* Answer */
    font-size: 1.1rem; 
    color: var(--text-secondary); 
    text-align: justify;
    padding-bottom: 0;
    margin-bottom: 0;
}


/* Responsive FIX */
@media (min-width: 993px) {
    /* Desktop/Large Tablet: 2-column grid */
    .trimmer-layout { grid-template-columns: 2fr 1fr; }
    .settings-bar { flex-direction: column; }
    .output-column-group { grid-column: 2 / 3; }
}

@media (max-width: 992px) {
    /* Tablet Portrait/Large Mobile: 1-column stack */
    .trimmer-layout { grid-template-columns: 1fr; }
    .input-panel { min-height: 300px; }
    .output-column-group { grid-column: 1 / -1; }
    
    /* Settings bar now goes full width but uses internal flex-row layout */
    .settings-bar { flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
    .settings-bar .setting-group { width: auto; flex: 1; min-width: 150px; }
    .settings-bar .action-buttons { width: 100%; margin-top: 0; }
}

@media (max-width: 600px) {
    /* Small Mobile: Stack elements vertically for maximum usability */
    .settings-bar { flex-direction: column; gap: 1.5rem; padding: 1rem; }
    .settings-bar .setting-group { flex: none; width: 100%; text-align: left;}
    .toggle-group { justify-content: flex-start; flex-wrap: wrap; }
    .toggle-group label {min-width: 80px;}

    .result-actions { flex-direction: column; gap: 10px; }
    .action-buttons { flex-direction: column; gap: 10px; }
    .action-buttons .btn { max-width: 100%; }
    
    .page-header h1 {font-size: 2rem;}
    .tool-container {padding: 1rem;}
    
    /* Info Section Responsive */
    .info-section {padding: 1.5rem;}
    .info-section h3 {font-size: 1.4rem;}
    .info-section p, .how-to-list li, .faq-item p {font-size: 1rem;text-align: left;}
    .faq-item strong {font-size: 1.1rem;}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f87c01 */<style>
/* --- Unified Bouncing Blue Links --- */
.utilix-bounce-links {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Inter', -apple-system, sans-serif;
}

.utilix-bounce-links h3 {
    font-size: 1.15rem;
    color: #1e293b;
    font-weight: 800;
    margin-bottom: 25px;
    text-align: left;
}

.links-flex {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 15px;
    align-items: center;
}

.bounce-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #2563eb; /* Professional Royal Blue */
    font-weight: 700;
    font-size: 1rem;
    transition: color 0.2s ease;
}

/* --- The Professional Soft Bounce --- */
@keyframes utilixSoftBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.bounce-link:hover {
    color: #1d4ed8; 
    animation: utilixSoftBounce 0.4s ease-in-out;
    text-decoration: underline;
}

.b-icon {
    font-size: 1.1rem;
    filter: grayscale(100%);
    transition: filter 0.2s ease;
}

.bounce-link:hover .b-icon {
    filter: grayscale(0%);
}

@media (max-width: 640px) {
    .links-flex { column-gap: 20px; }
    .bounce-link { font-size: 0.9rem; }
}
</style>/* End custom CSS */