.elementor-2920 .elementor-element.elementor-element-a7cccfe{--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-2920 .elementor-element.elementor-element-84a552f{--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-2920 .elementor-element.elementor-element-4979940{--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-2920 .elementor-element.elementor-element-ff51b2f{--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-2920 .elementor-element.elementor-element-81a2a20{--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-47e0c69 *//* --- Utilix SCSS Rich Theme --- */
:root {
    --brand: #dc2626;
    --navy: #0f172a;
    --emerald: #059669;
    --blue: #2563eb;
    --border: #e2e8f0;
}

#tool-page { font-family: 'Inter', sans-serif; background: #f8fafc; padding: 15px; color: #1e293b; }
.calculator-grid { display: grid; grid-template-columns: 420px 1fr; gap: 25px; max-width: 1280px; margin: auto; }

/* Input & Output Pane Styling */
.input-pane, .output-pane { 
    background: #ffffff; 
    border-radius: 20px; 
    border: 1px solid var(--border); 
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); 
    transition: box-shadow 0.3s ease;
}
.input-pane:hover, .output-pane:hover { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1); }
.input-pane { padding: 30px; }
.output-pane { padding: 30px; }

/* Section & Form Design */
.section-title { font-size: 0.9rem; font-weight: 800; color: var(--navy); margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; border-left: 5px solid var(--brand); padding-left: 15px; }
.form-group { margin-bottom: 20px; }
label { display: block; font-weight: 700; font-size: 0.75rem; color: #64748b; margin-bottom: 8px; text-transform: uppercase; }

/* Interactive Inputs */
.fixed-select, input[type="number"] {
    width: 100%; min-height: 52px; padding: 12px; border: 2px solid var(--border); border-radius: 12px; font-size: 1rem; font-weight: 600; transition: border-color 0.3s, box-shadow 0.3s;
}
.fixed-select:focus, input[type="number"]:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1); outline: none; }

/* Rich Result Cards */
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 25px; }
.stat-card { padding: 22px; border-radius: 16px; text-align: center; border: 1px solid rgba(0,0,0,0.04); }
.stat-card.highlight { background: #fff1f2; border-top: 5px solid var(--brand); }
.stat-card.blue { background: #eff6ff; border-top: 5px solid var(--blue); }
.stat-card.green { background: #f0fdf4; border-top: 5px solid var(--emerald); }
.stat-card.gray { background: #f8fafc; border-top: 5px solid #94a3b8; }

.s-label { font-size: 0.75rem; font-weight: 800; color: #64748b; text-transform: uppercase; display: block; margin-bottom: 8px; }
.s-value { font-size: 1.6rem; font-weight: 900; color: var(--navy); }
.s-small { font-size: 0.85rem; font-weight: 600; color: #64748b; margin: 4px 0 0; }

/* Live Tabs Interaction */
.tab-header { display: flex; gap: 10px; background: #f1f5f9; padding: 6px; border-radius: 12px; margin-bottom: 20px; }
.tab-btn { flex: 1; padding: 10px; border: none; border-radius: 8px; background: transparent; font-weight: 700; color: #64748b; cursor: pointer; transition: 0.3s; }
.tab-btn.active { background: #ffffff; color: var(--navy); box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1); }
.tab-content { display: none; animation: slideUp 0.4s ease; }
.tab-content.active { display: block; }

/* Tables & Analysis */
.pro-table { width: 100%; border-collapse: collapse; }
.pro-table td { padding: 12px; border-bottom: 1px solid #f1f5f9; font-size: 0.9rem; font-weight: 600; }
.tax-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tax-mini-card { background: #f8fafc; padding: 12px; border-radius: 10px; border: 1px solid #e2e8f0; }
.tax-mini-card strong { font-size: 0.7rem; text-transform: uppercase; color: var(--brand); display: block; }
.tax-mini-card p { font-size: 1rem; font-weight: 800; margin: 5px 0 0; }

/* Action Buttons */
.btn-calculate { width: 100%; padding: 18px; background: var(--brand); color: #fff; border: none; border-radius: 12px; font-weight: 800; cursor: pointer; box-shadow: 0 4px 14px rgba(220, 38, 38, 0.3); transition: 0.3s; }
.btn-calculate:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(220, 38, 38, 0.4); }

.btn-print { background: var(--blue); color: #fff; border: none; padding: 12px 20px; border-radius: 10px; font-weight: 700; cursor: pointer; margin-right: 10px; }
.btn-export { background: var(--emerald); color: #fff; border: none; padding: 12px 20px; border-radius: 10px; font-weight: 700; cursor: pointer; }

@keyframes slideUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* --- THE PRINT ENGINE --- */
@media print {
    body * { visibility: hidden !important; }
    #tool-page, #tool-page * { visibility: visible !important; }
    .no-print, .input-pane, .tab-header, .action-footer, .back-to-home-btn, .info-section { display: none !important; }
    #tool-page { position: absolute; left: 0; top: 0; width: 100%; }
    .calculator-grid { display: block; }
    .tab-content { display: block !important; opacity: 1 !important; }
    .stat-card { border: 1px solid #eee !important; page-break-inside: avoid; }
}

@media (max-width: 900px) { .calculator-grid, .stats-grid, .tax-grid { grid-template-columns: 1fr; } }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-73deae4 *//* --- PROFESSIONAL INFO SECTION STYLING --- */
.scss-pro-guide {
    background: #ffffff;
    margin-top: 50px;
    padding: 80px 0;
    border-top: 1px solid #e2e8f0;
}

.pro-content-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    color: #334155;
}

/* Typography Overhaul */
.pro-article-section h2 {
    color: #0f172a;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.3;
    border-left: 6px solid #dc2626;
    padding-left: 20px;
}

.pro-article-section p {
    font-size: 1.05rem; /* Professional reading size */
    line-height: 1.8;
    margin-bottom: 20px;
    color: #475569;
}

.pro-article-section h3 {
    font-size: 1.5rem;
    color: #1e293b;
    margin-top: 40px;
    margin-bottom: 15px;
}

/* Benefit Cards Styling */
.benefit-grid-system {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin: 50px 0;
}

.b-card-premium {
    background: #f8fafc;
    padding: 35px 25px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.b-card-premium:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
    border-color: #cbd5e1;
}

.b-icon-wrap {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.b-icon-wrap i { font-size: 1.8rem; color: #dc2626; }
.b-card-premium h4 { font-size: 1.25rem; color: #0f172a; margin-bottom: 12px; font-weight: 700; }
.b-card-premium p { font-size: 0.95rem; line-height: 1.6; color: #64748b; margin: 0; }

/* Table Professional Styling */
.pro-table-section h3 { text-align: center; font-size: 1.6rem; margin-bottom: 30px; color: #1e293b; }
.table-responsive-box { overflow-x: auto; border-radius: 16px; border: 1px solid #e2e8f0; box-shadow: 0 4px 12px rgba(0,0,0,0.03); }

.pro-comparison-table { width: 100%; border-collapse: collapse; background: #fff; font-size: 1rem; }
.pro-comparison-table th { background: #0f172a; color: #fff; padding: 20px; text-align: left; font-weight: 600; }
.pro-comparison-table td { padding: 18px 20px; border-bottom: 1px solid #f1f5f9; }
.pro-comparison-table tr:hover { background: #fdfdfd; }

/* FAQ Accordion Styling - THE FIX */
.pro-faq-section { margin-top: 80px; }
.pro-faq-section h3 { text-align: center; margin-bottom: 40px; font-size: 1.8rem; font-weight: 800; }

.faq-details {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-details[open] {
    border-color: #dc2626;
    box-shadow: 0 10px 15px -3px rgba(220, 38, 38, 0.05);
}

.faq-details summary {
    padding: 20px 25px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1e293b;
    outline: none;
}

.faq-details summary::-webkit-details-marker { display: none; }

.faq-details summary::after {
    content: '+';
    font-size: 1.5rem;
    color: #94a3b8;
    transition: transform 0.3s ease;
}

.faq-details[open] summary::after {
    content: '−';
    color: #dc2626;
}

.faq-content {
    padding: 0 25px 25px;
    font-size: 1.05rem;
    color: #64748b;
    line-height: 1.7;
}

/* Footer Note */
.pro-info-footer {
    margin-top: 60px;
    padding: 30px;
    background: #fffbeb;
    border-radius: 16px;
    border: 1px solid #fef3c7;
    text-align: center;
    font-size: 0.95rem;
    color: #92400e;
    line-height: 1.6;
}

/* Responsive Scaling */
@media (max-width: 768px) {
    .pro-article-section h2 { font-size: 1.6rem; }
    .pro-content-wrapper { padding: 0 15px; }
    .scss-pro-guide { padding: 40px 0; }
    .faq-details summary { font-size: 1rem; padding: 15px 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d217bd */<style>
/* ============================================================
   UTILIX RELATED TOOLS: DASHBOARD PILLS
   ============================================================ */

.utilix-related-section {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Inter', -apple-system, system-ui, sans-serif;
}

.related-tools h3 {
    font-size: 1.15rem;
    color: #0f172a;
    font-weight: 800;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
    text-align: left;
}

.tools-grid {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.tool-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 100px; /* Modern Pill Shape */
    text-decoration: none;
    color: #4f46e5; /* Utilix Brand Indigo */
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.t-icon {
    font-size: 1.1rem;
    filter: grayscale(100%); /* Professional grayscale icon */
    transition: filter 0.2s;
}

/* Premium Hover Feedback */
.tool-link:hover {
    background: #4f46e5;
    color: #ffffff;
    border-color: #4f46e5;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(79, 70, 229, 0.2);
}

.tool-link:hover .t-icon {
    filter: grayscale(0%); /* Pop of color on hover */
}

/* Mobile Responsiveness */
@media (max-width: 640px) {
    .utilix-related-section {
        padding: 0 15px;
        margin: 25px auto;
    }
    .tools-grid {
        gap: 8px;
    }
    .tool-link {
        padding: 8px 18px;
        font-size: 0.85rem;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-54eddda *//* --- Tools Section --- */
.tools-section {
  position: relative;
  padding: 3rem 2rem;
  background: linear-gradient(135deg, #f0f4ff 0%, #f8f9fb 100%);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08), 0 0 60px rgba(230,57,70,0.05);
  margin: 2rem auto;
  max-width: 1200px;
  box-sizing: border-box;
}

/* Section Heading */
.tools-section h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #e63946;
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: sans-serif;

  opacity: 0;
  transform: translateY(20px) scale(0.95);
  animation: fadeSlideFloat 0.8s ease forwards;
  animation-delay: 0.2s;
}

/* --- Tools Grid --- */
.tools-grid {
  display: grid;
  gap: 1.5rem;
  /* Auto-fit ensures items stretch and fill the row symmetrically */
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  justify-items: stretch; 
  padding: 0 0.5rem;
  perspective: 1000px;
}

/* --- Tool Card --- */
.tool-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255,255,255,0.95);
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,0.1);
  padding: 1.5rem 1.2rem;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  cursor: pointer;
  position: relative;
  text-decoration: none; /* Removes link underline */

  /* Forces all cards in a row to be the same height */
  height: 100%;
  min-height: 220px;
  box-sizing: border-box;
  overflow: hidden;

  /* Animation */
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  animation: fadeSlideFloat 0.6s ease forwards;
}

/* Stagger animation for initial items */
.tool-card:nth-child(1) { animation-delay: 0.1s; }
.tool-card:nth-child(2) { animation-delay: 0.2s; }
.tool-card:nth-child(3) { animation-delay: 0.3s; }
.tool-card:nth-child(4) { animation-delay: 0.4s; }
.tool-card:nth-child(5) { animation-delay: 0.5s; }
.tool-card:nth-child(6) { animation-delay: 0.6s; }
.tool-card:nth-child(n+7) { animation-delay: 0.7s; }


/* Keyframes: Fade + Slide + Scale */
@keyframes fadeSlideFloat {
  0% { opacity: 0; transform: translateY(20px) scale(0.95); }
  60% { opacity: 1; transform: translateY(-5px) scale(1.02); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

/* Hover Effects */
.tool-card:hover,
.tool-card:focus-visible {
  transform: translateY(-6px) rotateX(2deg);
  border-color: #e63946;
  backdrop-filter: blur(6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15), 0 0 25px rgba(230,57,70,0.2);
}

/* Glossy Overlay */
.tool-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to bottom, rgba(255,255,255,0.6), rgba(255,255,255,0));
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 8px 8px 0 0;
}
.tool-card:hover::before { opacity: 1; }

/* Gradient Border */
.tool-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(270deg, #e63946, #d62828, #f77f00, #e63946, #d62828);
  background-size: 600% 600%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.tool-card:hover::after {
  opacity: 1;
  animation: gradientFlow 3s linear infinite;
}
@keyframes gradientFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Icon */
.tool-card-icon {
  font-size: 2.5rem;
  margin-bottom: 0.8rem;
  line-height: 1;
  transition: transform 0.4s ease, color 0.4s ease;
  color: #e63946;
  animation: floatIcon 3s ease-in-out infinite;
  z-index: 2;
}
.tool-card:hover .tool-card-icon {
  transform: scale(1.1) rotate(2deg);
  color: #b51724;
}
@keyframes floatIcon {
  0% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
  100% { transform: translateY(0); }
}

/* Title & Description */
.tool-card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 0.5rem;
  font-family: sans-serif;
}
.tool-card-desc {
  font-size: 0.9rem;
  color: #555;
  flex-grow: 1;
  line-height: 1.5;
  font-family: sans-serif;
}

/* --- Responsive --- */
@media (max-width: 1200px) { .tools-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } }
@media (max-width: 768px)  { .tools-section { padding: 2rem 1rem; } }
@media (max-width: 600px) {
  .tools-grid { grid-template-columns: 1fr; }
  .tool-card { padding: 1.2rem; min-height: auto; }
  .tool-card-icon { font-size: 2rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e1a963e */<style>
/* --- Premium Finance Blue Hub --- */
.utilix-finance-blue {
    background: #ffffff;
    padding: 60px 24px;
    font-family: 'Inter', -apple-system, sans-serif;
    border-top: 1px solid #e2e8f0;
}

.finance-container {
    max-width: 1000px;
    margin: 0 auto;
}

.hub-title {
    text-align: left;
    font-size: 1.8rem;
    font-weight: 800;
    color: #1e293b; /* Deep Navy */
    margin-bottom: 45px;
    letter-spacing: -0.02em;
}

/* Category Headers */
.finance-category {
    margin-bottom: 35px;
}

.finance-category h4 {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    border-left: 3px solid #2563eb; /* Royal Blue accent */
    padding-left: 12px;
}

/* Professional Blue Pills */
.finance-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.fin-pill {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    padding: 10px 24px;
    border-radius: 50px;
    text-decoration: none;
    color: #334155;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Professional Hover State */
.fin-pill:hover {
    background: #2563eb; /* Royal Blue */
    color: #ffffff;
    border-color: #1d4ed8;
    transform: translateY(-3px);
    box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.2);
}

/* Mobile Alignment Fix */
@media (max-width: 640px) {
    .hub-title { font-size: 1.5rem; text-align: center; }
    .finance-category h4 { font-size: 0.75rem; justify-content: center; }
    .finance-pills { justify-content: center; }
}
</style>/* End custom CSS */