:root {
--bg-light: #f7f7f7;
--text-light: #212529;
--bg-dark: #121212;
--text-dark: #e9e9e9;
--card-dark: #1f1f1f;
--primary-color: #8B0000;
--heading-color: #4B0082;
--link-color: #0056b3;
--link-hover: #ff8800;
}
body {
background-color: var(--bg-light);
color: var(--text-light);
transition: background-color 0.3s, color 0.3s;
}
.navbar {
background-color: var(--primary-color) !important;
}
.navbar .nav-link {
color: #ffffff !important;
}
.navbar .nav-link:hover {
color: #ffcc00 !important;
text-decoration: underline;
}
.section-block {
background-color: var(--bg-light);
transition: background-color 0.3s, color 0.3s;
}
.section-block h2 {
color: var(--heading-color);
margin-bottom: 1rem;
border-bottom: 2px solid #ddd;
padding-bottom: 0.5rem;
}
.section-block ul li {
margin-bottom: 0.5rem;
}
.section-block a {
color: var(--link-color);
text-decoration: none;
font-weight: 500;
}
.section-block a:hover {
color: var(--link-hover);
text-decoration: underline;
} [data-theme="dark"] {
background-color: var(--bg-dark);
color: var(--text-dark);
}
[data-theme="dark"] .section-block {
background-color: var(--card-dark) !important;
color: var(--text-dark);
}
[data-theme="dark"] .section-block h2 {
color: #9f9fff;
border-bottom-color: #555;
}
[data-theme="dark"] a {
color: #66ccff;
}
[data-theme="dark"] a:hover {
color: #ffcc00;
}
.section-block hr {
border-top: 2px solid #ccc;
margin-top: 0.25rem;
}
[data-theme="dark"] .section-block hr {
border-top: 2px solid #444;
}
.sidebar-block {
border-left: 1px solid #ddd;
background-color: var(--bg-light);
}
.sidebar-block .nav-link {
color: #333;
padding: 0.4rem 0;
}
.sidebar-block .nav-link:hover {
color: #ff8800;
}
[data-theme="dark"] .sidebar-block {
background-color: #1b1b1b;
border-color: #333;
}
[data-theme="dark"] .sidebar-block .nav-link {
color: #ccc;
}
[data-theme="dark"] .sidebar-block .nav-link:hover {
color: #ffcc00;
} .site-header-top {
background-color: #7a1c1c;
color: #fff;
text-align: center;
padding: 1.75rem 0;
}
.site-header-top .navbar-brand,
.site-header-top .site-tagline {
color: #fff;
}
.site-header-top .navbar-brand {
font-size: 2rem;
font-weight: 700;
}
.site-header-top .site-tagline {
font-size: 1rem;
letter-spacing: 0.03em;
margin-top: 0.25rem;
}
.site-header-top .site-logo {
display: flex;
justify-content: center;
align-items: center;
}
.site-header-top .site-logo img {
max-height: 160px;
width: auto;
height: auto;
border-radius: 8px;
object-fit: contain;
}
.site-header-nav {
background-color: #000;
box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.08), 0 2px 4px rgba(0, 0, 0, 0.2);
}
.site-header-nav .container {
display: flex;
align-items: center;
justify-content: center;
gap: 1.25rem;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.site-header-nav .navbar-nav {
gap: 1.5rem;
}
.site-header-nav .navbar-nav .nav-link {
color: #fff;
font-weight: 600;
font-size: 1.1rem;
padding: 0;
}
.site-header-nav .navbar-nav .nav-link:hover,
.site-header-nav .search-toggle:hover {
color: #dcdcdc;
text-decoration: underline;
}
.site-header-nav .search-controls {
display: flex;
align-items: center;
gap: 0.75rem;
}
.site-header-nav .search-toggle {
color: #fff;
font-size: 1.3rem;
display: inline-flex;
align-items: center;
padding: 0;
border: none;
background: none;
}
.site-header-nav .search-toggle svg {
width: 1.25rem;
height: 1.25rem;
}
.site-header-nav .search-field {
position: relative;
overflow: hidden;
width: 0;
opacity: 0;
transition: width 0.25s ease, opacity 0.25s ease;
}
.site-header-nav .search-field input[type="search"] {
background: rgba(255, 255, 255, 0.15);
border: 1px solid rgba(255, 255, 255, 0.35);
border-radius: 999px;
color: #fff;
padding: 0.35rem 0.75rem;
width: 100%;
min-width: 180px;
}
.site-header-nav .search-field input[type="search"]::placeholder {
color: rgba(255, 255, 255, 0.75);
}
.site-header-nav .search-field.is-visible {
width: 200px;
opacity: 1;
} .section-block.homejobs {
padding: 0;
background: #ffffff;
border: 1px solid #ddd;
border-radius: 4px;
} .section-block.homejobs h2 {
background: #4a148c; color: #fff;
font-size: 18px;
padding: 10px 15px;
margin: 0;
font-weight: 600;
text-align: center;
} .section-block.homejobs ul {
margin: 0;
padding: 0;
list-style: none;
} .section-block.homejobs li {
padding: 0px 12px;
border-bottom: 1px solid #eee;
text-decoration: underline;
} .section-block.homejobs li a {
color: #1E21BF !important;
text-decoration: underline; 
font-size: 15px;
font-weight: 500;
} .section-block.homejobs li a:hover {
color: #8B0000 !important; 
text-decoration-thickness: 2px; 
} .section-block.homejobs .btn-sm {
margin: 10px 12px;
}
@media (max-width: 575.98px) {
.site-header-top {
padding: 1.5rem 0;
}
.site-header-nav .container {
flex-direction: column;
align-items: center;
}
.site-header-nav .navbar-nav {
gap: 1rem;
flex-wrap: wrap;
justify-content: center;
}
.site-header-nav .search-controls {
width: 100%;
justify-content: center;
}
.site-header-nav .search-field.is-visible {
width: 100%;
}
}.tools-header {
background: #ffffff;
border-bottom: 1px solid #e8e8e8;
}
.tools-header a {
transition: 0.2s ease-in-out;
}
.tools-header nav a:hover {
color: #0a6eff !important;
} .tools-page-container {
padding-top: 40px;
padding-bottom: 40px;
} .tool-title {
font-size: 2rem;
font-weight: 700;
color: #222;
margin-bottom: 10px;
} .tool-subtitle {
font-size: 1.1rem;
color: #555;
margin-bottom: 25px;
} .tool-card {
border: 1px solid #e3e3e3;
border-radius: 10px;
padding: 20px;
background: #fff;
box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.tool-card:hover {
box-shadow: 0px 2px 16px rgba(0,0,0,0.08);
transform: translateY(-2px);
transition: 0.2s ease-in-out;
}
.tool-box .card {
transition: 0.2s ease;
border-radius: 12px;
}
.tool-box .card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}@import url("https://fonts.googleapis.com/css2?family=Pacifico&family=Allura&family=Dancing+Script&family=Great+Vibes&family=Alex+Brush&family=Sacramento&display=swap");
.wp-pdf-signature .drop-zone {
border: 2px dashed #c7d3e3;
border-radius: 10px;
padding: 20px;
cursor: pointer;
background: #f8fafc;
transition: border-color 0.2s, background 0.2s;
}
.wp-pdf-signature .upload-hero {
background: #eef3ff;
border: 1px dashed #b9c7ef;
border-radius: 12px;
padding: 60px 20px;
transition: border-color 0.2s, background 0.2s;
}
.wp-pdf-signature .upload-hero-inner {
max-width: 540px;
margin: 0 auto;
background: #f5f8ff;
border: 1px solid #d6dff7;
border-radius: 12px;
padding: 32px 20px;
box-shadow: 0 10px 30px rgba(27, 62, 160, 0.08);
}
.wp-pdf-signature .upload-icon {
font-size: 42px;
}
.wp-pdf-signature .upload-hero.dragover {
border-color: #0d6efd;
background: #e3ebff;
}
.wp-pdf-signature .drop-zone:hover,
.wp-pdf-signature .drop-zone.dragover {
border-color: #0d6efd;
background: #eef5ff;
}
.wp-pdf-signature .signature-canvas {
border: 1px solid #e5e7eb;
border-radius: 6px;
background: #fff;
width: 100%;
}
.wp-pdf-signature .signature-pane {
min-height: 220px;
}
.wp-pdf-signature .typed-preview .signature-font {
display: inline-block;
font-family: 'Pacifico', 'Allura', 'Dancing Script', 'Great Vibes', 'Alex Brush', 'Sacramento', cursive;
font-size: 32px;
color: #111;
}
.wp-pdf-signature .pdf-canvas-container {
background: #f5f7fb;
border: 1px solid #e5e7eb;
border-radius: 8px;
padding: 12px;
max-height: 80vh;
overflow: auto;
}
.wp-pdf-signature .pdf-page-wrapper {
position: relative;
display: inline-block;
margin-bottom: 16px;
}
.wp-pdf-signature .placement-guide {
border: 1px dashed #cdd6e5;
padding: 10px;
border-radius: 6px;
background: #f8fbff;
}
.wp-pdf-signature .workspace-toolbar {
background: #fff;
border: 1px solid #e5e7eb;
border-radius: 10px;
padding: 10px 12px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.wp-pdf-signature .toolbar-divider {
width: 1px;
height: 32px;
background: #e0e6f2;
}
.wp-pdf-signature .rotation-wrap .rotation-range {
width: 140px;
}
.wp-pdf-signature .panel {
border: 1px solid #e5e7eb;
}
.wp-pdf-signature .color-dot {
width: 26px;
height: 26px;
border-radius: 50%;
border: 2px solid #cfd7e6;
cursor: pointer;
}
.wp-pdf-signature .modal-body .signature-canvas {
width: 100%;
height: auto;
}
.wp-pdf-signature .modal-dialog {
max-width: 960px;
}
@media (max-width: 768px) {
.wp-pdf-signature .modal-dialog {
max-width: 95%;
margin: 0 auto;
}
.wp-pdf-signature .modal-body {
padding: 12px;
}
.wp-pdf-signature .modal-body .signature-canvas {
min-height: 180px;
}
}
.wp-pdf-signature .nav-tabs .nav-link {
border: none;
}
.wp-pdf-signature .nav-tabs .nav-link.active {
border-bottom: 2px solid #0d6efd;
color: #0d6efd;
}
.wp-pdf-signature canvas.pdf-canvas {
border: 1px solid #e5e7eb;
border-radius: 6px;
background: #fff;
}
.wp-pdf-signature .signature-overlay {
position: absolute;
top: 10px;
left: 10px;
width: 180px;
height: 80px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
border: 1px dashed #0d6efd;
border-radius: 4px;
cursor: move;
transform-origin: center center;
}
.wp-pdf-signature .signature-overlay .resize-handle {
position: absolute;
width: 14px;
height: 14px;
background: #0d6efd;
border-radius: 50%;
right: -7px;
bottom: -7px;
}
.wp-pdf-signature .signature-overlay .rotate-indicator {
position: absolute;
top: -8px;
right: -8px;
width: 14px;
height: 14px;
border-radius: 50%;
background: #6610f2;
}
.wp-pdf-signature .signature-overlay .overlay-remove {
position: absolute;
top: -8px;
left: -8px;
border: none;
background: #dc3545;
color: #fff;
width: 18px;
height: 18px;
border-radius: 50%;
font-size: 12px;
line-height: 16px;
padding: 0;
cursor: pointer;
}
.wp-pdf-signature .btn-group .btn.active {
color: #fff;
}
@media (max-width: 991px) {
.wp-pdf-signature .pdf-canvas-container {
max-height: none;
}
.wp-pdf-signature .signature-overlay {
width: 140px;
height: 60px;
}
}