.elementor-kit-6{--e-global-color-primary:#1C64F2;--e-global-color-secondary:#141C24;--e-global-color-text:#E2E8F0;--e-global-color-accent:#22C55E;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.ct-tool-card {
  background: #141c24;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 14px;
  padding: 28px;
}

.ct-tool-name {
  font-family: 'Manrope', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #f0f6fc;
  margin-bottom: 6px;
}

.ct-tool-desc {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 20px;
  line-height: 1.6;
}

.ct-tool-input-row {
  display: flex;
  gap: 6px;
}

.ct-tool-input {
  flex: 1;
  background: #111c2a;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  padding: 9px 13px;
  color: #f0f6fc;
  font-size: 12px;
  outline: none;
  min-width: 0;
}

.ct-tool-input::placeholder {
  color: #64748b;
}

.ct-tool-input:focus {
  border-color: #1c64f2;
  box-shadow: 0 0 0 3px rgba(28,100,242,0.07);
}

.ct-tool-go {
  background: #1a2535;
  border: 1px solid rgba(255,255,255,0.09);
  color: #3b82f6;
  border-radius: 8px;
  padding: 9px 15px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.18s;
}

.ct-tool-go:hover {
  background: #1c64f2;
  color: #ffffff;
  border-color: #1c64f2;
}

.ct-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}/* End custom CSS */